@charset "utf-8";
/* CSS Document */


@font-face {
    font-family: 'amatic';
    src: url('/fonts/amaticsc-regular-webfont.eot');
    src: url('/fonts/amaticsc-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/amaticsc-regular-webfont.woff') format('woff'),
         url('/fonts/amaticsc-regular-webfont.ttf') format('truetype'),
         url('/fonts/amaticsc-regular-webfont.svg#amatic_scregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


	@font-face {
		font-family: 'amaticbold';
		src: url('/fonts/amatic-bold-webfont.eot');
		src: url('/fonts/amatic-bold-webfont.eot?#iefix') format('embedded-opentype'),
			 url('/fonts/amatic-bold-webfont.woff') format('woff'),
			 url('/fonts/amatic-bold-webfont.ttf') format('truetype'),
			 url('/fonts/amatic-bold-webfont.svg#amaticbold') format('svg');
		font-weight: normal;
		font-style: normal;
	}
	
	@font-face {
		font-family: 'OpenSansBold';
		src: url('/fonts/OpenSans-Bold-webfont.eot');
		src: url('/fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
			 url('/fonts/OpenSans-Bold-webfont.woff') format('woff'),
			 url('/fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
			 url('/fonts/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg');
		font-weight: normal;
		font-style: normal;
	}
	
	@font-face {
		font-family: 'OpenSans';
		src: url('/fonts/OpenSans-Regular-webfont.eot');
		src: url('/fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
			 url('/fonts/OpenSans-Regular-webfont.woff') format('woff'),
			 url('/fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
			 url('/fonts/OpenSans-Regular-webfont.svg#OpenSansBold') format('svg');
		font-weight: normal;
		font-style: normal;
	}
	
	@font-face {
		font-family: 'OpenSansLight';
		src: url('/fonts/OpenSans-Light-webfont.eot');
		src: url('/fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
			 url('/fonts/OpenSans-Light-webfont.woff') format('woff'),
			 url('/fonts/OpenSans-Light-webfont.ttf') format('truetype'),
			 url('/fonts/OpenSans-Light-webfont.svg#OpenSansBold') format('svg');
		font-weight: normal;
		font-style: normal;
	}


html{
	margin:0 !important;
	padding:0 !important;
}

body{
	font-family:OpenSans, Arial, Verdana;
	color:#333;
	background-image:url(../images/background/bg-page.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	text-rendering: optimizeLegibility;
	margin:0 !important;
	padding:0 !important;
	min-height:600px;
	}

.hid-desktop, .show-desktop{display:block;}
.hid-mobile, .show-mobile{display:none;}


#pageForm{
	margin-bottom:0 !important;
	max-width:1200px;
	margin:auto;
}

img{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

h1{
	font-family:amaticbold,amatic,OpenSansLight,Amatic,Arial,Verdana;
	color:#666; 
	font-size:3.5em;
	line-height:1.5em;
	/*font-size:38.5px;
	line-height:40px;*/
	margin:10px 0;
}

.strap-line{
	font-family:amaticbold,amatic,OpenSansLight,Arial,Verdana;
	font-size:4.3em;
	color:#999;
	margin-left:10px;
	margin-top:-10px;}

h2{
	font-family:amaticbold,amatic,OpenSansLight,Arial,Verdana; 
	font-size:2.5em;
	line-height:1.4em;
	/*font-size:31.5px;
	line-height:45px;*/
	color:#222; 
	margin:10px 0;
	}

h3{
	font-family:amaticbold,amatic,OpenSansLight,Arial,Verdana;
	font-size:1.8em;
	color:#222; 
	margin:10px 0;
	}

h4{
	font-family:amaticbold,amatic,OpenSansLight,Arial,Verdana;
	font-size:1.2em;
	line-height:1em;
	/*font-size:18.5px;
	line-height:25px;*/
	color:#222; 
	margin:10px 0;
	}


a{
	text-decoration:none;
	font-weight:bold;
	color:#00847d;
	}
	
a:hover{
	color:#00544d;
	text-decoration:none;
	}
	
div [class*="span"] .row:last-child{margin-bottom:0 !important;}

/*.row{padding-bottom:-10px;}*/
.no-bottom-margin{margin-bottom:0 !important;}


.yellow{color:#fdb913}
.white{color:#fff;}
.black{color:#000;}
.cyan{color:#24e5ff}
.cyan{color:#00acee}
.lime{color:#8dc63f;}
.green{color:#00ae4d;}
.turquoise{color:#00a49d;}
.magenta{color:#e12991;}
.red{color:#e43226;}

.bg-yellow{background-color:#fdb913}
.bg-white{background-color:#fff;}
.bg-black{background-color:#000;}
.bg-cyan{background-color:#24e5ff}
.bg-cyan{background-color:#00acee;  color:#FFF;}
.bg-lime{background-color:#8dc63f; color:#FFF;}
.bg-green{background-color:#00ae4d;}
.bg-turquoise{background-color:#00a49d;}
.bg-magenta{background-color:#e12991;}
.bg-red{background-color:#e43226;}


.bg-yellow a{color:red;}
.bg-white a{}
.bg-black a{}
.bg-cyan a{color:#06a;}
.bg-lime a{color:#FF0}
.bg-green a{color:#6F0}
.bg-turquoise a{}
.bg-magenta a{}
.bg.red a{}

.margin-10{margin:10px;}

.no-radius{
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;	
}

.no-padding{
	padding:0!important;	
}

.no-margin{
	margin:0!important;
}

.red-border{
	border:1px solid red;	
}

.relative{
	position:relative;	
}
.absolute{
	position:absolute;	
}

.hide{
	display:none;
}

#logoDiv .tooltip-inner{
	background-color:#eee !important;
	color:#888;	
}

.page-title{
	font-family:amaticbold,amatic,OpenSansLight,Arial,Verdana;
	color:#8dc63f;
	font-size:3em;
	line-height:1.3em;
}

.post-title{
	font-family:amaticbold,amatic,OpenSansLight,Arial,Verdana;
	color:#8dc63f;
	font-size:2.5em;
	line-height:1.5em;
	margin:0 10px 20px 10px;
}

.widget-title{
	font-family:amaticbold,amatic,OpenSansLight,Arial,Verdana;
	font-size:2.5em;
	padding:0 0 5px 0;
	color:#e08412;
}

#votesticker{
	position:absolute;
	right:170px;
	top:180px;
	z-index:999;
}

.block-image{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow:0 0 10px rgba(0,0,0,0.2);
}

.popover-title{
	font-size:2em;	
}

.spin2{
	transition:all 2s !important;
	opacity:0 !important;
	filter:alpha(opacity=0) !important;
	transform:rotate(720deg) !important;
	-ms-transform:rotate(720deg) !important; /* IE 9 */
	-webkit-transform:rotate(720deg) !important; /* Opera, Chrome, and Safari */
}
.spin2 img{
	transition:all 2s !important;
	opacity:0 !important;
	filter:alpha(opacity=0) !important;
}

.spin5{
	transition:all 5s !important;
	transform:rotate(1800deg) !important;
	-ms-transform:rotate(1800deg) !important; /* IE 9 */
	-webkit-transform:rotate(1800deg) !important; /* Opera, Chrome, and Safari */
	opacity:0 !important;
	filter:alpha(opacity=0) !important;
}
.spin5 img{
	transition:all 5s !important;
	opacity:0 !important;
	filter:alpha(opacity=0) !important;
}

.spin10{
	transition:all 10s !important;
	transform:rotate(3600deg) !important;
	-ms-transform:rotate(3600deg) !important; /* IE 9 */
	-webkit-transform:rotate(3600deg) !important; /* Opera, Chrome, and Safari */
	opacity:0 !important;
	filter:alpha(opacity=0) !important;
}
.spin10 img{
	transition:all 10s !important;
	opacity:0 !important;
	filter:alpha(opacity=0) !important;
}

/*-------HEADER-----------------*/

#header-inner{
	margin-top:15px;	
}
.bd-logo{
	max-height:190px;
}

.cfd-logo{
	float:right;
	margin-top:-30px;
	opacity:.8;
	filter:alpha(opacity=80);
	max-height:120px;
}

.cfd-logo:hover{
	opacity:1;
	filter:alpha(opacity=100);
}


.membership-button{
	float:right;
	margin-top:-110px;
	opacity:.8;
	filter:alpha(opacity=80);
	/*max-height:120px;*/
	max-width:190px;
}


#header{
	position:relative;
	}
	


#partner-login{
	right:0;
	top:0; 
	width:220px; 
	background-color:#b00;
	height:25px;
	font-size:.9em;
	color:#FFF; 
	font-weight:normal; 
	padding-top:5px; 
	padding-left:10px;
	border:1px solid blue;
	}
#partner-login a{color:#FC0;}


.login-name{
	display:block;
	float:left;
}

#contrast-div{
	position:absolute;
	height:30px;
	width:30px;
	right:230px;
	top:0;
}

#contrast-div:hover{
	background-color:#000;
}
#contrast-div:hover a{
	color:#FFF;
}


#contrast-div a{
	display:block;
	margin:5px 0 0 9px;
}
.cntrst1{
	background-color:#FFF;
}
.cntrst1 a{
	color:#000;	
}
.cntrst0{
	background-color:#FFF;
}
.cntrst0 a{
	color:#F00;	
}

.contrast-message{
	position:absolute;
	width:250px;
	padding:4px 0 4px 10px ;
	top:30px;
	right:0;
	background-color:#da2120;
	color:#000;
	z-index:999;
}

#backendLinks{white-space:nowrap;}
#backendLinks a{
	display:block;
	float:left;
	padding-left:10px;
	color:#F90;
	white-space:nowrap;
	background-color:#f2f2f2;
	transition:all .25s;
}

#backendLinks a:hover{
	background-color:rgba(0,0,0,0.7);
}

.social-icons{}
.social-icons a{
	display:block;
	float:left;
	opacity:.8;
	filter:alpha(opacity=80);
	width:16.6%;
	text-align:center;
}
.social-icons a:hover{
	opacity:1;
	filter:alpha(opacity=100);
}

.social-icons img{
	width:32px;
	height:32px;
	margin:0 auto 5px auto;
	}


.scribble-line{
	background-image:url(/images/background/bg-scribble-line.png);
	background-repeat:no-repeat;
	background-size:100% 100%;
	height:20px;
	margin-bottom:20px;
}
.scribble-line-fine{
	background-image:url(/images/background/bg-scribble-line.png);
	background-repeat:no-repeat;
	background-size:100% 100%;
	height:10px;
}


/*------MENU--------------------------*/


.topnav{
	margin-bottom:0;
	z-index:9999;
}




.MainMenu{font-size:2em;list-style-type:none;padding:0;margin:0;}
.MainMenu > li{float:left;border-right:2px dotted #ddd;text-align:center;padding:0;}
.MainMenu > li:last-child{border-right:none;}
.MainMenu > li > a{
	display:block;
	text-align:center;
	width:60px;
	padding:0 10px;
	margin-right:5px;
	margin-left:5px;
	vertical-align:bottom; 
	line-height:30px;
	font-family:amaticbold,amatic;
	font-weight:normal;
	color:#f99926;
	}

.MainMenu > li > a:active, .MainMenu > li > a:hover{
	background: white !important;
	}
	


.MainMenu > li > a > img{
	display:block;
	height:50px;	
	transition:all .2s;
	-webkit-filter:drop-shadow(0 0 5px rgba(0,0,0,0.3));
}

.MainMenu > li > a > span{
	display:block;
}

.MainMenu > li > a:hover img{
	text-decoration:none;
	transform:rotate(60deg);
	-ms-transform:rotate(60deg); /* IE 9 */
	-webkit-transform:rotate(60deg); /* Opera, Chrome, and Safari */
	-webkit-filter:drop-shadow(0 0 5px rgba(0,0,0,0.5));
	}

.MainMenu > li > a:active img{
	transition: 2s;
	transform:rotate(720deg);
	-ms-transform:rotate(720deg); /* IE 9 */
	-webkit-transform:rotate(720deg); /* Opera, Chrome, and Safari */
	}	
	
	.MainMenu > li > a {width:auto;margin-right:0;}
	.MainMenu > li > a > img {height: 60px;}

.MainMenu .submenu {
	list-style-type:none;
	padding:0;
	border-radius:3px;
	position:absolute;
	margin-left:10px;
	background-color:#FFF;
	z-index:999;
	font-size:.5em;
	line-height:1em;
	text-align:left;
	transition:all 1s;
	display:none;
	box-shadow:0 1px 7px rgba(0,0,0,.3);
	font-family:OpenSans, Arial, Helvetica, sans-serif;
}

.MainMenu .menuitem .submenu .submenuitem{
	position:relative;
}


.MainMenu .menuitem .submenu .submenuitem a{
	display:block;
	padding:5px 15px 5px 10px;
	color:#f80;
}

.MainMenu .menuitem .submenuitem:first-child a{
	padding-top:10px;
}

.MainMenu .menuitem .submenuitem:last-child a{
	padding-bottom:10px;
}

.MainMenu .menuitem .submenu .submenuitem:hover{
	background-color:#f80;
}

.MainMenu .menuitem .submenu .submenuitem:hover a{
	color:#fff;
}

.MainMenu .menuitem:hover .submenu {
	display:block;
}




/*---Dropdown hover ----*/

/*
.sidebar-nav {
    padding: 9px 0;
}


.dropdown-menu{
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.175);
	box-shadow: 0 3px 6px rgba(0,0,0,.175);	
	border:1px solid #eee;
}


.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
	min-height:90px;
	text-align:left;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}

*/




/*-------FOOTER-----------------*/
#footer{
	position:relative;
	height:200px;
	padding-top:60px;
	}

.footer-menu{
	line-height:1.6em;
	padding:0;
	margin:0;
}
.footer-menu li{
	display:block;
	font-weight:normal;
}
.footer-menu li a, #footer a{
	display:block;
	color:#ddd;
	font-weight:normal;
}
.footer-menu li a:hover{
	color:#fdb913;
}

#footer-switch{
	position:absolute;
	left:30px;
	bottom:20px;
	font-size:.8em;
	font-weight:normal;
}

#footer-switch a{
	color:#666;
}

#footer-credit{
	position:absolute;
	right:30px;
	bottom:20px;
	font-size:.8em;
	font-weight:normal;
}

#footer-credit a{
	color:#bbb;
}
#footer-credit a:hover{
	color:#FFF
}



/*------TOP IMAGE-------------------------*/

.top-image-panel{
	position:relative;	
}

.top-image {
	position:absolute;	
}

.top-image-link{
	position:absolute;	
	right:10px;
	bottom:10px;
}


/*------CAROUSEL-----------------------*/

.carousel-row{
	margin-bottom:70px;	
}

.carousel-caption{
	background-color:rgba(0,0,0,0.5);
	padding:10px 90px 0 20px;
	bottom:0;
	left:0;
	right:0;
	text-align:left !important;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.carousel-caption h1{
	font-size:2em;
	color:#FF0;
	margin:0;
}
.carousel-caption p{
	text-shadow:0 0 5px black;
}

.carousel-control.left, .carousel-control.right {
	background-image:none;
}

.glyphicon-chevron-left, .glyphicon-chevron-right{
	background-color:rgba(0,0,0,0.2);
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	padding:5px;
	width:auto !important;
	height:auto !important;
	}

.carousel-indicators{
	bottom:0;
	width:auto;
	left:auto;
	right:20px;
}

/*------SEARCH-------------------------*/

.search-input{
	position:relative;	
	/*padding:20px 15px 20px 7%;*/
	padding:0 15px 0 7%;	
	height:40px;
	background-image:url(/images/background/bg-input.png);
	background-repeat:no-repeat; 
	background-size:100% 100%;
	border:none;
	outline:none;
	margin-bottom:10px;
}


#btSearch{
	position:absolute;
	transition:all 1.5s;	
	right:100px;
	opacity:0;
	filter:alpha(opacity=0);
}

#btSearch img{
	transition:all .3s;
}

.btSearchHover{
	right:20px !important;
	/*transform:rotate(360deg)!important;
	-ms-transform:rotate(360deg)!important;
	-webkit-transform:rotate(360deg)!important;
	*/
	opacity:1 !important;
	filter:alpha(opacity=100) !important;
}

#btSearch:hover img{
	transform:rotate(-10deg)!important;
	-ms-transform:rotate(-10deg)!important;
	-webkit-transform:rotate(-10deg)!important;
}

.search-select{
	background-color:#fdb913;
	border:none;
	width:180px;
	padding:3px 0 0 10px !important;
	line-height:25px !important;
	height:27px;
	font-size:14px;
	margin-bottom:10px;
	color:#FFF;
	margin-left:0;
}

.search-box select{
	padding:5px !important;
}


.search-box .btn-search{
	color:#FFF;
	float:right;
	color:#fdb913;
}

#btSearch{
	cursor:pointer;	
}

.search-box .btn-search:hover{
	color:#fde983;
}


#tbShowDate{
	background-image:url(../images/backgrounds/search-date-calendar.png);
	background-repeat:no-repeat;
	background-position:top right;
}


.advanced-search-link{
	position:absolute !important;
	bottom:0;
	display:block !important;
	font-weight:normal;
	margin-bottom:5px;
}

#fafSeachDatepicker{
	color:#000;
	width:180px;
	z-index:500;
	margin-bottom:10px;
}
#fafSeachDatepicker .days th{
	border-bottom:1px solid white;	
	color:#C60;
	font-size:.7em !important
}

.any-date td{
	cursor:pointer;
	text-align:center;
	border-top:1px solid white;		
}

#fafSeachDatepicker td{
	font-size:.8em !important
}

#fafSeachDatepicker .disabled{
	background-color:#fdba14;	
	color:#ffda34
}
#fafSeachDatepicker .day{
	text-align:center;	
	cursor:pointer;
}
#fafSeachDatepicker .day:hover, .any-date td:hover{
	background-color:#fc3;		
}



#fafSeachArtformpicker{
	color:#FFF;
	width:180px;
	z-index:500;
	margin-bottom:10px;
}
#fafSeachArtformpicker td{
	font-size:.8em !important;
	padding-left:10px;
	cursor:pointer;
}

.any-artform td{
	border-top:1px solid white;	
}

.any-artform td:hover{
	background-color:#fc3;	
}


#fafSeachArtformpicker td:hover{
	background-color:#fc3;		
}



/*------ADVANCED SEARCH-------------------------*/


.adv-srch input{
	background-color:#eee;
	
	border:none;
	padding:10px !important;
	height:30px  !important;
	font-size:14px;
	margin-bottom:10px;
	color:#444;
	
}

.adv-srch select{
	background-color:#eee;
	border:none;
	width:250px;
	padding:10px !important;
	height:30px  !important;
	font-size:1.2em;
	margin-bottom:10px;
	color:#444;
}

.adv-srch select{
	padding:5px !important;
}


.adv-srch .btn-search{
	color:#444;
	float:right;
	color:#fdb913;
}

.adv-srch .btn-search:hover{
	color:#fde983;
}



/*---------SIDE BAR-------------------*/

.artform-image-link{
	position:absolute;
	right:10px;
	bottom:10px;
	color:white;
	opacity:0.4;
	filter:alpha(opacity=40);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height:24px;
	width:26px;
	padding:0 0 4px 2px;
	background-color:#333;
}

.artform-image-link:hover{
	opacity:0.8;
	filter:alpha(opacity=80);	
	background-color:#888;
}


/*----------MAILING LIST-------------------------*/

#btAddEmail{
	position:absolute;
	transition:all 2s;	
	right:100px;
	opacity:0;
	filter:alpha(opacity=0);
	margin-top:-3px;
}


.btAddEmailhover{
	right:20px !important;
	transform:rotate(-720deg)!important;
	-ms-transform:rotate(-720deg)!important;
	-webkit-transform:rotate(-720deg)!important;
	opacity:1 !important;
	filter:alpha(opacity=100) !important;
}

#btAddEmail img{
	transition:all .3s;
	width:45px;
	height:45px;	
}
#btAddEmail:hover img{
	transform:rotate(-10deg)!important;
	-ms-transform:rotate(-10deg)!important;
	-webkit-transform:rotate(-10deg)!important;
}


/*---------INSTAGRAM GALLERY-----------------*/


#instagrampics{width:100% !important;}
#instagrampics img{width:100% !important;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
#instagramtitle{
	position:absolute;
	left:0;
	top:10px;
	font-family:amatic, amaticbold,opensans,arial;
	color:white;
	font-size:2.3em;
	width:100%;
	text-shadow:0 0 10px black,0 0 10px black;
	z-index:999;
	line-height:.8em;	
	box-sizing:border-box;
	padding:0 20px;
	opacity:.8;
}


/*---------TWITTER-----------------*/

.twitter-head, .timeline-footer{
	background-color:#0CF;
	color:#FFF;
	font-size:2em;
	padding:5px;
	border-top-right-radius:3px;
	border-top-left-radius:3px;
}

.twitter-head a{
	color:#FFF;	
}

.twitter-head img{	
	width:30px;
	height:30px;
	margin:10px;
}

.twitter-timeline{
	background-color:#FFF;	
}

.twitter-panel{
	background-color:#FFF;	
}

/*------SHARE WIDE--------------------*/

.share-wide{
	position:absolute;
	height:100%;	
	background-color:#fdb913;
	color:#FFF;
}

.share-wide .icon{
	height:100%;
	margin:15px 0 0 15px;
}

.share-wide .info{
	margin:15px 10px 10px 10px;
	fobt-size:1.3em;
	width:60%;
	text-align:center;
	font-weight:bold;
}

#sharethis span
{
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
      box-sizing: content-box;
}

/*------EVENT-------------------------*/
#event-banner{max-height:310px;}
.event-box{height:230px;}
.event-image{height:230px;}



/*------EVENT LISTINGS-------------------------*/


.event-paging{
	position:absolute;	
	height:100%;
	width:100%;
}

.event-paging a{
	display:block;
	position:absolute;
	margin:5px 10px;
	width:90px;
	height:40%;
}

.event-paging span{position:absolute;opacity:0; filter:Alpha(opacity=0);}
.event-paging i{position:absolute;opacity:.2; filter:Alpha(opacity=20)}
.event-paging a:hover i{opacity:.6 filter:Alpha(opacity=60)}
.event-paging a:hover span{opacity:0.6; filter:Alpha(opacity=60)}
.event-paging .page-prev span{top:0;right:0;}
.event-paging .page-next{bottom:0;}
.event-paging .page-next i {right:0;bottom:0;}
.event-paging .page-next span{left:0;bottom:0;}


.event-listing-details{
}

.event-listing-copy{
	margin:0 10px 0 0;
	cursor:pointer;
	/*height:100%;*/
}

.event-listing-copy .event-title{
	font-size:18px;
	line-height:24px;
	display:block;
	font-weight:bold;
}

.event-listing-copy .event-distance{
	float:right;
}

.event-listing-copy .event-venue{
	font-size:15px;
}

.event-listing-copy .event-short-desc{
	overflow:hidden;
	font-size:13px;
	line-height:16px;
	margin:10px 40px 0 0;
}

.event-listing-copy .event-link{
	position:absolute;
	right:10px;
	bottom:10px;
	opacity:0.4;
	filter:alpha(opacity=40);
}

.event-listing-copy .event-link:hover{
	opacity:0.7;
	filter:alpha(opacity=70);
}




/*----VENUES------------------------------------------------*/

.venue-listing-details{
	background-color:#FFF;
	position:relative;
	margin-right:-10px;
	padding-right:10px;
}

.venue-listing-copy{
	color:#FFF;
	margin:10px;
	cursor:pointer;
	/*height:100%;*/
}

.venue-listing-copy .venue-title{
	font-size:18px;
	display:block;
	font-weight:bold;
}

.venue-listing-copy .venue-distance{
	float:right;
	color:#666;
	display:block;
}







/*----NEWS--------------------------------------------------*/

.news-link{
	position:absolute;
	right:10px;
	bottom:10px;
	color:white;
	opacity:0.4;
	filter:alpha(opacity=40);
}

.news-link:hover{
	opacity:0.7;
	filter:alpha(opacity=70);
}


/*-------MAP PAGES---------------------------*/

.map-frame{
	width:100%;
	height:483px;
	height:700px;
}
.listings-frame{
	width:100%;
}



/*------------------COMPETITIONS----------------*/

.form-all{
	width:100% !important;	
}




#venue_url{
	width:228px;
	font-size:1.1em;
	padding:4px 0;
}


page{
	position:relative;
	width:950px;
	margin:0 auto;
}
#header{}

#banner{position:relative;}
.banner-caption{
	position:absolute;
	background-color:rgba(0,0,0,0.5);
	color:#000;left:0; 
	bottom:10px;
	left:15px; 
	display:none; 
	padding:5px 20px 5px 10px; 
	color:rgba(250,250,250,.8);
	font-size:24px;
	border-bottom-left-radius:5px;
	border-top-right-radius:5px;
	}
.banner-credit {
	position:absolute; 
	right:15px; 
	bottom:10px; 
	font-size:.6em; 
	color:#FFF; 
	padding:0 5px; 
	background-color:rgba(0,0,0,0.4); 
	color:rgba(250,250,250,0.5);
	border-bottom-right-radius:5px;
	border-top-left-radius:5px;
	}

.top-image{background-color:#FFF;position:relative; height:230px; width:230px;overflow:hidden;}
.top-image img{position:absolute;}

.top-image-caption{
	position:absolute;
	background-color:#fff;
	color:#000;
	padding:2px 5px 2px 10px; 
	font-size:.8em; 
	color:#000;
	width:100%;
	opacity:0;
	filter:alpha(opacity=0);
	}

.top-image-credit{
	opacity:0;
	filter:Alpha(opacity=0);
	position:absolute;
	left:0;
	bottom:0;
	font-size:.6em;
	color:#FFF; 
	background-color:#000; 
	padding:0 5px; 
	color:#fff;
	}
	
.top-image-link{
	color:white;
	opacity:0.5;
	filter:alpha(opacity=50);
	}
.top-image-link:hover{
	color:white;
	opacity:0.8;
	filter:alpha(opacity=80);
	
	}


.small-image{position:relative;}
.small-image img{
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
	}
.small-image-caption{position:absolute;background-color:rgba(250,250,250,0.4);color:#000;padding:2px 5px 2px 10px; font-size:.8em; color:rgba(0,0,0,0.8)}
.small-image-credit{position:absolute;right:0;bottom:10px;font-size:.6em;color:#FFF; background-color:rgba(0,0,0,0.4); padding:0 5px; color:rgba(250,250,250,0.5)}


.banner-image{}
.banner-image img{
	width:100%;
	max-width:875px; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	margin-bottom:10px;}

#content{
	position:relative;
	line-height:1.8em;
	margin-bottom:40px;
}

#content-event-details{background-color:#FFF;}

/*div.row{box-shadow:0 0 1px rgba(0,0,0,0.6);}*/

#top-info{min-height:113px;margin-top:30px;}
.event_title{display:block;font-family: 'OpenSansBold'; font-size:2em; color:#e43226; line-height:1.2em;}
.event_artist{display:block;}
.event_part_of{display:block;}
.event_with{display:block;}


.artform{
	display:block;
	margin-left:-10px;
	padding:5px 10px;
	border-bottom:1px dotted #ddd;
	font-size:1.5em;
	}

#dates{
	margin-top:20px;	
	font-size:.9em;
	width:100%;
}

#dates td{
	border-bottom:1px dotted #bbb;

}

.event_short_desc{display:block;margin-top:20px;}
.event_long_desc{display:block;margin-top:20px;}
.event_free{display:block;}

#content-sidebar{}

.venue-box{
	font-size:.8em;
	min-height:230px; 
	margin-bottom:10px;
	background-color:#FFF;}


#map{
	min-height:228px;
	background-color:#ddd;
	border:1px solid #dbe5ef;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}

#small-images{width:100%;}
#event-details{}

#footer{margin-top:30px;}


		
		
/*----- VENUE MAP -------------------------------------------------------------*/

.map-popup{

}
.map-popup .firstHeading a{
	font-weight:bold !important;
	font-size:1.3em;
}

.map-popup .event-link{
	display:block;
	padding:1px 5px;
	font-weight:bold !important;
	transition: all .5s;
	position:relative;
}

.map-popup .event-link:hover{
	background-color:#6F0;
}

.map-popup .event-link:hover i{
	position:absolute;
	right:5px;
	top:5px;
	color:#F00;
}

.map-popup a{
	color:#900;
}

.map-popup a:hover{
	color:black;
}



/*------  MEDIA QUERIES  -------------------------------------------------*/


/* Large desktop */
@media (min-width: 1280px) {
	.bd-logo {margin-top:-20px;}	
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 1115px) and (max-width: 1279px) {
}

@media (max-width: 1195px) {
	.strap-line{font-size:3.4em;}	
	.MainMenu > li > a {width:auto;margin-right:0;}
	.MainMenu > li > a > img {height: 40px;}
	
	.bd-logo {max-height: 155px; margin-top:-20px;}	
	.cfd-logo {max-height: 100px;margin-top:-30px}
	.widget-title{font-size:2em;}
	
	.membership-button{max-width: 125px; margin-top:-60px;}
}

/* Portrait tablet to landscape and desktop */
@media (max-width: 1114px) {

}

/* Small desktop */
@media (max-width: 1024px) {
	.bd-logo {margin-top:0;}	
}


/* Portrait tablet to landscape and desktop */
@media (max-width: 979px) {
	.bd-logo {height:140px; margin-top:0  !important;margin-bottom:-60px;}
	.membership-button{max-width: 70px; margin-top:-10px;}
	.strap-line{
		margin-top:-5px;
	}	
	#backendLinks{
		display:none;
	}
	.social-icons{
		margin:30px 0 30px 0;	
	}
	.social-icons img{
		width:24px;height:24px;
	}

	.search-input{
		height:30px;	
		font-size:1.3em;
	}
	#footer{
		height:auto;
		padding-top:30px;
		background-color:#7f7f7f;
		margin-bottom:0;
		margin-right:0;
		width:100%;
	}
	#twitter-widget-0{
		width:100%;	
	}
}



/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	/*#wrap{display:none;};*/
	.bd-logo{height:130px;margin-top:0 !important;margin-bottom:-80px;}
	.cfd-logo {max-height: 60px;margin-top:0;}
	.membership-button{max-width: 70px; margin-top:-10px;}
	
	.strap-line{
		margin-left:0;
		font-size:2.6em !important;
		margin-top:0;
	}	

	.MainMenu{font-size:1.5em;margin-left:-10px !important;}
	.MainMenu img{height:50px;}
	.MainMenu > li > a{padding:0 5px;}

		
	.social-icons img{
		width:48px;height:48px;
	}
	.social-icons{
		margin-bottom:80px !important;
	}
	#content{margin-bottom:0}
}


@media (max-width: 590px) {
	.membership-button{display:none;}
}

/* Landscape phones and down */
@media (max-width: 480px) {
	
.hid-desktop, .show-desktop{display:none;}
.hid-mobile, .show-mobile{display:block;}

	
	#header{margin-top:0;}
	
	#header-inner{min-height:110px;}
	.bd-logo{max-height:100px;margin-top:0; margin-right:-30px;margin-bottom:-40px}
	.cfd-logo {max-height: 50px; margin-top:10px}
	.membership-button{max-width: 50px; margin-top:10px;}
	/*.social-icons img{width:20px;height:20px;}*/
	.strap-line{
		font-size:1.8em !important;
		margin-top:20px;
		line-height:1em !important;
		}
	
	.MainMenu{font-size:1.5em; }
	.MainMenu img{display:none !important;}
	.MainMenu > li > a{padding:0 5px;margin-left:0 !important;}
			
			
	#sidebar{
		margin-top:20px;	
	}
	.widget-title{
		font-size:3em !important;	
	}
	#instagrampics a{
		right:0 !important;	
	}
	
	.scribble-line{
		background-image:url(/images/background/bg-scribble-line-mobile.png);
	}	
	
}



/* Landscape phones and down */
@media (max-width: 380px) {
	
	#logoDiv{padding-right:0;clear:both;}
	#topnav .container-fluid{padding-right:0 !important;}
	.bd-logo{max-height:100px;margin-bottom:-40px; margin-top:0 !important;}
	.cfd-logo {height: 50px;}
	.membership-button{max-width: 50px;}
	.strap-line{
		font-size:1.5em !important;
		}
		
	h1{
		font-size:3em;	
	}
				
	.MainMenu .submenu {
		font-size:1.1em;
		left:0;
		width:220px;
		z-index:9999;
	}

	.carousel-row{margin-bottom:10px;}
	.carousel-caption{display:none;}
	.event-div{
		margin-top:20px;	
	}
	.event-div img{
		margin-bottom:-20px;	
	}
	.widget-title{font-size:2.6em !important;}
	/*.social-icons img{width:20px;height:20px;}*/

	
	body{background-image:none}	
}