/* cmsms stylesheet: buddy012-Main modified: Tuesday, April 15, 2025 10:29:59 AM */
@charset "utf-8";
/* ----------------------------------------------
	Main CSS Document - CMS Template Buddy
	Template No.: 012
	Version 1.03 / for CMSMS 2.1.2+
	
	www.cmstemplatebuddy.com

	Please read README_FIRST.txt
------------------------------------------------- */

/******************** SIDE MENU *********************/

#menu_vert {
	margin: 0;
	padding: 0;
}
#menu_vert ul {
	/* remove any bullets */
	list-style: none;
	/* margin/padding set in li */
	margin: 0px;
	padding: 0px;
}
#menu_vert ul ul {
	margin: 0;
	/* padding right sets second level li in on right from first li */
	padding: 0px 5px 0px 0px;
	/* replaces bottom of li.menuactive menuparent, looks like li below it, set in 5px more, is sitting on top of it */
	background: transparent url('https://test.rvjazzfestival.co.uk/uploads/tpl-buddy-012/img/liup.gif') no-repeat left -4px;
}
#menu_vert li {
	/* remove any bullets */
	list-style: none;
	/* negative bottom margin pulls them together, images look like one border between */
	margin: 0px 0px 0px;
	/* bottom padding pushes "a" up enough to show our image */
	padding: 2px 0px 2px 0px;
	/* you can set your own image here */
	background: transparent url('https://test.rvjazzfestival.co.uk/uploads/tpl-buddy-012/img/chevronblue.gif') no-repeat left center;
	font-size: 14px;
	font-weight: 300;
	font-family: "Open Sans", sans-serif;
	line-height: 100%;
	color: #42B0DB !important;
}
#menu_vert li.currentpage {
	padding: 0px 0px 4px 0px;
}
#menu_vert li.menuactive {
	/* replaced by image in ul ul */
	color: #000000 !important;
	font-weight: 400;
	line-height: 100%;
	background: transparent url('https://test.rvjazzfestival.co.uk/uploads/tpl-buddy-012/img/chevronblack.gif') no-repeat left center;
}
#menu_vert li a.menuactive:visited {
	color: #000 !important;
}
#menu_vert ul>li.menuactive>a.menueactive {
	color: #000000 !important;
}
#menu_vert li.menuactive ul {
	margin: 0;
}
#menu_vert li.activeparent {
	margin: 0;
	padding: 0px;
}
/* fix stupid IE6 bug with display:block; */

* html #menu_vert li {
	height: 1%;
}
* html #menu_vert li a {
	height: 1%;
}
* html #menu_vert li hr {
	height: 1%;
}
/** end fix **/

/* first level links */

div#menu_vert a {
	/* IE6 has problems with this, fixed above */
	display: block;
	/* some air for it */
	padding: 0.4em 0.3em 0.4em 1em;
	/* this will be link color for all levels */
	/* Fixes IE7 whitespace bug */
	min-height: 1em;
	/* no underline for links */
	text-decoration: none;
	/* you can set your own image here this is tall enough to cover text heavy links
	background: transparent url('https://test.rvjazzfestival.co.uk/uploads/tpl-buddy-012/img/libk.gif') no-repeat right top; */
}
/* next level links, more padding and smaller font */

div#menu_vert ul ul a {
	font-size: 100%;
	padding: 0.8em 0.3em 0.5em 2.8em;
}
/* third level links, more padding */

div#menu_vert ul ul ul a {
	padding: 0.5em 0.3em 0.3em 3em;
}
/* hover state for all links */

div#menu_vert a:hover {
	background-color: transparent;
	color: #595959;
	text-decoration: underline;
}
div#menu_vert a.activeparent:hover {
	color: #595959;
}
/* active parent, that is the first level parent of a child page that is the current page */

div#menu_vert li.activeparent {
	/* you can set your own image here */
	background: transparent url('https://test.rvjazzfestival.co.uk/uploads/tpl-buddy-012/img/liup.gif') no-repeat left -65px;
	/* white to contrast with background image */
	color: #fff;
}
div#menu_vert li.activeparent a.activeparent {
	/* you can set your own image here */
	background: transparent url('https://test.rvjazzfestival.co.uk/uploads/tpl-buddy-012/img/libk.gif') no-repeat right top;
	/* to contrast with background image */
	color: #000;
}
div#menu_vert li a.parent {
	/* takes left padding out so span image has room on left */
	padding-left: 0em;
}
div#menu_vert ul ul li a.parent {
	/* increased padding on left offsets it from one above */
	padding-left: 0.9em;
}
div#menu_vert li a.parent span {
	display: block;
	margin: 0;
	/* adds left padding taken out of "a.parent" */
	padding-left: 1.5em;
	/* arrow on left for pages with children, points down, you can set your own image here */
	background: transparent url('https://test.rvjazzfestival.co.uk/uploads/tpl-buddy-012/img/active.png') no-repeat 2px center;
}
div#menu_vert li a.parent:hover {
	/* removes underline hover effect */
	text-decoration: none;
}
div#menu_vert li a.parent:hover span {
	display: block;
	margin: 0;
	padding-left: 1.5em;
	/* arrow on left for pages with children, points right for hover, you can set your own image here */
	background: transparent url('https://test.rvjazzfestival.co.uk/uploads/tpl-buddy-012/img/parent.png') no-repeat 2px center;
}
div#menu_vert li a.menuactive.menuparent {
	/* sets it in a little more than a.parent */
	padding-left: 0.35em;
}
div#menu_vert ul ul li a.menuactive.menuparent {
	/* sets it in a little more on next level */
	padding-left: 0.99em;
}
div#menu_vert li a.menuactive.menuparent span {
	display: block;
	margin: 0;
	/* to contrast with non active pages */
	font-weight: bold;
	padding-left: 1.5em;
	/* arrow on left for active pages with children, points right, you can set your own image here */
	background: transparent url('https://test.rvjazzfestival.co.uk/uploads/tpl-buddy-012/img/parent.png') no-repeat 2px center;
}
div#menu_vert li a.menuactive.menuparent:hover {
	text-decoration: none;
	color: #18507C;
}
div#menu_vert ul ul li a.activeparent {
	color: #fff;
}
/* current pages in the default Menu Manager template are unclickable. This is for current page on first level */

div#menu_vert ul h3 {
	display: block;
	/* some air for it */
	padding: 0.8em 0.5em 0.5em 1.5em;
	/* this will be link color for all levels */
	color: #000;
	/* instead of the normal font size for
<h3>
*/
	font-size: 1em;
	/* as
<h3>
normally has some margin by default */
	margin: 0;
	/* you can set your own image here, same as "a" */
	background: transparent url('https://test.rvjazzfestival.co.uk/uploads/tpl-buddy-012/img/libk.gif') no-repeat right top;
}
/* next level current pages, more padding, smaller font and no background color or bottom border */

div#menu_vert ul ul h3 {
	font-size: 90%;
	padding: 0.8em 0.5em 0.5em 2.8em;
	/* you can set your own image here, same as "a" */
	background: transparent url('https://test.rvjazzfestival.co.uk/uploads/tpl-buddy-012/img/libk.gif') no-repeat right top;
	color: #000;
}
/* current page on third level, more padding */

div#menu_vert ul ul ul h3 {
	padding: 0.6em 0.5em 0.2em 3em;
}
/* BIG NOTE: I didn't do anything to these, never tested */

/* section header */

div#menu_vert li.sectionheader {
	border-right: none;
	padding: 0.8em 0.5em 0.5em 1.5em;
	background: transparent url('https://test.rvjazzfestival.co.uk/uploads/tpl-buddy-012/img/libk.gif') no-repeat right top;
	line-height: 1em;
	margin: 0;
	color: #18507C;
	cursor: text;
}
/* separator */

div#menu_vert .separator {
	height: 1px !important;
	margin-top: -1px;
	margin-bottom: 0;
	-padding: 2px 0 2px 0;
	background-color: #000;
	overflow: hidden !important;
	line-height: 1px !important;
	font-size: 1px;
	/* for ie */
}
div#menu_vert li.separator hr {
	display: none;
	/* this is for accessibility */
}
/* DEFINE MAIN COLOR HERE original #da604a */

/* #Common 
================================================== */

span.accesskey {
	text-decoration: none;
}
.accessibility {
	position: absolute;
	top: -999em;
	left: -999em;
}
dfn {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0;
	height: 0;
	overflow: hidden;
	display: inline;
}
body {
	font-size: 16px;
	font-weight: 400;
	line-height: 160%;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased;
	/* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	margin: 0;
	padding: 0;
	color: #262626;
	background: #efefef;
	/* text-shadow: 0px 1px 0px #fff; */
}
h1, h2, h3, h4, h5, h6, legend {
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	line-height: 130%;
	text-shadow: 0px 1px 0px #fff;
}
h1, h2, h3 {
	letter-spacing: -0.01em;
}
h4, h5, h6 {
	letter-spacing: -0.01em;
}
h1 {
	font-size: 44px;
}
h2 {
	font-size: 38px;
	margin: 20px 0 20px 0;
}
h3 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 32px;
}
.services h2.big {
	font-weight: 300;
	font-size: 45px;
	text-align: center;
	margin-bottom: 40px;
}
h3.big {
	font-weight: 300;
	font-size: 32px;
	text-align: center;
	margin-bottom: 30px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 18px;
}
p {
	margin: 0 0 20px;
}
a {
	color: #3391D5;
}
a:hover, a:focus {
	color: #3391D5;
}
img {
	max-width: 100%;
height:auto;
}
.error_message {
	color: red;
}
.textCenter {
	text-align: center;
}
.noScroll {
	overflow: hidden;
}
/* Layout, custom
------------------------------------------------- */

.wrapper {
	margin: 86px 0 0;
}
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	background: transparent;
	-webkit-transition: height 0.2s;
	-moz-transition: height 0.2s;
	-ms-transition: height 0.2s;
	-o-transition: height 0.2s;
	transition: height 0.2s;
}
header nav {
	margin-right: 90px;
}
header .mobile-nav-trigger, .mobile-nav {
	display: none;
}
header.no-slider {
	background-color: rgba(5, 10, 100, .80);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
}
header.mobile-nav-active {
	background-color: rgba(5, 10, 100, 1);
}
.smaller {
	height: 60px;
	background-color: rgba(5, 10, 100, .80);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
}
.smaller .logo a {
	margin-top: 8px;
}
.smaller .logo a img {
	max-width: 220px;
}
.smaller .search-trigger {
	height: 58px;
}
.smaller .search-trigger i {
	margin-top: 18px;
}
section {
	padding: 40px 0 30px 0;
}

section.mobile-navigation {
	display: none;
}
section.portfolio {
	padding: 40px 0 60px 0;
}
section.parallax_block {
	padding: 20px 0;
}
section.parallax_block+section.grey {
	margin-top: -20px;
}
section.mainTitle {
	background-color: #3391D5;
	color: #FFF;
	padding: 20px 0;
	margin-top: -1px;
}
footer {
	padding: 30px 0 20px 0;
	background-color: rgba(5, 10, 100, .80);
	color: #AAA;
	text-shadow: none;
	/* margin-top: 30px; */
}
footer a {
	color: #FFF;
}
footer a:hover, footer a:focus {
	color: #FFF;
}
footer p {
	font-size: 12px;
	line-height: 18px;
}
/* Home page custom */

h2.homeTitle {
	position: relative;
	margin: 0px 0 30px 0;
	font-size: 60px;
	font-weight: 300;
	text-align: center;
color:#166DB7;
}
h4.homeTitle {
	position: relative;
	margin: 0px 0 30px 0;
	font-size: 24px;
	font-weight: 300;
	text-align: center !important;
}
.blog h2.homeTitle {
	text-align: left;
	margin: 0 0 70px 0;
}
.blog h2.homeTitle:after {
	left: 4px;
	margin-left: 0;
}
/* end Home page custom */

.morePadding {
	padding-bottom: 40px;
}
.logo a {
	display: block;
	float: left;
	margin: 12px 0 0;
	border: none;
	line-height: 0;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.logo a:hover {
	text-decoration: none;
}
.logo a img {
	max-width: 300px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.logo h1 {
	margin: 0;
	padding: 0;
}
.sliderWrapper {
width: 100%;
	position: relative;
	padding: 77px 0 0 0;
margin:0 0 20px 0;
	/* padding: 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top;
	background-image: url('https://test.rvjazzfestival.co.uk/uploads/images/festival-2021/RV-Jazz-Festival-background-1800x400.gif');
background: rgba(0, 0, 0, 0) url("https://www.rvjazzfestival.co.uk/uploads/images/festival-2021/RV-Jazz-Festival-background-1800x400.gif") no-repeat scroll 50% -0px / cover;
height: 100%;
width: 100%;
*/
}
.sliderWrapper.darken {
	background: linear-gradient( rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75))
}
.totoplink a {
	display: none;
	z-index: 999;
	position: fixed;
	right: 20px;
	bottom: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	width: 40px;
	height: 40px;
	padding: 4px 0 0 11px;
	background: #3391D5;
	opacity: .2;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.totoplink i {
	font-size: 28px;
	color: white;
}
.totoplink a:hover {
	opacity: .9;
}
.breadcrumbs {
	font-size: 13px;
	background-color: #d0d0d0;
	padding: 20px 0;
	margin-bottom: 40px;
}
.breadcrumbs.no-slider {
	margin-top: 86px;
}
.breadcrumb {
	margin-bottom: 0;
	background-color: transparent;
	padding: 8px 10px;
}
.mainContent {
	padding: 20px 0 30px 0;
}
.mainContent .mainImg img {}
.mainContent.top {
	margin-top: 86px;
}
.breadcrumbs+.mainContent {
	padding: 40px 0 30px 0;
}
.parallax {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50% 0;
	background-size: cover;
	min-height: 300px;
	padding: 146px 0 60px 0;
	position: relative;
	color: #FFF;
	text-align: center;
}
.parallax h3 {
	font-size: 44px;
	text-transform: uppercase;
	margin: 30px 0;
	letter-spacing: 0.1em;
}
.parallaxMask {
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	overflow: hidden;
	position: absolute;
	background: rgba(0, 0, 0, 0.55);
	padding: 60px 0;
}
.featureBlock {
	text-align: center;
	padding: 60px 0 20px 0;
}
.featureIcon {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	margin: 0 auto;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	background-color: #e2e2e2;
	text-align: center;
	margin-bottom: 25px;
}
.featureIcon i {
	font-size: 42px;
	color: #3391D5;
	margin-top: 30px;
}
.featureBlock.inverse .featureIcon {
	background-color: #3391D5;
}
.featureBlock.inverse .featureIcon i {
	color: #fff;
}
/* Services */

.services {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.services h4 {
	margin: 0 0 10px 0;
}
.fa.iconBig {
	font-size: 28px;
	color: #3391D5;
}
/* Social icons */

.social-icon {
	display: block;
	width: 55px;
	height: 55px;
	float: right;
	padding: 5px 0 0;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid #aaa;
	margin: 0 5px;
	text-align: center;
	color: #999;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.social-icon:hover {
	background-color: #3391D5;
	color: white;
	border: 2px solid #3391D5;
}
.social-icon i {
	font-size: 40px;
}
/* Search */

.search-trigger-wrapper {
	position: absolute;
	top: 0;
	right: 0;
}
.search-trigger {
	position: relative;
	display: block;
	width: 86px;
	height: 86px;
	color: #aaa;
	text-align: center;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.search-trigger:hover {
	color: #FFF;
}
.search-trigger i {
	font-size: 22px;
	text-shadow: none;
	margin-top: 30px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.show-search .search-input {
	height: 140px;
	border-bottom: 1px solid #eee;
}
.search-input {
	display: none;
	position: fixed;
	top: 100px;
	left: 50%;
	width: 700px;
	margin-left: -350px;
	border-radius: 5px;
	background: rgba(0, 0, 0, .3);
	box-sizing: border-box;
	padding: 12px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .25);
	z-index: 2000;
}
.search-input input[type="text"] {
	background: #fff;
	vertical-align: middle;
	margin: 0 5px 0 0;
	padding: 20px;
	border: 0;
	color: #000;
	width: 100%;
	text-align: left;
	line-height: 1.1em;
	position: relative;
}
.search-input input:focus {
	outline: none;
	border: none;
}
.search-input input::-webkit-input-placeholder {
	color: #666;
	line-height: 1.3em;
}
.search-input input:-moz-placeholder {
	/* Firefox 18- */
	color: #666;
}
.search-input input::-moz-placeholder {
	/* Firefox 19+ */
	color: #eee;
}
.search-input input:-ms-input-placeholder {
	color: #666;
}
.search-input input.searchBtn {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	width: 60px;
	border: none;
	background: transparent url('https://test.rvjazzfestival.co.uk/uploads/tpl-buddy-012/img/search.png') no-repeat center center;
	font-family: FontAwesome;
	font-weight: normal;
	font-size: 106px;
	display: inline-block;
	color: #666;
}
.search-input input.searchBtn:before {
	content: '\f105';
}
.close-search {
	position: absolute;
	top: -30px;
	right: -30px;
	width: 40px;
	height: 40px;
	text-shadow: none;
	text-align: center;
	border-radius: 100px;
	border: 2px solid transparent;
	line-height: 38px;
	padding: 0;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	font-size: 38px;
	color: rgba(125, 125, 125, .8);
	cursor: pointer;
}
.close-search:hover {
	transform: scale(0.8);
	-webkit-transform: scale(0.8) rotateZ(90deg);
}
/* CGBlog 
------------------------------------------------- */

.CGBlogSummary, .CGBlogSummary2 {
	margin-bottom: 0px;
	/* height: 40em; */
	overflow: hidden;
}
.CGBlogSummaryField {
	margin-top: 0px;
	padding: 10px 0;
	border-top: 0px solid #cccccc;
}
.CGBlogSummaryFieldImage img {
	width: 100%;
}
.CGBlogSummaryLink h4 {
	font-size: 20px;
	margin: 5px 0 10px 0;
}
.CGBlogSummaryLink h4 a {
	color: #333;
	font-weight: 600;
}
.CGBlogSummaryLink h4 a:hover {
	text-decoration: none;
	border-bottom: 2px solid #333;
}
.CGBlogSummaryField {
	position: relative;
	text-align: center;
	overflow: hidden;
}
.CGBlogSummaryField img {
	width: 100%;
}
.CGBlogSummaryField .image-overlay {
	position: absolute;
	bottom: -100%;
	left: 0;
	width: 100%;
	height: 96%;
	background-color: #3391D5;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	overflow: hidden;
}
.CGBlogSummaryField:hover .image-overlay {
	bottom: 0;
	background-color: rgba(20, 20, 200, .40);
}
.CGBlogSummaryField .image-overlay .overlay-icon {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin-left: -50px;
	position: absolute;
	margin-top: -50px;
	top: -140%;
	left: 50%;
	opacity: .6;
	background-color: #FFF;
	color: #3391D5;
	-webkit-animation-duration: 0.8s;
	animation-duration: 0.8s;
	-moz-animation-duration: 0.8s;
}
.CGBlogSummaryField:hover .image-overlay .overlay-icon {
	margin-top: -50px;
	top: 50%;
}
.CGBlogSummaryField .image-overlay .overlay-icon i {
	font-size: 44px;
	margin: 30px 0 0 0px;
}
.CGBlogSummaryInfo {
	width: 100%;
	padding: 0px 0;
	overflow: visible;
}
.CGBlogSummaryInfo li p{
margin: 0 0 0px !important;
}
.CGBlogSummaryInfo ul {
    margin-bottom: 0px !important;
}
.CGBlogSummaryPostdate, .CGBlogSummaryCategory, .CGBlogSummaryAuthor {
	font-size: 12px;
	color: #666;
	float: left;
	display: inline-block;
	margin-right: 6px;
}
/* CGBlog main blog page */

.blog .CGBlogSummary {
	/* margin-bottom: 40px; 
	border-bottom: 1px solid #aaa;*/
}
.blog .CGBlogSummarySummary {
	margin: 20px 0 30px 0;
}
.blog .CGBlogSummarySummary p:last-child {
	margin-bottom: 0;
}
.blog .CGBlogSummaryLink h4 {
	font-size: 30px;
	margin: 0 0 10px 0;
	line-height: 110%;
}
.blog .CGBlogSummaryInfo {
	padding: 0;
}
.blog .CGBlogSummaryInfo+.CGBlogSummaryField {
	margin-top: 30px;
}
.blog section.mainContent {
	padding: 40px 0;

}
.browsecat {
	margin-bottom: 30px;
}
.browsecat ul {
	list-style-type: none;
	margin: 0;
	padding-left: 20px;
	line-height: 200%;
}
.browsecat>ul {
	margin: 0;
	padding: 0;
}
.browsecat ul li {
	margin-bottom: 5px;
}
.browsecat ul li a:link {
	margin-right: 6px;
	margin-bottom: 10px;
	text-decoration: none;
	background-color: #ccc;
	padding: 6px 16px;
	font-size: 12px;
	color: #262626;
	text-transform: uppercase;
	text-shadow: none;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.browsecat ul li a:visited {
	color: #262626;
	background-color: #ccc;
}
.browsecat ul li a:hover {
	color: #fff;
	background-color: #3391D5;
}
.browsecat ul li a:active {
	color: #fff;
	background-color: #ff0000;
}
.browsecat h4 {
	font-size: 18px;
}
/* Blog detail page */

.blog h3.CGBlogPostDetailTitle {
	font-size: 36px;
	font-weight: 400;
	border-bottom: 1px solid #aaa;
	padding-bottom: 12px;
	line-height: 110%;
	margin-bottom: 10px;
}
.blog .CGBlogPostDetailSummary {
	margin-bottom: 30px;
	font-weight: 600;
}
.blog .CGBlogPostDetailSummary p:last-child {
	margin-bottom: 0;
}
.blog .CGBlogDetailInfo {
	margin: 20px 0 10px 0;
	overflow: show;
}
.blog .CGBlogDetailField {
	margin-bottom: 30px;
}
.blog .CGBlogPostDetailContent {
	margin-bottom: 30px;
}
.blog .CGBlogPostDetailContent h3 {
	margin-bottom: 10px;
}
.blog .prevblogarticle {
	float: left;
}
.blog .nextblogarticle {
	float: right;
}
.blog-pagination {
	text-align: center;
	padding: 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
}
.blog-pagination span {
	width: 30px;
	height: 30px;
}
.blog-pagination span a, .blog-pagination span.first-nolink, .blog-pagination span.prev-nolink, .blog-pagination span.next-nolink, .blog-pagination span.last-nolink {
	text-indent: -9999px;
	position: relative;
	width: 30px;
	height: 30px;
	display: inline-block;
}
.blog-pagination .left {
	float: left;
}
.blog-pagination .right {
	float: right;
}
.blog-pagination span a:hover {
	color: #fff;
}
.blog-pagination span a:before, .blog-pagination span.first-nolink:before, .blog-pagination span.prev-nolink:before, .blog-pagination span.next-nolink:before, .blog-pagination span.last-nolink:before {
	position: absolute;
	top: 0px;
	left: 6px;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 24px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	color: #ddd;
	text-indent: 0;
}
.blog-pagination span a:before {
	color: #666;
}
.blog-pagination span a:hover:before {
	color: #3391D5;
}
.blog-pagination span.prev a:before, .blog-pagination span.prev-nolink:before {
	content: "\f104";
}
.blog-pagination span.first a:before, .blog-pagination span.first-nolink:before {
	content: "\f100";
}
.blog-pagination span.next a:before, .blog-pagination span.next-nolink:before {
	content: "\f105";
}
.blog-pagination span.last a:before, .blog-pagination span.last-nolink:before {
	content: "\f101";
}
/* CGFeedback - comments
------------------------------------------------- */

.cgfeedback_addcomment fieldset {
	margin: 40px 0;
}
.cgfeedback_addcomment fieldset legend {
	border: none;
	font-weight: 400;
}
.cgfeedback_addcomment .row {
	margin-bottom: 12px;
}
.cgfeedback_addcomment label {
	font-weight: 600;
	margin-bottom: 6px;
}
.cgfeedback_addcomment input[type="text"], .cgfeedback_addcomment input[type="email"], .cgfeedback_addcomment input[type="password"], .cgfeedback_addcomment textarea {
	display: block;
	width: 100%;
	height: 40px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.cgfeedback_addcomment input:focus, .cgfeedback_addcomment textarea:focus, .cgfeedback_addcomment select:focus, .cgfeedback_addcomment checkbox:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
.cgfeedback_addcomment textarea {
	min-height: 240px;
	overflow: auto;
}
.CGBlogSummaryComments {
	margin-bottom: 20px;
	font-size: 12px;
}
.CGBlogSummaryComments.home {
	font-size: 12px;
	color: #666;
}
.CGBlogSummaryComments .feedback_ratings_item {
	float: left;
	margin-right: 10px;
}
.CGBlogSummaryComments .feedback_ratings_item .fa {
	color: #3391D5;
	opacity: 0.8;
}
.cgfeedback_summary_report {}
.cgfeedback_summary_item {
	border-bottom: 1px solid #ccc;
	padding: 25px 0;
}
.cgfeedback_summary_item .row {
	padding: 1px 0;
}
.cgfeedback_summary_item .row:last-child {
	margin-top: 14px;
}
.cgfeedback_summary_item .title {
	font-weight: 600;
	margin-right: 12px;
}
.cgfeedback_summary_item .fa {
	color: #3391D5;
	opacity: 0.8;
}
/*
 * jQuery Superfish Menu Plugin
 * Copyright (c) 2013 Joel Birch
 *
 * Dual licensed under the MIT and GPL licenses:
 *	http://www.opensource.org/licenses/mit-license.php
 *	http://www.gnu.org/licenses/gpl.html
 ------------------------------------------------- */

/*** ESSENTIAL STYLES ***/

.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
	width: 205px;
}
.sf-menu>li {
	float: left;
}
.sf-menu li:hover>ul, .sf-menu li.sfHover>ul {
	display: block;

}
.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}
/*** DEMO SKIN ***/

.sf-menu {
	margin-top: -2px;
}
.sf-menu ul {
	box-shadow: 2px 2px 6px rgba(0, 0, 0, .2);
	min-width: 17em;
	/* allow long menu items to determine submenu width */
	*width: 12em;
	/* no auto sub width for IE7, see white-space comment below */
}
.sf-menu a {
	padding: 8px 14px;
	text-decoration: none;
	zoom: 1;
	/* IE7 */
	color: #EEE;
	font-size: 13px;
	font-weight: 600;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	text-transform: uppercase;
	text-shadow: none;
line-height: 15px;
}
.sf-menu a.menuactive {
	color: #3391D5 !important;
	font-weight: 600;
}
.sf-menu a:hover, .sf-menu .sfHover>a {
	color: #FFF;
	text-shadow: 0 0 10px rgba(255, 255, 255, .8);

}
.sf-menu li {
	*white-space: normal;
	/* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
}
.sf-menu>li>a {
	font-size: 13px;
	letter-spacing: 1px;
	padding: 32px 12px;
	border-top: 2px solid transparent;
}
.smaller .sf-menu>li>a {
	padding: 18px 12px;
}
.sf-menu>li>a.menuactive {}
.sf-menu ul li {
	background-color: rgba(30, 30, 30, .97);
	border-top: 1px solid #444;

}
.sf-menu ul li:first-child {
	border-top: none;
}
.sf-menu ul ul li {
	background-color: rgba(30, 30, 30, .97);
}
.sf-menu li:hover, .sf-menu li.sfHover {
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
background-color:#2E4E8A;
}
.sf-menu li.sectionheader>a {
	cursor: default;
}
.sf-menu li.sectionheader>a:hover {}
.sf-menu li.separator hr {
	border-top: 1px solid #666;
}
/*** arrows (for all except IE7) **/

.sf-arrows .sf-with-ul {
	padding-right: 2.2em !important;
	*padding-right: 1em;
	/* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */

.sf-arrows .sf-with-ul:after {
	content: "\f103";
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	width: 32px;
	font-size: 14px;
	display: inline-block;
	text-align: right;
	font: normal 14px/.5 FontAwesome;
}
/* styling for right-facing arrows */

.sf-arrows ul .sf-with-ul:after {
	content: "\f101" !important;
}
.sf-arrows>li>.sf-with-ul:focus:after, .sf-arrows>li:hover>.sf-with-ul:after, .sf-arrows>.sfHover>.sf-with-ul:after {
	border-top-color: #333;
	/* IE8 fallback colour */
}
.sf-arrows ul li>.sf-with-ul:focus:after, .sf-arrows ul li:hover>.sf-with-ul:after, .sf-arrows ul .sfHover>.sf-with-ul:after {
	border-left-color: #333;
}
@media screen and (max-width: 1280px) {
	.sf-menu>li:last-child ul ul {
		left: -100%;
	}
}
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Browser Resets
*********************************/

.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
	outline: none;
}
.slides, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.flexslider .col-sm-12 {
	min-height: 0;
}
/* Icon Fonts
*********************************/

/* Font-face Icons */

@font-face {
	font-family: 'flexslider-icon';
	src: url('https://test.rvjazzfestival.co.uk/uploads/tpl-buddy-012/fonts/flexslider-icon.eot');
	src: url('https://test.rvjazzfestival.co.uk/uploads/tpl-buddy-012/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('https://test.rvjazzfestival.co.uk/uploads/tpl-buddy-012/fonts/flexslider-icon.woff') format('woff'), url('https://test.rvjazzfestival.co.uk/uploads/tpl-buddy-012/fonts/flexslider-icon.ttf') format('truetype'), url('https://test.rvjazzfestival.co.uk/uploads/tpl-buddy-012/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* FlexSlider Necessary Styles
*********************************/

.flexslider {
	margin: 0;
	padding: 0;
}
.flexslider .slides>li {
	display: none;
	-webkit-backface-visibility: hidden;
	position: relative;
	height: 800px;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */

.flexslider .slides img {
	width: 100%;
	display: block;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
/* Clearfix for the .slides element */

.slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}
/* No JavaScript Fallback */

/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

.no-js .slides>li:first-child {
	display: block;
}
/* FlexSlider Default Theme
*********************************/

.flexslider {
	margin: 0;
	background: transparent;
	position: relative;
	zoom: 1;
	overflow: hidden;
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.loading .flex-viewport {
	max-height: 300px;
}
.flexslider .slides {
	zoom: 1;
}
.carousel li {
	margin-right: 5px;
}
/* Direction Nav */

.flex-direction-nav {
	*height: 0;
}
.flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 100px;
	height: 100px;
	margin: -50px 0 0;
	background: transparent;
	position: absolute;
	top: 55%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	color: transparent;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	text-indent: 0;
	font-size: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.flex-direction-nav .flex-prev {
	left: 0px;
}
.flex-direction-nav .flex-next {
	right: 0px;
	text-align: right;
}
.flexslider:hover .flex-prev {
	opacity: 0.2;
}
.flexslider:hover .flex-next {
	opacity: 0.2;
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	opacity: 0.8;
}
.flex-direction-nav .flex-disabled {
	opacity: 0!important;
	filter: alpha(opacity=0);
	cursor: default;
}
.flex-direction-nav a:before {
	font-family: FontAwesome;
	font-weight: normal;
	font-size: 106px;
	display: inline-block;
	position: absolute;
	top: 34px;
	left: 24px;
	content: '\f104';
	color: #fff;
}
.flex-direction-nav a.flex-next:before {
	content: '\f105';
	left: 36px;
}
/* Pause/Play */

.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';
}
/* Control Nav */

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
	z-index: 5;
}
.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: #aaa;
	background: rgba(0, 0, 255, 1);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	/* -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); */
}
.flex-control-paging li a:hover {
	background: #888;
	background: rgba(255, 255, 255, 1);
}
.flex-control-paging li a.flex-active {
	background: #eee;
	background: rgba(255, 255, 255, 1);
	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%;
	display: block;
	opacity: .7;
	cursor: pointer;
}
.flex-control-thumbs img:hover {
	opacity: 1;
}
.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}
.flex-caption {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: absolute;
	bottom: -637px;
	z-index: 100;
	color: #fff;
	text-shadow: 1px 1px 2px #000;
}
.caption-container {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0 0;
}
.caption-container-left {
	position: relative;
	width: 100%;
	height: 40%;
	margin: 0 0;
	padding-left: 0%;
padding-bottom: 10px;
}
.caption-container-right {
	position: relative;
	float: right;
	width: 40%;
	height: 100%;
	margin: 0 0;
	padding-right: 2%;
}
.text-container {
	max-width: 100%;
	height: auto;
	position: relative;
	margin: 0 auto;
	text-align: center;
	border-radius: 0px;
	/*opacity: 0;
	-webkit-animation: slideIn 1s forwards; 
	-moz-animation: slideIn 1s forwards; 
	-o-animation: slideIn 1s forwards; 
	animation: fade-in 1s forwards; */
	/* -webkit-animation: fade-in-fwd 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in-fwd 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both; 
*/
	animation: fadeIn ease 2s;
	-webkit-animation: fadeIn ease 2s;
	-moz-animation: fadeIn ease 2s;
	-o-animation: fadeIn ease 2s;
	-ms-animation: fadeIn ease 2s;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.text-container {
  padding:
90px 0 20px 0  !important;
  background:
linear-gradient( rgba(0, 0, 0, .0), rgba(0, 0, 0, .6) ) !important;
}

.flex-caption h2 {
	margin: 0 0 10px 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 36px;
	line-height: 36px;
	font-weight: 600;
	text-shadow: 1px 1px 2px #000;
}
.flex-caption p {
	font-size: 18px;
}
.flex-caption .btn-primary {
	background-color: #3391D5;
	border: none;
	border-radius: 50px;
	opacity: 0.9;
	text-transform: uppercase;
	padding: 12px 24px;
	font-size: 16px;
	font-weight: 400;
	margin: 0px 0;
}
.flex-caption .btn-primary:hover {
	opacity: 0.8;
}
@media screen and (max-width: 860px) {
	.flex-direction-nav .flex-prev {
		opacity: 1;
		left: 10px;
	}
	.flex-direction-nav .flex-next {
		opacity: 1;
		right: 10px;
	}
}
.flex-caption .btn-primary {
	border-radius: 20px;
	padding: 6px 12px;
	font-size: 12px;
}
/* Alternate Caption slideIn CSS */

/* Will not work properly without JS pull by Ryan Long https://github.com/woothemes/FlexSlider/pull/865 */

@-webkit-keyframes slideIn {
	0% {
		bottom: -30%;
		opacity: 0;
	}
	100% {
		bottom: 0;
		opacity: 1;
	}
}
@-moz-keyframes slideIn {
	0% {
		bottom: -30%;
		opacity: 0;
	}
	100% {
		bottom: 0;
		opacity: 1;
	}
}
@-o-keyframes slideIn {
	0% {
		bottom: -30%;
		opacity: 0;
	}
	100% {
		bottom: 0;
		opacity: 1;
	}
}
@keyframes slideIn {
	0% {
		bottom: -30%;
		opacity: 0;
	}
	100% {
		bottom: 0;
		opacity: 1;
	}
}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */

.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */

.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
	float: left;
	padding: 0 15px 10px 15px;
	text-align: center;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */

.grabbing {
	cursor: url(grabbing.png) 8 8, move;
}
/* fix */

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls {
	margin-top: 10px;
	text-align: center;
}
/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;
	/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);
	/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */

/* Use it for non-touch hover action */

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);
	/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}
/* Styling Pagination*/

.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
	*display: inline;
	/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);
	/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	/*IE7 fix*/
	opacity: 1;
}
/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
/* preloading images */

.owl-item.loading {
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}
.customNavigation {
	text-align: right;
	margin-bottom: 10px;
	margin-right: 15px;
}
.customNavigation a {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.customNavigation a.btn {
	background-color: #e2e2e2;
	border-radius: 2px;
	color: #666;
}
.customNavigation a.btn:hover {
	background-color: #333;
	color: white;
}
.customNavigation a.btn.next {
	padding: 6px 11px 6px 13px;
}
.owl-item .img {
	background-color: #000;
	position: relative;
}
.owl-item .img .image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	opacity: 0;
	overflow: hidden;
}
.owl-item .img:hover .image-overlay {
	opacity: 1;
	background-color: rgba(0, 0, 0, .6);
}
.owl-item .img .image-overlay h4 {
	color: white;
	position: absolute;
	bottom: -40px;
	left: 20px;
	right: 20px;
	text-align: center;
	font-size: 18px;
	text-shadow: none;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.owl-item .img:hover .image-overlay h4 {
	bottom: 20px;
}
.owl-item .img .image-overlay .overlay-icon {
	width: 70px;
	height: 70px;
	display: block;
	border-radius: 50%;
	margin: -70px auto 0;
	opacity: 0;
	background-color: #3391D5;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.owl-item .img:hover .image-overlay .overlay-icon {
	opacity: 0.85;
	margin: 60px auto 0;
}
.owl-item .img .image-overlay .overlay-icon i {
	font-size: 28px;
	color: white;
	margin: 20px 0 0 2px;
}
/* Portfolio magnific popup custom styles */

.portfolio {
	text-align: center;
}
.portfolio-gallery .img {
	background-color: #000;
	position: relative;
	margin-bottom: 30px;
}
.portfolio-gallery .img .image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	opacity: 0;
	overflow: hidden;
}
.portfolio-gallery .img:hover .image-overlay {
	opacity: 1;
	background-color: rgba(0, 0, 0, .6);
}
.portfolio-gallery .img .image-overlay h4 {
	color: white;
	position: absolute;
	bottom: -40px;
	left: 20px;
	right: 20px;
	text-align: center;
	font-size: 18px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.portfolio-gallery .img:hover .image-overlay h4 {
	bottom: 20px;
}
.portfolio-gallery .img .image-overlay .overlay-icon {
	width: 70px;
	height: 70px;
	display: block;
	border-radius: 50%;
	margin: -70px auto 0;
	opacity: 0;
	background-color: #3391D5;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.portfolio-gallery .img:hover .image-overlay .overlay-icon {
	opacity: 0.85;
	margin: 25px auto 0;
}
.portfolio-gallery .img .image-overlay .overlay-icon i {
	font-size: 28px;
	color: white;
	margin: 20px 0 0 22px;
}
/* Isotope Home page */

.portfolioFilter {
	margin: 10px 0 30px 0;
	text-align: center;
	line-height: 36px;
}
.portfolioFilter a {
	margin-right: 2px;
	margin-bottom: 6px;
	text-decoration: none;
	background-color: #ccc;
	padding: 7px 8px;
	font-size: 12px;
	color: #262626;
	text-transform: uppercase;
	text-shadow: none;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
}
.portfolioFilter a:hover {
	background-color: #bbb;
}
.portfolioFilter a.current {
	color: #fff;
	background-color: #3391D5;
}
/* Days pages */

.portfolioFilter2 {
	margin: 0px 0 30px 0;
	text-align: center;
	line-height: 40px;
}
.portfolioFilter2 a {
	margin-right: 6px;
	margin-bottom: 10px;
	text-decoration: none;
	background-color: #ccc;
	padding: 8px 16px;
	font-size: 12px;
	color: #262626;
	text-transform: uppercase;
	text-shadow: none;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.portfolioFilter2 a:hover {
	background-color: #bbb;
}
.portfolioFilter2 a.current {
	color: #fff;
	background-color: #3391D5;
}
.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
/* buttons 
------------------------------------------------- */

span .buttons {
	margin: 10px 10px 25px 0 !important;
}
.buttons a {
	margin: 10px 10px 0px 0;
	text-decoration: none;
	background-color: #ff0000;
	padding: 6px 16px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	text-shadow: none;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
line-height: 45px;
}
.buttons a:hover {
	background-color: #1292B9;
	color: #fff;
}
.buttons a.current {
	color: #fff;
	background-color: #3391D5;
}
.blue {
	color: #3391D5;
	text-transform: uppercase;
	font-size: 18px;
}
/* Forms 
------------------------------------------------- */

.formbuddy {
	padding: 10px 2px;
}
.formbuddy div {
	margin: 0 0 20px 0;
}
.formbuddy legend {
	padding: 4px 0;
}
.formbuddy label {
	font-weight: 600;
}
.formbuddy .submit input {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}
.formbuddy .submit input:focus, .formbuddy .submit input:active:focus, .formbuddy .submit input.active:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.formbuddy .submit input:hover, .formbuddy .submit input:focus {
	text-decoration: none;
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}
.formbuddy .submit input:active, .formbuddy .submit input.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.formbuddy input[type="text"], .formbuddy input[type="email"], .formbuddy input[type="password"], .formbuddy textarea {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.formbuddy input:focus, .formbuddy textarea:focus, .formbuddy select:focus, .formbuddy checkbox:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
.formbuddy input::-moz-placeholder, .formbuddy textarea::-moz-placeholder {
	color: #999;
	opacity: 1;
}
.formbuddy input:-ms-input-placeholder, .formbuddy textarea:-ms-input-placeholder {
	color: #999;
}
.formbuddy input::-webkit-input-placeholder, .formbuddy textarea::-webkit-input-placeholder {
	color: #999;
}
.formbuddy textarea {
	overflow: auto;
	min-height: 200px;
}
.error_message {
	color: red;
}
/* Google map fix */

[id^="cggm_map_"] {
	width: 100% !important;
	margin: 0 0 60px 0;
}
[id^="cggm_map_"] img {
	max-width: none;
}
/* Media Queries */

@media screen and (max-width: 1280px) {
	.search-trigger {
		width: 66px;
		height: 86px;
	}
	header nav {
		margin-right: 0px;
	}
}
@media screen and (max-width: 1024px) {
	section {
		overflow: hidden;
	}
	.wrapper {
		margin: 60px 0 0;
	}
	.search-input {
		margin-top: 0px;
	}
	header {
		height: 60px;
	}
	header nav {
		display: none;
	}
	header .mobile-nav-trigger {
		display: block;
		float: none;
		position: absolute;
		top: 0;
		left: 0;
		width: 66px;
		height: 60px;
		text-indent: -9999px;
		overflow: hidden;
	}
	header .mobile-nav-trigger span {
		position: relative;
		display: block;
	}
	header .mobile-nav-trigger span:before {
		content: "";
		position: absolute;
		left: 22px;
		top: 24px;
		width: 20px;
		height: 3px;
		background: #aaa;
		box-shadow: 0 6px 0 0 #aaa, 0 12px 0 0 #aaa;
	}
	header .mobile-nav-trigger.active {
		background-color: rgba(5, 10, 100, 1);
		height: 60px;
	}
	header .mobile-nav-trigger.active span:before {
		background: #fff;
		box-shadow: 0 6px 0 0 #fff, 0 12px 0 0 #fff;
	}
	header .container.mobile-header {
		width: 100%;
		height: 60px;
		margin: 0;
		padding: 0;
	}
	header .container.mobile-header .row {
		margin: 0;
	}
	header .container.mobile-header .col-sm-12 {
		float: none;
		padding: 0;
	}
	.logo a img {
		max-width: 220px;
	}
	.logo a {
		float: none;
		text-align: center;
		margin: 0;
		position: absolute;
		left: 66px;
		right: 66px;
		top: 8px;
	}
	.smaller .logo a {
		top: -1px;
	}
	.smaller {
		box-shadow: none;
	}
	.search-trigger {
		width: 66px;
		height: 60px;
	}
	.search-trigger i {
		margin-top: 18px;
	}
	/* Mobile navigation */
	section.mobile-navigation {
		position: fixed;
		padding: 0;
		top: 59px;
		bottom: 0;
		overflow-y: scroll;
		z-index: 10000;
		width: 100%;
	}
	.mobile-nav {
		display: block;
		list-style: none;
		margin: 0;
		padding: 10px 6px;
		background-color: rgba(5, 10, 100, 1);
		width: 100%;
	}
	.mobile-nav li {
		margin: 0;
		padding: 0;
		float: none;
	}
	.mobile-nav li a {
		width: 100%;
		font-size: 14px;
		padding: 7px 10px;
		display: block;
		color: #fff;
		text-shadow: none;
	}
	.mobile-nav li a:hover {
		text-decoration: none;
		background-color: #1291B7;
	}
	/* second level */
	.mobile-nav ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.mobile-nav ul li a {
		padding-left: 40px;
	}
	/* third level */
	.mobile-nav ul ul {
		list-style: none;
	}
	.mobile-nav ul ul li a {
		padding-left: 80px;
	}
	.mobile-nav li.separator hr {
		border-top: 1px solid #666;
	}
	.totoplink a {
		opacity: .8;
		bottom: 15px;
		right: 10px;
	}
}
@media screen and (max-width: 991px) {
	.portfolio .img:hover .image-overlay .overlay-icon {
		margin: 70px auto 0;
	}
	.flex-direction-nav {
		display: none;
	}
	.social-icon {
		margin: 0 3px;
	}
}
@media screen and (max-width: 767px) {
	.blog section.mainContent {
		padding: 0px 0 40px 0;
	}
	.browsecat ul li a:link {
		margin-right: 4px;
		margin-bottom: 0px;
		padding: 5px 10px;
	}
	.browsecat ul li {
		display: inline-block;
	}
	#menu_vert {
		margin-bottom: 30px;
		border-bottom: 1px solid #ccc;
	}
	.portfolio .img:hover .image-overlay .overlay-icon {
		margin: 40px auto 0;
	}
	section {
		padding: 20px 0 10px 0;
	}
	.featureContent {
		margin-bottom: 20px;
	}
	.owl-item .img img {
		width: 100%;
	}
	.boxFeature {
		margin-bottom: 0px;
	}
	.search-input {
		font-size: 28px;
	}
	.show-search .search-input {
		height: 100px;
	}
	.search-input input {
		padding: 10px 0 0;
	}
	.flexslider .slides>li {
		height: 500px;
	}
	.flex-caption h2 {
		font-size: 24px;
		line-height: 24px;
	}
	.search-input {
		top: 120px;
		left: 0;
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
	}
	.close-search {
		top: -6px;
		right: -3px;
	}
/*	.sliderWrapper {
		max-height: 300px;
	}
*/

	.parallax {
		padding: 70px 0 10px 0;
		min-height: 200px;
	}
	.parallax h3 {
		font-size: 20px;
		margin: 10px 0;
		letter-spacing: 0.1em;
	}
	h2.homeTitle {
		margin: 0 0 20px 0;
		font-size: 36px;
	}
	.blog h2.homeTitle {
		margin: 0 0 30px 0;
	}
	.breadcrumbs {
		margin-bottom: 10px;
	}
	.flex-caption {
		bottom:-335px;
	}
	.flex-caption h2 {
		font-size: 24px;
		line-height: 24px;
		margin: 0 0 5px 0;
	}
	.flex-caption p {
		font-size: 16px;
		margin-bottom: 10px;
		line-height: 18px;
	}
}
@media screen and (max-width: 479px) {
h4.homeTitle {
	margin: 0px 0 10px 0;
	font-size: 16px;
}
.listing h2 {
    font-size: 70px !important;
    line-height: 60px !important;
}
.portfolio-gallery .img .image-overlay .overlay-icon {
		display: none;
	}
	.smaller .logo a {
		margin: 0px 0 0;
	}
	.logo a {
		margin: 0px 0 0;
	}
	.logo a img {
		max-width: 200px;
	}
	.flex-caption {
	
		bottom:-337px;
	}
	}
	.flex-caption h2 {
		font-size: 20px;
		line-height: 20px;
		margin: 0 0 5px 0;
	}
	.flex-caption p {
		font-size: 16px;
		margin-bottom: 10px;
		line-height: 18px;
	}
	.caption-container-left {
		width: 60%;
	}
	.caption-container-right {
		width: 60%;
	}
	.flex-caption .btn-primary {
		border-radius: 20px;
		padding: 6px 12px;
		font-size: 12px;
	}
}
@media screen and (min-width: 1025px) and (max-width: 1279px) {
	.sf-menu>li>a {
		padding: 32px 6px;
	}
	.smaller .sf-menu>li>a {
		padding: 18px 6px;
	}
	@media screen and (max-width: 1200px) {
		.logo a {
			margin: 18px 0 0;
		}
		.logo a img {
			max-width: 250px;
		}
	}
	/* bootstrap clear columns */
	/*  Tablet  */
	.col-sm-4:nth-child(3n+1) {
		clear: left;
	}
}
.socialIcons {
	width: 100%;
	height: 120px;
	display: block;
}
.clubLink {
	width: 100%;
	display: block;
}
.logogrow {
	transition: all .2s ease-in-out;
}
.logogrow:hover {
	transform: scale(1.2);
}
.copyright p {
	font-size: 10px;
}
.copyright p a {
	color: #AAA;
}
.whiteText {
	color: #ffffff;
}
.sponsors img {
	margin: 0 20px 20px 0;
}
.sponsors a img:hover {
	filter: grayscale(100%);
	opacity: 1;
}
div.file_list {
	max-width: 450px;
}
div.file_list ul li {
	list-style: none;
	margin-left: -20px;
	padding-top: 5px;
}
div.file_list ul li span.fileName a {
	margin-left: 10px;
}
div.file_list ul li span.fileDate {
	float: right;
	margin-right: 20px;
	color: #666;
	font-size: 10px;
	padding-top: 5px;
}
div.file_list ul li span.fileSize {
	float: right;
	margin-right: 20px;
	color: #666;
	font-size: 10px;
	padding-top: 5px;
	width: 50px;
}
legend {
	border: none;
	color: #E60812;
	font-size: 1.3em;
	line-height: 1.3em;
	font-weight: 400;
	margin: 0 0 0 -0em;
	padding: 0 0 1em 0;
	width: auto;
}
form, td, th, li {
	font-size: 14px;
}
div.contactform {
	width: 80%;
	display: block;
	position: relative;
	clear: both;
	line-height: 11px;
}
div.contactform div {
	width: 100%;
	display: block;
	clear: both;
}
div.contactform div input {
	width: 400px;
	height: 30px;
	display: block;
	position: relative;
	float: right;
	background: #fff;
	border: 0px;
	font-size: 14px;
	margin: 0 0 10px 0;
	padding: 5px;
}
div.contactform div label {
	display: block;
	float: left;
	margin-top: 4px;
	height: 26px;
	font-weight: normal !important;
}
div.contactform div div {
	width: 300px;
	float: right;
}
div.contactform div div input {
	width: 20px;
	float: left;
}
div.contactform div div label {
	width: 200px;
}
div.contactform div textarea {
	width: 400px;
	height: 200px;
	display: block;
	position: relative;
	float: right;
	background: #fff;
	padding: 5px;
	border: 0px;
}
div.contactform div.captcha {
	position: relative;
	float: right;
	width: 400px;
	top: 20px;
}
div.contactform div.captcha img {
	height: 40px;
}
div.contactform div.captcha p {
	margin: 10px 0;
	line-height: 18px;
}
div.contactform div.captcha input {
	clear: both;
	float: left !important;
	width: 200px;
	margin-top: -10px;
}
div.contactform div.captcha_error_message {
	clear: both;
	width: 200px;
	float: left;
	font-size: 12px;
	margin-top: 0px;
	color: #DF006A;
}
div.contactform div.submit input {
	background: #0D7CC0;
	color: #fff;
	height: 40px;
	margin: 35px 0;
	padding: 15px;
}
div.contactform div.submit input:hover {
	background: #E60812;
}
div.contactform div.submit input.form_reset {
	float: right;
	margin-right: -290px;
}
div.error_message>ul>li {}
.fb_invalid {
	font-size: 12px;
	color: #E60812;
}
.clear {
	clear: both;
	width: 100%;
}
@media screen and (max-width: 530px) {
	div.contactform div input, div.contactform div textarea, div.contactform div.captcha {
		float: left !important;
		width: 95% !important;
	}
}
@media screen and (max-width: 360px) {
	div.contactform div input, div.contactform div textarea, div.contactform div.captcha {
		width: 95% !important;
		float: left !important;
	}
}
@media screen and (max-width: 320px) {
	div.contactform div input, div.contactform div textarea, div.contactform div.captcha {
		width: 290px !important;
		float: left !important;
	}
}
.portfolioSmall {
	font-size: 30px;
	color: #555555;
}
.item hr {
	border-top: 1px solid #cccccc;
	margin-top: 10px;
	margin-bottom: 10px;
}
.item img {
	float: right;
	margin: 0 0 10px 10px;
}
hr {
	border-top: 1px solid #cccccc;
	margin-top: 10px;
	margin-bottom: 10px;
}
.item strong {
	color: #777777;
}
.item h4 {
	margin-top: 0px;
	margin-bottom: 5px;
}
.item p {
	margin-top: 3px;
	margin-bottom: 3px;
}
.years hr {
	border-top: 1px solid #cccccc;
	margin-top: 20px;
	margin-bottom: 20px;
}
.artwalkOuter {
	width: 320px;
	display: inline-block;
	margin: 0 10px 15px 0;
}
.artwalkOuter p {
	color: #000000;
	font-size: 12px;
	text-shadow: none;
	line-height: 15px;
	margin: 0;
}
.artwalkOuter p a {
	color: #000000;
}
.artwalk1 {
	padding: 0;
}
.artwalk1 img {
	float: right;
	margin-left: 5px;
}
.artwalk1 h4 {
	font-size: 18px;
	text-shadow: none;
	color: #ffffff;
	padding: 5px 0 3px 8px;
	margin: 0;
}
.artwalk1 p {
	padding: 0 0 0px 8px;
}
.artwalk2 {
	border-top: 1px solid #ffffff;
	clear: both;
}
.artwalk2 p {
	margin: 0;
	padding: 5px 0 5px 8px;
}
.artwalk2 span {
	color: #ffffff;
}
.clear {
	clear: both;
}
.artwalkRight {
	float: right;
	width: 130px;
}
.CGBlogCat {
	display: none;
}
.CGBlogSummaryLink {
	clear: both;
}
h4.subHead, h5.subHead, h6.subHead {
	text-align: center !important;
	color: #777777 !important;
}
.youtubevideowrap {
	max-width: 877px;
	margin: 0 auto 40px;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 767px) {
	.videoWrapper iframe {
		width: 100%;
		height: 100%;
	}
}
.btn {
	border: 1px solid #ccc;
	background: #ffffff;
}
.btn:hover {
	background: #eee;
}
.blog-item p {}
h2.blog-title {
	margin: 10px 0 0;
}
.blogPhoto {}
.blog-category {
	font-size: 10px;
	text-transform: uppercase;
}
.blog-article p {
	padding: 0 0 6px 0;
}
.listing {
	border-top: 1px solid #ccc;
}
.listing h2, h1.listingTitle {
	color: #166DB7;
	font-size: 100px;
	line-height: 90px;
	text-align: center;
}

.moreButton a {
	padding: 2px 10px;
	margin: 0 0px;
	background-color: #007BC4;
	border-radius: 12px;
	color: #fff;
	-webkit-transition: background-color 300ms linear;
	-moz-transition: background-color 300ms linear;
	-o-transition: background-color 300ms linear;
	-ms-transition: background-color 300ms linear;
	transition: background-color 300ms linear;
}
.moreButton a:hover {
	background-color: #ff0000;
	color: #fff !important;
	text-decoration: none;
}
a.moreButtonExt {
	padding: 4px 12px 6px;
	margin: 0;
	background-color: #007BC4;
	border-radius: 20px;
	color: #fff;
	-webkit-transition: background-color 300ms linear;
	-moz-transition: background-color 300ms linear;
	-o-transition: background-color 300ms linear;
	-ms-transition: background-color 300ms linear;
	transition: background-color 300ms linear;
}
a.moreButtonExt:after {
	content: url('https://test.rvjazzfestival.co.uk/uploads/images/external-link2.png');
	padding: 4px 0 0 8px;
	vertical-align: middle;
}
a.moreButtonExt:hover {
	background-color: #ff0000;
	color: #fff !important;
	text-decoration: none;
}
a.moreButton {
	padding: 4px 12px 6px;
	margin: 0 5px 0 0;
	background-color: #007BC4;
	border-radius: 20px;
	color: #fff;
	-webkit-transition: background-color 300ms linear;
	-moz-transition: background-color 300ms linear;
	-o-transition: background-color 300ms linear;
	-ms-transition: background-color 300ms linear;
	transition: background-color 300ms linear;
}
a.moreButton:hover {
	background-color: #ff0000;
	color: #fff !important;
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 10;
display: none;
float: left;
min-width: 150px;
padding: 0px 0 0 0px;
margin: 5px 0 0;
font-size: 12px;
list-style: none;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, .15);
border-radius: 6px;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu > li > a {
line-height: 1.5  !important;
    border-radius: 0px !important;
margin: 0;
    padding: 5px;
color: #000;
background-color: #ff0000;
}


table.livelisting {
border-collapse: collapse; 
width: 100%;
border:0;
text-align:left;

}
table.livelisting td, table.livelisting th {
  padding: 5px 5px 5px 0px;
font-size:14px;
line-height:15px;
}
table.livelisting td {
vertical-align: top;
}
table.livelisting td:nth-child(1) {text-align:right;}

table.livelisting td a:hover {
background-color: #ff0000;
color:#ffffff;
}
.showButton {
color:#ffffff;
font-size:20px;
	padding: 2px 10px;
	margin: 0 0px;
	background-color: #ff0000;
	border-radius: 12px;
	color: #fff;
	-webkit-transition: background-color 300ms linear;
	-moz-transition: background-color 300ms linear;
	-o-transition: background-color 300ms linear;
	-ms-transition: background-color 300ms linear;
	transition: background-color 300ms linear;
}
div.separator {
line-height:8px;
}

/*
@media screen and (max-width: 479px) {
.mobilehide{
display:none;
}}
*/

.CGBlogSummaryNext {
position:absolute;
z-index: 100;
display:block;
float:right;
top:0px;
right:0px;
color:#ffffff;
font-weight:bold;
font-style:italic;
font-size:24px;
background-color:#ff0000;
padding:5px;
line-height:20px;
}
.CGBlogSummaryToday {
position:absolute;
z-index: 100;
display:block;
float:right;
top:0px;
right:0px;
color:#ffffff;
font-weight:bold;
font-style:italic;
font-size:24px;
background-color:#1568D2;
padding:5px;
line-height:20px;
}
@media screen and (min-width: 768px) {
p.direction::after {
font-family: FontAwesome;
font-weight: normal;
content: '\f061';
display:block;
text-align:right;
font-size: 35px;
line-height:50px;
color: #999;
}}
@media screen and (max-width: 767px) {
p.direction::after {
font-family: FontAwesome;
	font-weight: normal;
	content: '\f063';
font-size: 35px;
line-height:70px;
	color: #999;
}
.listing h2, h1.listingTitle {
	color: #166DB7;
	font-size: 14vw;
	line-height: 13vw;
	text-align: center;
}
}

.btn.btn-default.btn-sm {
margin-bottom:20px;
}

section.listing {
margin-top: -120px;
margin-bottom: 120px;
}

.CGBlogSummary2 {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, .4);
  margin: 10px 0;
  background: rgb(254,254,254);
  background: linear-gradient(160deg, rgba(254,254,254,1) 0%, rgba(228,228,228,1) 100%);
}
.CGBlogSummaryT {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, .4);
  margin: 10px 0;
  background: rgb(236,254,255);
  background: linear-gradient(130deg, rgba(236,254,255,1) 0%, rgba(220,220,255,1) 100%);
}
.CGBlogSummaryday {
margin:3px 0;
}
.CGBlogSummary3 {
margin:5px 10px 0px;
}

.LightBlue h3 {
font-weight:700;
line-height:30px;
}
.imagehidden {
overflow:hidden;
position: relative;
}

.stars::before {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 10;
  float: left;
font-weight:bold;
  content: url('https://test.rvjazzfestival.co.uk/uploads/images/festival-2025/stars2.png');
}
.friday a {
	margin: 10px 0 30px 0;
	text-align: center;
	line-height: 36px;
	background-color: #d80e62;
	color:#ffffff;
	margin-right: 2px;
	margin-bottom: 6px;
	text-decoration: none;
	padding: 7px 8px;
	font-size: 12px;
	font-weight:600;
	text-transform: uppercase;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
}
.friday a:hover  {
background-color: #aa2d32;
}
.saturday a {
	margin: 10px 0 30px 0;
	text-align: center;
	line-height: 36px;
	background-color: #009bdb;
	color:#ffffff;
	margin-right: 2px;
	margin-bottom: 6px;
	text-decoration: none;
	padding: 7px 8px;
	font-size: 12px;
	font-weight:600;
	text-transform: uppercase;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
}
.saturday a:hover  {
background-color: #0172a1;
}
.sunday a {
	margin: 10px 0 30px 0;
	text-align: center;
	line-height: 36px;
	background-color: #f7931e;
	color:#ffffff;
	margin-right: 2px;
	margin-bottom: 6px;
	text-decoration: none;
	padding: 7px 8px;
	font-size: 12px;
	font-weight:600;
	text-transform: uppercase;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
}
.sunday a:hover  {
background-color: #c56f0b;
}
.monday a {
	margin: 10px 0 30px 0;
	text-align: center;
	line-height: 36px;
	background-color: #53a737;
	color:#ffffff;
	margin-right: 2px;
	margin-bottom: 6px;
	text-decoration: none;
	padding: 7px 8px;
	font-size: 12px;
	font-weight:600;
	text-transform: uppercase;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
}
.monday a:hover  {
background-color: #347b1c;
}

/* Doesn't behave on a iphone */

@media screen and (min-width: 767px) {
html {
overflow-x: hidden;
overflow-y: auto;
scroll-behavior: smooth;
}
}

:target:before {
    content: "";
    display: block;
    height: 60px;
    margin: -60px 0 0;
}
@media screen and (max-width: 767px) {
  p.direction::after {
    font-family: FontAwesome;
    font-weight: normal;
    content: '\f063';
    font-size: 35px;
    line-height: 70px;
    color: #999;
    animation: myAnim 2s ease 0s 6 normal forwards;
  }
}
.CGBlogSummaryday p {
  text-align: center !important;
}
.CGBlogSummary2 img {
  width: 100%;
}
.CGBlogSummaryday {
  margin: 3px 0;
  text-align: center !important;
}

.btn.btn-default.btn-sm {
  margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
.list-container .item img{
width:50%;
}
}

@media screen and (max-width: 479px) {
.list-container .item img{
width:100%;
}
}

@media screen and (max-width: 991px) {
.sliderWrapper {
  padding: 0 0 0 0;
margin:0 0 0px;
}
}

.mainContent {
  padding: 0px 0 30px 0;
}

@media screen and (max-width: 1024px) {
  .mobile-nav {
    display: block;
    list-style: none;
    margin: 0;
    padding: 10px 6px;
    background-color: rgba(5, 10, 100, 1);
 background: url('https://test.rvjazzfestival.co.uk/uploads/images/festival-2025/bgd4-photo-eva-kahan.jpg') top center no-repeat;
background-size:contain;
background-attachment: fixed;

  }
  section.mobile-navigation {
    position: fixed;
    padding: 0;
    top: 59px;
    bottom: 0;
    overflow-y: scroll;
    z-index: 10000;
    width: 100%;
    background-color: rgba(4, 4, 10, 1);
  }
}
@media (min-width: 991px) {
  .col-sm-4 {
    width: 33.33% !important;
  }
}
@media (min-width: 768px) {
  .col-sm-4 {
    width: 50%;
  }
}
