html, body {
	background-color:#23A2B8;
}
body {
}

.pure-g, .cwidth {
	max-width: 1280px;
	margin: 0 auto;
}

.pure-g > * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.pure-g-pad > *, .pure-g-pad > li, .pure-g-pad > dd {
	padding: 12px 60px;
}
.pure-g-pad .pure-g-pad > *, .pure-g-pad .pure-g-pad > li, .pure-g-pad .pure-g-pad > dd {
	padding: 12px 30px;
}

#c1 {
	bottom:0;
	text-align:center;
	padding: 20px 10px;
}

#c2 {
	clear: both;
	margin: 0 auto;
	text-align:left;
}

.versions a {
	font-size: 22px;
	padding: 20px 10px 12px 10px;
	line-height: 1em;
	text-align: center;
	display: block;
	font-family: 'FuturaND-Bold', Verdana, Geneva, sans-serif; 
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 9px;

}
.versions a#society {
	border-radius: 45px 0 0 0 ;
	background: #E57B52;
	color: #0F2A2A;
}
.versions a#festival {
	border-radius: 0 45px 0 0;
	background: #0F2A2A;
	color: #E57B52;
}

#c3 {
	background-color:#0F2A2A;
	color: #ffffff;
	margin: 0 auto;
}


#c4 {
	margin-top: 10px;
}
.layout0 #c4 {
	padding-right: 0;
}

#menu {
	position: relative;
	clear: both;
	z-index: 101;
	line-height: 1em;
	padding: 0 30px;
}


/*** ESSENTIAL STYLES ***/

ul.sf-menu { margin: 0 auto; padding: 0;
	list-style: none; 
	z-index: 1; 
	width: 100%;
	display: table;
	}

	ul.sf-menu li { margin: 0; padding: 0;}

	ul.sf-menu a { margin: 0; padding: 0; color: #E57B52;}

	ul.sf-menu ul {list-style: none;}

	ul.sf-menu a {text-decoration: none;}

	ul.sf-menu > li {
	    position: relative;
	    display: table-cell;
	    text-align: center;
	}
	ul.sf-menu > li:first-child, ul.sf-menu > li.first  {
		text-align: left;
		padding-left: 10px;
	}
	ul.sf-menu > li:last-child, ul.sf-menu > li.last {
		text-align: right;
		padding-right: 10px;
	}
	ul.sf-menu > li > a {
	    font-size: 13px;		/* This bit changes the size of the text on the main heading */
	    line-height: 46px;		
	    padding: 10px 2px 10px 22px;		/* This is the padding between the different titles */
	-webkit-transition: color .15s;
	   -moz-transition: color .15s;
	     -o-transition: color .15s;
		transition: color .15s;
		z-index: 2;
		font-family: 'FuturaND-Bold', Verdana, Geneva, sans-serif; 
		text-decoration: none;
		text-transform: uppercase;
		letter-spacing: 6px;
	}
	ul.sf-menu > li:first-child > a, ul.sf-menu > li.first > a, ul.sf-menu > li:last-child > a, ul.sf-menu > li.last > a {

	}
	ul.sf-menu li > a:hover {
		color: #fff;
	}
	ul.sf-menu > li:hover > a.on, ul.sf-menu > li > a.on, ul.sf-menu li > a.active {
		color: #fff;
	}
	ul.sf-menu > li > a.on {
		background-image: url('../userfiles/design/star-sml.png');
		background-repeat: no-repeat;
		background-position: 0 50%;
	}
	ul.sf-menu > li ul {
		opacity: 0;
		background: #0F2A2A;
		visibility: hidden;
		padding: 0;
	-webkit-transition: all .5s .1s;
	   -moz-transition: all .5s .1s;
	     -o-transition: all .5s .1s;
		transition: all .5s .1s;
	}
	ul.sf-menu > li > ul {
	    text-align: center;  
	    position: absolute;
	    top: 50px;			/* This is for the drop down annimation */
	    left: 50%;
	    margin-left: -115px;
	    width: 230px;
		z-index: 3;
	}
	ul.sf-menu > li:first-child > ul {
		margin-left: 0;
		left: 0;
	}
	ul.sf-menu > li:hover > ul {
	    opacity: 1;
	    top: 26px;
	    visibility: visible;
	}

	ul.sf-menu ul > li {
		position: relative;
	}

	ul.sf-menu ul a{     /* This is the drop down menu, change font or size when its drops down */
	    padding: 10px 10px 10px 15px;
	    border-bottom: 1px solid #E57B52;
	    display: block;
	-webkit-transition: background-color .1s;
	   -moz-transition: background-color .1s;
	     -o-transition: background-color .1s;
		transition: background-color .1s;
		line-height: 1.1em;	
	}
	ul.sf-menu > li:first-child > ul > li > a {
		text-align: left;
	}
	ul.sf-menu ul a:hover, ul.sf-menu ul li a.on {

	}

	ul.sf-menu ul ul {   /* In this build i havent included a sub sub menu in, but here is the code if ever needed */
	    position: absolute;
	    top: -20px;
	    left: 206px;		/* This is for a sub sub menu */
	    padding: 0;
	    text-align: left;
	    width: 250px;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.4);
	   -moz-box-shadow: 0px 1px 3px rgba(0,0,0,.4);
		box-shadow: 0px 1px 3px rgba(0,0,0,.4);
	}

	ul.sf-menu ul > li:hover > ul { 	
		opacity: 1; 	
		left: 200px;
		z-index: 4;
		visibility: visible;
	}

	#sf-menu a.active-lnk {
	    -webkit-transform: translate3d(0, 0, 0);
	    -moz-transform: translate3d(0, 0, 0);
	    -o-transform: translate3d(0, 0, 0);
	    -ms-transform: translate3d(0, 0, 0);
	    transform: translate3d(0, 0, 0);
	}

#topbar {
	position:relative;
	z-index: 1;
	padding: 40px 0 0 0;
	color: #fff;
}
	#topbar #logo {
		position: absolute;
		z-index: 4;
		margin: 60px 25px 20px 50px;
		display: block;
		max-width: 17%;
		background: #ffffff;
	}
ul.contacts {list-style:none; position:absolute; right: 40px; z-index: 4; margin: 40px 0;}
.contacts li.social{margin-left: 10px;line-height:34px;display:inline-block;font-size:16px;width:34px;margin-top:10px;overflow:hidden;padding-top:10px;}
.social a{background-repeat:no-repeat;background-color:#E57B52; transition: .7s; width:100%;height:0;padding:100% 0 0 0;vertical-align:middle;text-decoration:none;color:#fff;text-align:center;background-image:url('../userfiles/design/social-32px_r-3.png');background-size:auto 100%;overflow:hidden;border-radius:4px;display:block;}
.social a:hover{}
.fb a{background-position:0 0;}
.fb a:hover {background-color:#3b5997;}
.tw a{background-position:12.5% 0;}
.tw a:hover {background-color:#4dacf0;}
.insta a{background-position:100% 0;}
.insta a:hover {background-color:#000000;}
.yt a{background-position:75% 0;}
.yt a:hover {background-color:#ff0000;}
		
#topslide {
	margin: 0 auto;
	height: 0;
	padding: 0 0 42% 0;
	position: relative;
	z-index: 1;
	clear: both;
	overflow: hidden;
	text-align: center;
}

	#topslide .slide {
		z-index: 3;
		width: 100%;
		min-height: 100%;
		height: 100%;
		margin: 0 auto;
	}
	#topslide .slide:before {
		content: ' ';
		display: inline-block;
		vertical-align: middle;
		height: 100%;
	}
	#topslide .slide .img {
		z-index: 3;
		vertical-align: middle;
  		display: inline-block;
	}
	#topslide .active {
	    z-index: 5;
	    opacity:1.0;
	}

	#topslide .last-active {
	    z-index:2;
	}
	
	.cycle-pager {
		z-index: 101;
		position: absolute;
		width: 40%;
		left: 30%;
		text-align: center;
		bottom: 8%;
	}	
	.cycle-pager span {
		z-index: 10;
		width: 15px;
		height: 15px;
		cursor: pointer;
		border: 1px solid #fff;
		display: inline-block;
		background: #fff;
		overflow: hidden;
		margin: 1px 8px;
		line-height: 1em;
		text-indent: -20000em;
		box-shadow: -1p -1px 2px rgba(0,0,0,.8);
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}
	.cycle-pager span.cycle-pager-active {
		background: #333333;
	}


	#topslide .condensed {
		padding: 0;
		display: block;
		font-size: 17px;
		font-weight: normal;
		color: #fff;
		text-shadow: 1px 1px 2px rgba(0,0,0,.9);
		text-align: right;
		position: absolute;
		right: 80px;
		bottom: 8%;
		font-family: 'FuturaND-Bold'; 
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		vertical-align: bottom;
	}
	#topslide .condensed p:last-child {
		margin-bottom: 0;
	}
	#topslide .condensed a {
		color: #fff;
	}

	.slide .point {
		position: absolute;
		bottom: 8%;
		right: 20px;
		background: #fff;
		color: #000;
		min-width: 30px;
		text-align: center;
		line-height: 30px;
		vertical-align: middle;
		border-radius: 15px;
		font-weight: bold;
		font-family: arial;
		font-size: 20px;
		letter-spacing: -3px;
	}
	.slide .point:hover {
		box-shadow: 0 0 3px rgba(0,0,0,.8);
	}

.topcontent {
}

.content {

}

	#content img.img_float_left {
		margin:0 10px 5px 0;
	}
	
	#content img.img_float_right {
		margin:0 0 5px 10px;
	}


#breadcrumb {
	color: #ffffff;
	font-size: .95em;
}

	#breadcrumb a, #breadcrumb a:visited {
		color: #ffffff;
	}

	#breadcrumb a.last {
		cursor: text;
		text-decoration: none;
		color: #ffffff;
	}

#skipNav {
	position: absolute;
}


#themap {
	width: 100%;
	height: 400px;
	margin: 20px 0;
}

.fancybox {
	cursor:url(../userfiles/icons/magnifier.png),pointer;
}

ul.gallery, ul.slideshow {
	margin: 0;
	padding: 0;
	list-style: none;
	clear: both;
}	
	ul.gallery {
		margin: 12px -12px;
	}
	ul.gallery > li.pad-u {
		padding: 12px;
	}
	.gallery li, .slideshow li {
		margin: 0;
		font-size: .9em;
		text-align: center;
	}

	.gallery li img {
		max-width: 100%;
	}
	.gallery .img_size  {
		display: inline-block;
		max-width: 100%;
		border: 1px solid #23a2b8;
		margin: 0 auto;
	}
	.gallery .img_size:after  {
		content: "";            /* using pseudo element for 1:1 ratio */
		display: block;
		padding-top: 100%;
	}
	.gallery .img_size figcaption {
		display: none;
	}
	.layout4 .gallery .img_size, .layout3 .gallery .img_size  {
		display: block;
		max-width: 100%;
		position: relative;
		overflow: hidden;
		text-align:center;
	}

	.layout4 .gallery .img_size img, .layout3 .gallery .img_size img {
		position: absolute;
		  top: -999px;            /* use sufficiently large number */
		  bottom: -999px;
		  left: -999px;
		  right: -999px;
 		 margin: auto;   
	}

.layout9 section {
	margin: 60px 0;
}
.layout9 section:before {
	clear: both;
	content: '';
	display: table;
	width: 100%;
}


.submenu {
	margin: -8px;
}
	.submenu .pure-g-pad > * {
		padding: 8px;
	}
	.submenu li {

	}
	.submenu li a.link_title {
		color: #E57B52;
		display: block;
		padding: 15px 18px 15px 18px;
		text-decoration: none;
		position: relative;
		line-height: 1em;
		font-size: 1.1em;
	}
	.notused li a.link_title:before {
		content: ' ';
		height: 0; 
		width: 0;
		border: solid transparent;
		border-width: 8px 0 8px 8px;
		border-left-color: #000;
		margin: -1px 0  0 -14px;
		position: absolute;
	}
	.notused li:hover a.heading strong:before {
		border-color: transparent transparent transparent #fff;
	}
	.submenu li a:hover, .submenu .hoverable:hover a {
		color: #fff;
	}
	.submenu .inner {
		background: #1D1D1B;
	}
	.submenu .moreinfo {
		background: #fff;
		color: #000;
		padding: 10px 8px 8px 18px;
		font-size: 14px;
		height: 100px;
		text-align: left;
	}
	.submenu .moreinfo p:first-child {
		margin: 0;
	}
	.submenu .hasimg .image {
		display: block;
		height: 0;
		padding: 45% 0 0 0;
		background-size: cover;
		background-position: 50% 50%;
	}

.nestedsubs ul.unstyled {
	margin: 0 0 25px 0;
	padding: 25px 0;
	border-top: 3px solid #E57B52;
	border-bottom: 3px solid #E57B52;
}
.nestedsubs ul.unstyled li {
	position: relative;
	overflow: hidden;
}

.js .nestedsubs .clicked ul.unstyled li {
	width: 100%;
}

.firstlvl {
	clear: both;
	margin: 30px auto;
}

.nestedsubs .firstlvl h2 {
	color: #fff;
}
.js .nestedsubs .firstlvl h2 {
	cursor: pointer;
}
.nestedsubs .firstlvl h2 .but {
	font-weight: normal;
	color: #E57B52; 
	font-family: 'FuturaNDBook', Verdana, Geneva, sans-serif;
	display: inline-block;
	margin: 0 0 0 35px;
	font-size: 20px;
	vertical-align: middle;
	letter-spacing: 1px;
}

.js .nestedsubs .firstlvl h2 .but:before {
	content: 'contract';
	width: 90px;
	display: inline-block;
}
.js .nestedsubs .hidden h2 .but:before {
	content: 'expand';
}
.js .nestedsubs .firstlvl h2 .but:after {
	content: '\25be';
	border-radius: 25px;
	display: inline-block;
	background: #fff;
	color: #000;
	width: 25px;
	height: 25px;
	line-height: 25px;
	font-size: 27px;
	text-align: center;
	letter-spacing: 1px;
	vertical-align: text-bottom;
}
.js .nestedsubs .hidden h2 .but:after {
	content: '\25b4';
}
	.nestedsubs ul.unstyled li {
		margin: 0 30px 0 -30px;
	}
	.layout9 .nestedsubs ul.unstyled {
		margin: 0 15px 0 0;
	}
	.layout9 .nestedsubs ul.unstyled > li {
		padding: 15px;
		margin: 0 15px 0 -15px;
	}
	.nestedsubs .image {
		display: block;
		height: 0;
		padding: 50% 0 50% 0;
		background-size: cover;
		background-position: 50% 50%;
		background-image: url('../userfiles/design/cromarty-film-festival-logo-2023.png');
		background-color: #ffffff;
		background-repeat: no-repeat;
	}
	.nestedsubs .clicked .image {
		height: 135px;
		width: 135px;
		padding: 0;
		float: left;
		margin: 0 50px 30px 0;
	}
	.nestedsubs .moreinfo {
		display: inline;
		color: #E57B52;
	}
	.nestedsubs .hidden .link_title  {
		line-height: 1.25em;
		padding-top: .5em;
	}
	.nestedsubs .hidden .moreinfo {
		display: none;
	}
	.nestedsubs a {
		text-decoration: none;
		display: inline-block;
		color: #E57B52;
	}
	.nestedsubs .clicked a {
		color: #fff;
		font-family: 'FuturaND-Bold'; 
	}
	.js .nestedsubs .hidden .inner {
		position: relative;
	}
	.js .nestedsubs .hidden .times {
		position: absolute;
		left: 0;
		top: 0;
	}
	.js .nestedsubs  .times {
		background: #E57B52;
		display: inline-block;
		font-size: .75em;
		padding: 5px;
		line-height: 1em;
	}
	.js .nestedsubs .hidden .location {
		font-size: .75em;
		display: block;
	}
	.js .nestedsubs .city {
		display: none;
	}


.news-item {
		clear:both;
		margin-top:10px;
		padding: 18px 18px 0 0;
		border-top: 1px solid #fff;
	}
	.news-item h3 {
		font-size: 22px;
	}
	.news-item .thumb {
		float: right;
		max-width: 90px;
		min-width: 90px;
		width: auto;
		margin: 5px 0 2px 10px;
	}

	.news-date {

	}

	.news-body {

	}

	.news-detailslink {
	clear: both;
	}

	
ul.counterlinks, ul.counterlinks li {
	list-style: none;
	margin: 0;
	padding: 0;
}
	ul.counterlinks {
		margin: 15px 0;
	}
	
	ul.counterlinks li {
		float: left;
		padding: 5px .5em;
		border: 1px solid #000;
		margin: 0 5px 0 0;
		background: #fff;
	}
	ul.counterlinks li a {
		min-width: 1em;
		display: inline-block;
		text-align: center;
	}
	ul.counterlinks li a:hover {
		color: #000;
	}
	ul.counterlinks li.active {
		background: none;
	}
	
	ul.counterlinks li.active a {
		color: inherit;
		text-decoration: none;
	}
	


	
	.eventlist {
		border-top: 3px solid #fff;
		padding-top: 20px;
	}	
	
	.eventlist .image {
		position: relative;
		width: 25%;
		float: left;
		padding: 23% 0 0 0;
		margin: 20px 0 35px 0;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: contain;
		background-color: #ffffff;
		background-image: url('../userfiles/design/cromarty-film-festival-logo-2023.png');
		overflow: hidden
	}
	.eventlist .info {
		margin: 0 0 0 28%;
	}
	.eventlist .dtstart {
		display: none;
	}

.soldout {
    top: 1.25em;
    left: -5.5em;
    color: #fff;
    display: block;
    position:absolute;
    text-align: center;
    text-decoration: none;
    letter-spacing: .06em;
    background-color: #A00;
    padding: 0.5em 5em 0.4em 5em;
    text-shadow: 0 0 0.75em #444;
    box-shadow: 0 0 0.5em rgba(0,0,0,0.5);
    font: 600 1.3125em/1.5em 'Open Sans', Sans-Serif;
    -webkit-text-shadow: 0 0 0.75em #444;
    -webkit-box-shadow: 0 0 0.5em rgba(0,0,0,0.5);
    -webkit-transform: rotate(-45deg) scale(0.75,1);
    z-index:10;
    overflow: hidden;
}
.soldout:before {
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    margin: -0.3em -5em;
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    border: 2px rgba(255,255,255,0.7) dashed;
}


#slots {
	padding: 0;
}

	.slot {
		margin: 0 0 10px 0;
		padding-left: 12px;
		line-height: 1.4em;
	}
	.slot .inner {
		padding: 19px;
		font-size: .9em;
	}


	.slot .inner a {

	}
	.layout1 .slot .inner {

	}

	.slot:last-child {

	}
	.slot .inner a {
	}

	.slot:last-child {

	}
	.slot .h_img, .slot .image {
		background-repeat: no-repeat;
		background-position: 50% 100%;
		background-position: 0 100%, 50% 100%;		
		background-size: 100% auto;
		background-color: #ffffff;
		background-image: url('../userfiles/design/cromarty-film-festival-logo-2023.png');
		padding-bottom: 30%;
		overflow: hidden;
		display: block;
		position: relative;
	}
	.slot .image {
		padding-bottom: 50%;
	}
	.slot_title {
		font-size: 1.2em;
		background: #1D1D1B;
	}
	.slot_title span, .slot_title a, .slot_title a:hover {
		color: #E57B52;
		text-decoration: none;
	}
	.slot_title span {
		padding: 15px 19px;
		display: inline-block;
	}

	.slot ul li.on {
		font-weight: bold;
	}
	.slot img.fullwidth {
		margin: 0 -19px -20px -19px;
		max-width: 263px;
		display: block;
	}
	
	.slot_content {
		font-size: 1em;
		margin: 5px 0;
	}
	.news {
		margin: 0 0 15px 0;
		padding-bottom: 15px;
	}
	.news .headline {
		font-size: 1.1em;
		margin: 0;
	}
	.news .headline a {
		text-decoration: none;
	}
	.news .slot_content {
		margin: 0;
	}
	.layout1 .slot .news {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 25px;
	}
	q.slot_content {
		font-style: italic;
	}
	.slot .thumb {
		display: block;
		margin: 0 auto;
		width: 100%;
	}
	.layout1 .slot .thumb {
		width: auto;
		float: right;
		height: 80px;
		margin: 0 0 4px 15px;
	}

	.slot_link {
		font-weight: bold;
	}

	.more_link {
		display: block;
	}
	
	.slot_link:hover {
		text-decoration:underline;
	}
	
	.slot_author {
		text-align:right;
		font-size: .9em;
		font-weight: bold;
	}

	.slot ul.newslist {
		list-style: none;
		margin: 0;
		padding: 0;
		font-size: .9em;
	}

	.slot .newslist a {
		text-decoration: none;
		margin: 9px 0;
		display: block;
	}

	.slot .newslist .active a {
		font-weight: bold;
	}

	.slot .newslist b {
		float: right;
		margin: 0 0 0 5px;
		font-size: .9em;
	}
	

	#slot_9 {
		padding-bottom: 0;
	}
		#slot_9 ul {
			margin: 0;
			font-size: 1.2em;
		}
		#slot_9 ul ul {
			padding: 0 0 0 15px;
			font-size: .9em;
		}
		#slot_9 ul li {
			border-bottom: 1px solid #fff;
			position: relative;
		}
		#slot_9 ul ul li {
			border-bottom: none;
		}
		#slot_9 ul li:last-child {
			border-bottom: 0;
		}
		#slot_9 ul li.on {
			font-weight: normal;
		}
		#slot_9 ul li a {
			padding: 10px 0;
			display: block;
			text-decoration: none;
			outline: 0;

		}
		#slot_9 ul li.on > a {
			color: #ffffff;
		}
		#slot_9 ul ul li a {
			padding: 2px 6px 8px 6px;
		}
	#slot_14 .image {
		width: 18%;
		float: left;
		padding: 20% 0 0 0;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: cover;
	}
	#slot_14 .info {
		margin: 0 0 0 22%;
	}
	#slot_14 .slot_title {
		background: none;
		font-family: 'FuturaND-Bold';
		margin-bottom: 20px;
		font-size: 1.2em;
	}
	#slot_14 .inner, #slot_14 .slot_title span {
		padding: 0;
	}
	#slot_14 .slot_title span {
		color: #fff;
		text-transform: uppercase;
	}
	#slot_14 .clickable {
		padding: 20px 0;
		clear: both;
		border-top: 3px solid #fff;
	}
	#slot_14 .link_title {
		text-decoration: none;
		text-transform: uppercase;
	}
	.thedate {
		font-family: 'FuturaND-Bold'; 
	}
	
	.layout0 #slot_14 .image {
		width: 100%;
		float: none;
		display: block;
		padding: 50% 0 0 0;
	}
	.layout0 #slot_14 .info {
		float: none;
		margin: 15px 0 0 0;
		font-size: .9em;
	}
	.layout0 #slot_14 .description {
		display: none;
	}
	#slot_15 .vevent {
		border-bottom: 1px solid #fff;
		margin-bottom: 20px;
		font-size: .875em;
	}
	#slot_15 .vevent p {
		margin: .25em 0;
	}
	#slot_15 .description, #slot_15 .location {
		display: none;
	}
	
	
	
.document_library {
	border-bottom:1px solid #cbceee;
}


	.document_library .library_header {
		background:#35925B;
		color:#fff;
		font-weight:bold;
		padding:12px 14px;
		clear: both;
		margin: 10px 0 0 0;
	}

	.document_library .library_single_folder, .document_library .library_multiple_folders {
		margin:15px 0 0 0;
	}

	.document_library ul {
		margin: 0 0 5px 0;
		padding: 0 0 5px 20px;
		list-style: none;
	}

	.document_library li.library_item {
		padding:4px 5px 4px 20px;
		background:url(../userfiles/icons/page.png) no-repeat left center;
		color:#000;
		list-style: none;
		margin: 0;
	}

	.document_library li.library_item:hover {
		background-color: rgba(0,0,0,.1);
	}

		.document_library li.doc {
			background:url(https://www.cromartyfilmfestival.org/userfiles/icons/doc.png) no-repeat left center;
		}
		.document_library li.pdf {
			background:url(../userfiles/icons/pdf.png) no-repeat left center;
		}
		.document_library li.zip {
			background:url(https://www.cromartyfilmfestival.org/userfiles/icons/zip.png) no-repeat left center;
		}
		.document_library li.xls {
			background:url(https://www.cromartyfilmfestival.org/userfiles/icons/xls.png) no-repeat left center;
		}
		.document_library li.ppt {
			background:url(https://www.cromartyfilmfestival.org/userfiles/icons/ppt.png) no-repeat left center;
		}

	.document_library .folder_opener {
		font-weight:bold;
		color:#000;
		padding: 10px 0;
	}

	.document_library .folder_opener i {
		font-weight: normal;
	}

	.document_library .folder {
		border-top:1px solid #cbceee;
		padding: 0 0 0 15px;
	}

	.document_library .folder .folder {
		border-top: none;
	}


	.document_library li.library_item span.size {
		float: right;
		padding: 0 0 0 10px;
	}
	
	.document_library a {
		color:#000;
	}
	
	
.pform fieldset {
	border: none;
	padding: 0;
	margin: 20px 0 0 0;
}
	.pform fieldset legend {
		font-size: 1.5em;
	}
	.pform fieldset li {
		clear: both;
		padding: 10px 0;
		margin: 0;
	}
	.pform fieldset li input, .pform fieldset li select, .pform fieldset li textarea  {
		padding: 8px;
		width: 50%;
	}
	.pform fieldset  li label {
		line-height: 38px;
		vertical-align: middle;
		width: 40%;
		text-align: left;
	}
	.pform fieldset  li label span {
		font-weight: bold;
		display: inline-block;
		line-height: 1.2em;
	}
	.pform li label span span {
		font-weight: normal;
	}
	.pform fieldset li.el_wide span {
		width: auto;
	}
	.pform fieldset li.el_wide label, .pform fieldset  li.el_wide  label span {
		float: none;
		text-align: left;
		width: 95% !important;
	}
	.pform fieldset li.el_wide .definedwidth {
		float: right;
	}

	.pform li label.error {
		float: right;
		clear: none;
		margin: 0 10px 0 0;
		text-align: right; 
		width: auto;
	}
	.pform li input.error, .pform li select.error, .pform li textarea.error {
		border-color: red;
	}
	.pform #submitbut {
		float: right;
		margin-right: 45px;
		padding-left: 30px;
		padding-right: 30px;
		cursor: pointer;
	}


#site_info {
	text-align:center;
		color: #E57B52;
}
	#site_info a {
		text-decoration: none;
		color: #E57B52;
	}
	#site_info a:hover {
		text-decoration: underline;
	}
	#site_info dd {
		text-align: center;
	}
	#site_info dd img {
		margin: 0 auto;
	}


.info {

}

.footer {
	margin-top: 30px;
}
ul.line {
	margin: 0;
	padding: 0;
}
ul.line li {
	line-height: .8em;
	display: inline-block;
	border-left: 1px solid;
	padding-left: 25px;
	margin-left: 25px;
	margin-top: 20px
}
	ul.line li.first, ul.line li:first-child {
		border-left: 0;
		padding-left: 0;
		margin-left: 0;
	}

#credits {
	text-align:center;
	color:#000000;
	padding:15px 5px;
}
	#credits a {
		color:#000000;
	}
	
	#credits a:hover {
		color:#000000;
	}
	#credits a.plexus:hover {
		color:#ff0099;
	}

.slicknav_menu {
		display:none;
	}
@media screen  and (min-width: 64em) {
	.slide .point {
		right: 40px;
	}
}
@media screen and (min-width: 64em) and (max-height: 800px) {
	#topslide {
		padding-bottom: 25%;
		height: 0;
	}
	#topslide .slide .img {
		margin-top: -12.5%;
	}
}


@media screen and (max-width: 82em) {
	ul.sf-menu { 
		display: table;
	}

	ul.sf-menu > li > a {
		font-size: 12px;
		line-height: 47px;
		padding:10px 1px 10px 18px;
	}
	ul.sf-menu > li > a.on {
		background-size: 15px;
	}
}

@media screen and (max-width: 76em) {
	#menu {padding: 0;}
	
	.not-on-mobile {
		display:none !important;
	}
	.slicknav_menu {
		display:block;
	}
	ul.sf-menu ul a {
		font-weight: normal;
	}	
}
@media screen and (max-width: 64em) {
	#c2 {
		width: auto;
	}

	.contact-menu {
		float: none;
	}
	.cycle-pager {
		left: 60px;
		text-align: left;
	}
	#slot_14 .info {
		padding: 12px;
	}
}

@media screen and (max-width: 64em) and (min-width: 35.5em) {
	#topslide {
		height: 0;
		padding: 0 0 38% 0;
	}
}
@media screen and (max-width: 48em) {
	body {
		font-size: 17px;
	}
	#c1 {
		padding: 10px 0;
	}
	.pure-g-pad > *, .pure-g-pad > li, .pure-g-pad > dd {
		padding: 12px;
	}
	#topbar {
		padding-top: 6px;
	}
	.versions a {
		letter-spacing: 5px;
		font-size: 15px;
		padding: 15px 5px 15px 5px;
	}
	#topbar #logo {
		margin-left: 12px;
	}

	#topslide .condensed {
		font-size: 13px;
		left: 15px;
		text-align: left;
	}
	.cycle-pager {
		display: none;
	}
	#slot_14 .image, .eventlist .image {
		width: 100%;
		float: none;
		display: block;
		padding: 50% 0 0 0;
	}
	#slot_14 .info, .eventlist .info {
		float: none;
		margin: 15px 0 0 0;
	}
	.layout0 #slot_14 .description {
		display: block;
	}
	#c3 {
		padding-bottom: 25vh;
	}
	#credits {
		min-height: 50vh;
		padding-top: 25vh;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;		
	}
}


@media screen and (max-width: 40em), screen and (max-height: 30em) {
	.top-menu li {
		border-left: 0;
		margin-left: 0;
	}
}

@media screen and (max-width: 35.49em) {
	#topbar ul.unstyled {
		padding: 10px 0 0 25px;	
	}
	.submenu .moreinfo {
		height: auto !important;
	}
	.cycle-pager {
		position: relative;
		text-align: center;
		width: 100%;
	}
	.notused .versions a#society {
		border-radius: 40px 40px 0 0 ;
	}
	.notused .versions a#festival {
		border-radius: 0 0 0 0;
	}	
	.versions a {
		letter-spacing: 3px;
		font-size: 12px;
	}
	.versions a#society {
		border-radius: 30px 0 0 0 ;
	}
	.versions a#festival {
		border-radius: 0 30px 0 0;
	}	
	.pform fieldset  li label {
		clear: both;
		margin: 0;
		width: 100%;
	}
	.pform fieldset li input, .pform fieldset li select, .pform fieldset li textarea  {
		width: 90%;
	}
	.pform #submitbut {
		float: left;
	}
	ul.line li {
		display: block;
		border-left: 0;
		padding-left: 0;
		margin-left: 0;
	}
	#slot_14 .inner {
		padding: 0;
	}
}

@media screen and (max-width: 30em) {
	#topbar .icn > * {
		background-size: 15px;
		padding-left: 20px;
		margin-right: 10px;
		font-size: .9em;
	}
}

@media print {	
	body {
		font-family: Georgia, serif;
		background: none;
		color: black;
	}

	#controlbar, nav, #breadcrumb, #lhs, #topbar, #site_footer_links, .admin_holder, .addthis_toolbox, #slots, #menu_bottom, #funders, #site_info, #credits, #site_credits, .foot_logo {
	display: none;
	}
	
	#c4 #content {
	width: 100%;
	margin: 0; padding: 0;
	background: none;
	border: none;
	}
	
}


@viewport{
    zoom: 1.0;
    width: extend-to-zoom;
}
@media
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){

  html,
  body{
    width:100%;
    overflow-x:hidden;
  }

}
#s {
	position: absolute; width: 1px; height: 1px;
}

.standard img, .standard iframe, .standard embed, .standard table {
		max-width: 100%;
	}
@media screen and (max-width: 48em) {
	.standard img, .standard iframe, .standard embed, .standard table {
			height: auto !important;
		}
}


/*
    Mobile Menu Core Style
*/

.slicknav_btn { position: relative; display: block; vertical-align: middle; float: right; padding: 0.438em 0.625em 0.438em 0.625em; line-height: 1.125em; cursor: pointer; }
.slicknav_menu  .slicknav_menutxt { display: block; line-height: 1.188em; float: left; }
.slicknav_menu .slicknav_icon { float: left; margin: 0.188em 0 0 0.438em; }
.slicknav_menu .slicknav_no-text { margin: 0 }
.slicknav_menu .slicknav_icon-bar { display: block; width: 1.125em; height: 0.125em; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { margin-top: 0.188em }
.slicknav_nav { clear: both }
.slicknav_nav ul,
.slicknav_nav li { display: block }
.slicknav_nav .slicknav_arrow { font-size: 0.8em; margin: 0 0 0 0.4em; }
.slicknav_nav .slicknav_item { cursor: pointer; }
.slicknav_nav .slicknav_row { display: block; }
.slicknav_nav a { display: block }
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a { display: inline }
.slicknav_menu:before,
.slicknav_menu:after { content: " "; display: table; }
.slicknav_menu:after { clear: both }
/* IE6/7 support */
.slicknav_menu { *zoom: 1 }

/* 
    User Default Style
    Change the following styles to modify the appearance of the menu.
*/

.slicknav_menu {
    font-size:18px;
}
/* Button */
.slicknav_btn {
    text-decoration:none;
    text-shadow: 0 1px 1px rgba(1, 96, 74, 0.8);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;  
    background-color: #1D1D1B;
    float: left;
}
/* Button Text */
.slicknav_menu  .slicknav_menutxt {
    color: #FFF;
    font-weight: bold;
    text-shadow: 0 1px 3px #000;
}
/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
  background-color: #ffffff;
}
.slicknav_menu {
    background:#1D1D1B;
    padding: 5px 5px 0 5px;
}
.slicknav_nav {
    color:#fff;
    margin:0;
    padding:0;
    font-size:0.875em;
}
.slicknav_nav, .slicknav_nav ul {
    list-style: none;
    overflow:hidden;
}
.slicknav_nav ul {
    padding:0;
    margin:0 0 0 20px;
}
.slicknav_nav .slicknav_row {
    padding:5px 10px;
    margin:2px 5px;
}
.slicknav_nav a{
    padding:5px 10px;
    margin:2px 5px;
    text-decoration:none;
    color:#fff;
}
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    padding:0;
    margin:0;
}
.slicknav_nav .slicknav_row:hover {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color:#fff;
}
.slicknav_nav a:hover{
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color:#fff;
}
.slicknav_nav .slicknav_txtnode {
     margin-left:15px;   
}
.slicknav_menu .contact-menu {
	float: right;
	margin: 2px 0 0 0;
	padding: 0;
	width: auto;
}