*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing:
	border-box; box-sizing: border-box;
}

@font-face {
	font-family: 'Gill Sans';
	src: url('fonts/gilsanub-webfont.eot');
	src: local('☺'), url('fonts/gilsanub-webfont.woff') format('woff'), url('fonts/gilsanub-webfont.ttf') format('truetype'), url('fonts/gilsanub-webfont.svg#webfontx6IqX6dY') format('svg');
	font-weight: normal;
	font-style: normal;
}

.GillSansUB {
	font-weight: normal;
	font-style: normal;
	line-height:normal;
	font-family: 'Gill Sans', sans-serif;
	font-size-adjust: 0.59;
	text-transform:uppercase;
}

body {
	font: normal 14px 'Open Sans', Arial, sans-serif;
	color:#b0b0b0;
	background: #18191b url(../images/bg.jpg) fixed top center no-repeat;
	background-size: cover;
}

.hide {
	display: none;
}

.invisible {
	opacity: 0;
}

.clear {
	clear:both;
}

.fr, .right	{
	float:right;
}

.fl, .left {
	float:left;
}

a {
	text-decoration:underline;
	color:#000;
}

a:hover{
	color:#515151;
	 	text-decoration:none;

}

.page-wrapper {
	margin: 0 auto;
	padding: 175px 0 0 0;
	position: relative;
	width: 960px;
}

.page-wrapper .login-link {
	position: absolute;
	top: 0;
	right: 0;
}

.collage {
	border-radius: 20px;
}

.lead-text {
	font-size: 1.2rem;
}

.featured-image {
	margin: 0.5em;
	border:	1px solid #7D7D7D;
}


.gallery-category {
	padding: 1em 1em 0.3em;
}

.gallery-category .media-link {
	margin: 0 0.5em;
}

.media-link {
	display: inline-block;
	text-align: center;
	width: 120px;
	vertical-align: top;
}

.media-link .media__thumbnail {
	max-width: 120px;
}

.media__title {
	display: block;
}

.main-content {
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 1.5em;
	box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.7);
	margin-bottom: 2em;
}

.main-navigation {
	margin: 1.5em 0;
}

.main-navigation.centered {
	text-align: center;
}

.pure-button.pure-button-cta {
	color: #303030;
	background: #EA9937;
}

.pure-button.pure-button-cta:hover {
	box-shadow: 0 0 35px 10px #242B64;
}

.main-navigation a {
	font: 1rem 'Gill Sans', sans-serif;
	color: white;
	margin: 0 1.3em;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.2s ease-in;
}

.main-navigation a:hover,
.main-navigation .jFlowSelected {
	color: #FFCF3E;
}

.content-pane {
	overflow-y: scroll !important;
}

.content-pane.centered {
	text-align: center;
}

.main-content {
	color: #4B4B4B;
}

.success-content {
	padding: 1em 0;
	text-align: center;
}

.success-content button {
	font-size: 1.5em;
}

.snc-form label {
	font-size: 1.1em;
	color: #525252;
}

.snc-form input,
.snc-form textarea {
	font-size: 1.2em;
}

.snc-form [class*="pure-u"] {
	padding: 0 0.3em;
}

.snc-form .pure-controls {
	margin-top: 0.5em;
}

.main-form {
	padding: 1em;
	text-align: center;
}

.main-form legend {
	font: 2em 'Patrick Hand', cursive;
}

.main-form .humans-only {
	margin-top: 0.5em;
}

.main-form .pure-controls {
	margin-top: 0.5em;
}

.main-form [type="submit"] {
	min-width: 20%;
	font-size: 1.2em;
}

.main-footer {
	margin: 1em 0;
}

.alert {
	text-align: center;
	padding: 0.5em;
	border-width: 1px;
	border-style: solid;
	margin: 1em;
	border-radius: 5px;
}
.alert.alert-success {
	border-color: green;
	background: rgb(175, 221, 175);
}

.note {
	background: #B4B4B4;
	border-radius: 2em;
	border: 1px solid #777777;
	display: block;
	margin: 0.2em 1em;
	padding: 0.3em;
	text-align: center;
}

.note--warn {
	color: #553939;
}

.contact-list {
	list-style: none;
	color: black;
	padding: 0;
}

.contact-list__item {
	margin: 0.5em;
}

.invisible {
	opacity: 0;
}

#main_background_big {
	background:	url(../images/bg2-big.png) 0 0 no-repeat;
	width:788px;
	position:relative;
	display:block;
	height:527px;
	margin-left:auto;
	margin-right:auto;
}
.social_links{
	height:25px;
	margin:0 10px 0 0;
	text-align:right;
}

/*************************
content
************************/
.content-pane {
	padding: 1em 1.5em;
}

.content-pane__title,
.content-pane__subtitle {
	font: 2.2em 'Patrick Hand', cursive;
	margin: 0.3em 0;
	color:#343434;
}

.content-pane__subtitle {
	font-size: 1.8em;
}

/*************************
workspage
************************/

.imgborder {
	border:1px solid #424547;
	padding:3px;
}

.panel {
	clear:both;
	display:block;
	width:100%;
	overflow:hidden;
	height:100%;
	margin:10px 0;
	padding:10px 0;
	border-bottom:1px solid #424547;
}
.thumb {
	width:250px;
	float:left;
	margin:0 30px 0px 0;
}
.details {
	width:360px;
	float:left;
}

/************************************************
                      Definition List
************************************************/
 dl {
 	padding: 0;
	color:#18191b;
	}
	dt {
	float: left;
	clear: left;
	width: 70px;
	text-align: left;
	font-weight: bold;
	}
	dt:after {
	content: " ";
	}
	dd:before {
	content: " : ";
	padding-left:0px;
	}
	dd {
	margin: 0 0 0 80px;
	padding: 0 0 1px 0;
	}


/*******************************************************
  				Error / Success / Notice
*******************************************************/

.notes 	{background: #f0f0f0;border: 1px solid #b8b8b8;}
.success 	{background: #ccfcd1;border: 1px solid #60a400;}
.error	{background: #f9e3e3;	border: 1px solid #e79e9e;}
.notice 	{background: #fcf0cc;border: 1px solid #ecc735;}
	.notes, .notice, .success, .error
		{font-size: 100%;color:#484848;padding:10px;width:auto;margin: 0 0 20px 0px; text-align:left}
	.notes span, .notice span, .success span, .error span
		{font-weight: bold;font-size: 1.2em;padding: 2px 40px;}
	.notes p, .success p, .error p, .notice p
		{margin: 0px;padding: 0px 40px;}



.magic-hat {
	background:url(../images/magic_sprite_web.png) no-repeat 0 0;
	width:168px;
	height:168px;
}

.magic-hat:hover { background-position:0px -168px; }
.magic-hat.logout { background-position:0px -336px;}
.magic-hat.logout:hover { background-position:0px -504px; }


.legalese {
	background: rgba(0,0,0,0.7);
	padding: 1em;
	border-radius: 2em;
	width: 75%;
	margin: 0 auto;
	text-align: center;
	color: white;
}

.legalese a {
	color: #CECECE;
}
