/*
Theme Name: ECSC 2014
Theme URI: http://surfecsc.com
Author: Brian S. Reed
Description: The 2014 theme for ECSC.
Text Domain: twentyfourteen
*/

@import url('//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css');
@import url('//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css');
@import url('//fonts.googleapis.com/css?family=Oswald:300,400,700');

body {
	background: url('/assets/img/noisy-texture-200x200-o59-d22-c-ffffff-t1.png');
	
	background-image: url('/assets/img/imagetreatments-texture3.png');
	font-family: "PT Sans", "Arial", "Helvetica", "Lucida Grande", "Gill Sans", "Verdana", sans-serif;
}
.jumbotron {
	margin-bottom: 0;
	padding: 0;
	color: #005DAB;
	position: relative;
}
.bg {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	background-attachment: scroll;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.bg-texture {
	background-image: url('/assets/img/bg-texture.png');
	opacity: 0.5;
	z-index: 2;
	display: none;
}
.bg-image {
	text-align: center;
	overflow: hidden;
}
a {
	color: RGBA(0, 93, 171, 0.9);
}
a:active {
	color: RGBA(20, 123, 201, 1);
}
a:visited {
	color: RGBA(0, 93, 171, 1);
}
a:hover {
	color: RGBA(0, 93, 171, 0.75);
}
.test {
	display: none;
	position: fixed;
	z-index: 100000;
	top: 4em;
	left: 50%;
	padding: 1em;
	font-size: 20;
	background: #fff;
}
.jumbotron a {
	color: #005DAB;
}
.jumbotron a:hover {
	color: #005DAB;
}
.jumbotron .container {
	position: relative;
	z-index: 2;
}
.jumbotron .brand {
	float: left;
	text-align: center;
	width: 250px;
	padding: 1em;
	margin: 0 0 20px;
	
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;

	background: rgba(255,255,255,0.9);
	border: #fff solid 1px;
	border-top: none;
}
.jumbotron .brand img {
	max-width: 100%;
}
.jumbotron .brand > a.logo:hover {
	display: block;
	background: rgba(255,255,255,0.6);
}
.jumbotron .brand .date {
	font-size: 44px;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	white-space: nowrap;
}
.jumbotron .brand .social {
	font-size: 28px;
	margin: 0;
}
.jumbotron .brand .social a {
	color: #EE2E24;
}
a.photo-credit,
a.photo-credit:active,
a.photo-credit:visited {
	display: block;
	position:absolute; 
	top: 0;
	right: 0;
	z-index: 3;
	padding: 5px 15px;
	color: #fff;
	opacity: 0.4;
}
a.photo-credit:hover {
	opacity: 1;
	color: #fff;
	background: rgba(0,0,0,0.5);
	text-decoration: none;
}
.jumbotron .navbar.navbar-red {
	-webkit-border-radius: 4px;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius: 4px;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	border-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	position: absolute;
	right: 15px;
	z-index: 2;
	float: right;
	bottom: 0;
	margin: 0;
}
.navbar.navbar-red {
	text-transform: uppercase;

	background: url('/assets/img/imagetreatments-texture3.png') repeat, -moz-linear-gradient(top,  rgba(238,46,36,0.75) 0%, rgba(238,46,36,1) 100%); /* FF3.6+ */
	background: url('/assets/img/imagetreatments-texture3.png') repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,46,36,0.75)), color-stop(100%,rgba(238,46,36,1))); /* Chrome,Safari4+ */
	background: url('/assets/img/imagetreatments-texture3.png') repeat, -webkit-linear-gradient(top,  rgba(238,46,36,0.75) 0%,rgba(238,46,36,1) 100%); /* Chrome10+,Safari5.1+ */
	background: url('/assets/img/imagetreatments-texture3.png') repeat, -o-linear-gradient(top,  rgba(238,46,36,0.75) 0%,rgba(238,46,36,1) 100%); /* Opera 11.10+ */
	background: url('/assets/img/imagetreatments-texture3.png') repeat, -ms-linear-gradient(top,  rgba(238,46,36,0.75) 0%,rgba(238,46,36,1) 100%); /* IE10+ */
	background: url('/assets/img/imagetreatments-texture3.png') repeat, linear-gradient(to bottom,  rgba(238,46,36,0.75) 0%,rgba(238,46,36,1) 100%); /* W3C */
	filter:  url('/assets/img/imagetreatments-texture3.png') repeat, progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfee2e24', endColorstr='#ee2e24',GradientType=0 ); /* IE6-9 */
}
.navbar-main .navbar-collapse {
	padding: 0;
	-webkit-border-radius: 4px;
	-webkit-border-bottom-right-radius: 1px;
	-webkit-border-bottom-left-radius: 1px;
	-moz-border-radius: 4px;
	-moz-border-radius-bottomright: 1px;
	-moz-border-radius-bottomleft: 1px;
	border-radius: 4px;
	border-bottom-right-radius: 1px;
	border-bottom-left-radius: 1px;
}
.navbar-main .navbar-toggle {
	line-height: 30px;
	font-size: 30px;
	color: rgba(255, 255, 255, 0.8);
	padding: 0;
	font-size: 30px;
	width: 50px;
	margin: 0;
}
.navbar-main .navbar-toggle i {
	margin: 10px 0 0;
}
.navbar-main .nav > li > a {
	font-size: 24px;
	padding-left: 30px;
	padding-right: 30px;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	color: #fff;
}
.navbar-main .nav > li > a:hover {
	background: RGBA(238, 46, 36, 1);
}
.navbar.navbar-main.visible-sm {
	-webkit-border-radius: 4px;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius: 4px;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	border-radius: 4px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	margin: 0 0 5px;
}
.navbar-nav.nav-justified > li{
    float:none;
}
.status-bar {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-color: RGBA(0, 93, 171, 0.15);
	border: solid 1px RGBA(0, 93, 171, 0.25);
	border-top: none;
	margin-bottom: 10px;
	font-size: 15px;
	color: #fff;
}
.status-bar > div {
	max-width: 100%;
}
.status-bar .border {
	float: left;
	height: 1px;
	width: 100%;
	background-color: RGBA(0, 93, 171, 0.5);
}
.status-bar .title {
	display: inline-block;
	line-height: 45px;
	padding: 0 15px;
	background-color: RGBA(0, 93, 171, 0.5);
	margin: 0;
	float: left;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
}
.status-bar .text {
	display: inline-block;
	color: #fff;
	color: RGBA(0, 93, 171, 1);
	line-height: 1.5;
	float: none;
	white-space: nowrap;
	padding: 0.75em 30px 0 15px;
	max-width: 100%;
	overflow: hidden;
}
.dropdown:hover .dropdown-menu {
	display: block;
	border-color: #eee;
	border-top: none;
	margin-top: 1px;
}
.alert.alert-danger {
	color: RGBA(237, 45, 35, 1);
	background-color: RGBA(237, 45, 35, 0.1);
	border-color: RGBA(237, 45, 35, 0.2);
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {

	color: RGBA(237, 45, 35, 1);
}
.has-error .form-control {
border-color: RGBA(237, 45, 35, 0.7);
}
.alert.alert-big {
	display: block;
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	text-align: center;
	font-weight: 300;
}
a.alert.alert-red {
	color: #EE2E24;
	background-color: #F2DEDE;
	border-color: #EBCCD1;
}
a.alert:hover {
	text-decoration: none;
}
a.alert.alert-red:hover {
	border-color: #EE2E24;
}
.panel-todays-events .gce-list-title {
	display: none;
}
.panel-front-page .panel-body {
	max-height: 510px;
	overflow: auto;
}
.panel-latest-media .panel-body {
	max-height: none;
	overflow: auto;
}
.panel-get-the-app .row {
	margin: 0 -5px 15px;
}
.panel-get-the-app .col-sm-6 {
	padding: 0 5px;
	text-align: center;
}

.panel-get-the-t-shirt p,
.panel-get-the-app p {
	margin: 0;
}
.panel-get-the-app img,
.panel-get-the-t-shirt img {
	max-width: 100%;
}
.panel-get-the-t-shirt a.btn {
	margin: 10px 0 0;
	width: 100%;
}
.panel-blue.panel,
.panel-grey.panel {
	border-color: #DDD;
}
.panel-blue >.panel-heading {
	background-color: #005DAB;
	color: #fff;
}
.panel-grey >.panel-heading {
	background-image: url('/assets/img/imagetreatments-texture3.png');
	background-color: rgba(0,0,0,0.07);
}
.panel-title {
	font-size: 30px;
}
aside .panel-title {
	font-size: 22px;
}
.panel-title small {
	line-height: 40px;
	float: right;
}
.panel-title small a {
	color: RGBA(255, 255, 255, 0.5);
}
.panel-title small a:hover {
	color: RGBA(255, 255, 255, 0.7);
}

.modal-body article:first-child h2 {
	margin-top: 0;
}
.thumbnail {
	position: relative;
}
.thumbnail:last-child {
	position: relative;
	margin-bottom: 0;
}
a.thumbnail .video-play {
	color: RGBA(238, 46, 36, 1);
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -1em 0 0 -1em;
	font-size: 40px;
}
a.thumbnail:hover .video-play {
	color: RGBA(238, 46, 36, 0.5);
}
.site-footer {
	margin: 50px 0;
}
h1,h2,h3,h4,h5,h6 {
	color: #005DAB;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
}
h2 {
	color: #ED2D23;
}
.panel-title {
	text-transform: uppercase;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.facebookOuter {
	background-color:#F4F4F4; 
	width:250px; 
	padding:10px 0 10px 10px;
	height:250px;
	border:1px solid #CCCCCC;
}
.facebookInner {
	height:250px;
	overflow:hidden;
}
.main-container {
	padding-bottom: 2em;
}
.main-container {
	padding-top: 15px;
}
.nav-side {
	font-family: 'Oswald', sans-serif;
	padding-top: 1em;
	font-size: 20px;
	font-weight: 400;
}
.nav-side a {
	color: #666;
}
.nav>li>a:hover {
	background: RGBA(0, 0, 0, 0.1);
}
.nav-side>li.current_page_item>a {
	background: RGBA(0, 0, 0, 0.05);
}
.nav-side.nav-pills>li.active>a,
.nav-side.nav-pills>li.active>a:hover,
.nav-side.nav-pills>li.active>a:focus {
	background-color: RGBA(0, 93, 171, 1);
}
.nav-side .root-page > a {
	font-size: 150%;
	color: RGBA(0, 93, 171, 1);
	background: RGBA(0, 0, 0, 0.1);
}
.widget_categories ul {
	padding-left: 25px;
}
.widget_recent_entries ul {
	padding-left: 0;
	list-style: none;
}
.widget_recent_entries ul li {
	padding: 0 0 7px 0;
	margin: 0 0 7px 0;
	border-bottom: solid 1px RGBA(0, 93, 171, 0.25);
}
.site-footer {
	padding: 1em 0;
	margin: 0 0 0;
	min-height: 200px;
	background: #005DAB url('/assets/img/bg-texture.png');
	text-align: center;
}
.site-footer a {
	color: #eee;
}
.site-footer img {
	max-width: 100%;
}
.site-footer a:hover {
	color: #fff;
}
.site-footer .site-info {
	color: #fff;
	font-size: 18px;
}
.site-footer .logos {
	position: relative;
	padding: 2em 0;
}
.site-footer .logos .links {
	position: absolute;
	top: 2em;
	bottom: 2em;
	left: 0;
	right: 0;
	overflow: hidden;
}
.site-footer .logos a {
	display: block;
	float: left;
	clear: none;
	height: 100%;
	xbackground: rgba(255,0,0,0.75);
}
.site-footer .logos a.link-1 { width: 10%; margin-right: 3.5%; }
.site-footer .logos a.link-2 { width: 10%; margin-right: 3.1%; }
.site-footer .logos a.link-3 { width: 7%; margin-right: 4%; }
.site-footer .logos a.link-4 { width: 14.9%; margin-right: 3%; }
.site-footer .logos a.link-5 { width: 13.5%; margin-right: 3.25%; }
.site-footer .logos a.link-6 { width: 11.3%; margin-right: 3.1%; }
.site-footer .logos a.link-7 { width: 13.3%; }
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin: 1em 0 0.5em;
}
.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child {
	margin-top: 0;
}
.entry-content .date {
	color: #777;
}

@media (max-width: 500px) {

	.jumbotron .brand {
		width: 100%;
		background: #fff;
	}
	.jumbotron .nag {
		display: none;
	}

}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 5px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 14px;
    line-height: 17px;
    margin: 0;
    padding: 15px 4px 10px;
}
article.post {
	margin: 10px 0 40px;
	padding: 0 0 20px;
	border-bottom: solid 1px RGBA(0, 93, 171, 0.3);
}

h1.entry-title {
	font-size: 30px;
	margin: 0 0 15px;
}
body.single-event h1.entry-title,
body.page h1.entry-title {
	font-size: 40px;
	margin: 15px 0 20px;
}
h1.entry-title a {
	color: RGBA(237, 45, 35, 1);
}
.entry-meta > span {
	display: inline-block;
	margin-right: 10px;
}
.entry-meta {
	margin: 5px 0;
}
.entry-meta .tag-links a {
	text-decoration: none;
	background-color: RGBA(0, 0, 0, 0.075);
	border-radius: 0 2px 2px 0;
	color: #666;
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2727272727;
	margin: 2px 4px 2px 10px;
	padding: 3px 7px;
	position: relative;
	text-transform: uppercase;
}
.entry-meta .tag-links a:before {
	border-top: 10px solid transparent;
	border-right: 8px solid RGBA(0, 0, 0, 0.075);
	border-bottom: 10px solid transparent;
	content: "";
	height: 0;
	position: absolute;
	top: 0;
	left: -8px;
	width: 0;
}
.entry-meta .tag-links a:hover {
	background-color: RGBA(237, 45, 35, 1);	
	color:#fff;
}
.entry-meta .tag-links a:hover:before {
	border-right-color: RGBA(237, 45, 35, 1);	
}
.entry-meta .tag-links a:after {
	background-color: #fff;
	border-radius: 50%;
	content: "";
	height: 4px;
	position: absolute;
	top: 8px;
	left: -2px;
	width: 4px;
}
.entry-meta .byline {
	display: none;
}
.entry-header {
	padding: 0 0 10px;
}

.form-allowed-tags code {
	white-space: normal;
}

input[type="submit"] {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	
	color: RGBA(0, 93, 171, 1);
	background-color: RGBA(0, 93, 171, 0.1);
	border-color: RGBA(0, 93, 171, 0.3);
	outline: none;
}
input[type="submit"]:hover {
	color: RGBA(0, 93, 171, 1);
	background-color: RGBA(0, 93, 171, 0.3);
	border-color: RGBA(0, 93, 171, 0.5);	
}
input[type="submit"]:active,
input[type="submit"]:focus {
	color: RGBA(0, 43, 121, 1);
	background-color: RGBA(0, 93, 171, 0.5);
	border-color: RGBA(0, 93, 171, 0.7);	
}
.form-group label.checkbox {
	font-weight: normal;
}
.comment-list {
	list-style: none;
	margin: 0 0 48px 0;
	padding: 0;
}
.comment-body {
	margin: 0 0 20px;
	padding: 0 0 5px 0;
	border-bottom: RGBA(0, 93, 171, 0.2) solid 1px;
}
.children {
	list-style: none;
}

.comment-meta {
	padding: 10px 0;
}
.text-red {
	color: #ED2D23;
}

a.btn-ecsc-red
{
	color: #fff;
	background-color: #ED2D23;
	border-color: #ED2D23;
}
a.btn-ecsc-red:hover,
a.btn-ecsc-red:focus,
a.btn-ecsc-red:active,
a.btn-ecsc-red.active
{
	color: #fff;
	background-color: #e41d13;
	border-color: #cc1a11;
}
a.btn-ecsc-red.disabled:hover,
a.btn-ecsc-red.disabled:focus,
a.btn-ecsc-red.disabled:active,
a.btn-ecsc-red.disabled.active,
a.btn-ecsc-red[disabled]:hover,
a.btn-ecsc-red[disabled]:focus,
a.btn-ecsc-red[disabled]:active,
a.btn-ecsc-red[disabled].active
{
	color: #fff;
	background-color: #ED2D23;
	border-color: #ED2D23;
}
.masonry-gallery.row {
	margin: 0 -5px;
} 
.masonry-gallery .item {
	display: block;
	padding: 0 5px 10px;
	text-align: center;
}
.masonry-gallery .item a {
	display: block;
	border: #ccc solid 1px;
	padding: 5px;
	border-radius: 5px;
}
.masonry-gallery .item a:hover {
	text-decoration: none;
	background: #ddd;
	border-color: #333;
}
.masonry-gallery .item .content,
.masonry-gallery .item .title {
	display: inline-block;
	width: 100%;
}
.masonry-gallery .item .content {
	position: relative;
}
.masonry-gallery .item .content .key {
    position: absolute;
    color: rgba(255,255,255,0.75);
}
.masonry-gallery .item .content .key.video {
    top: 50%;
    left: 50%;
    font-size: 60px;
    margin-top: -30px;
    margin-left: -30px;
}
.masonry-gallery .item .title {
	padding: 5px 0 0;
}
.masonry-gallery .item * {
	max-width: 100%;
}
.masonry-gallery .preloader {
	position: absolute;
	left: -100000px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.alignnone {
	max-width: 100%;
	height: auto;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
#TB_prev a {
	position: absolute;
    top: 50%;
    left: -10px;
    background: #eee;
    padding: 10px;
    border-radius: 100%;
    text-align: center;
    font-size: 15px;
    width: 40px;
    height: 40px;
}
#TB_next a {
	position: absolute;
    top: 50%;
    right: -10px;
    background: #eee;
    padding: 10px;
    border-radius: 100%;
    text-align: center;
    font-size: 15px;
    width: 40px;
    height: 40px;
}
.tb-close-icon {
	display: none;
}
#TB_closeWindowButton {
	display: block;
	position: absolute;
    top: -10px;
    right: -10px;
    background: #eee;
    padding: 10px;
    border-radius: 100%;
    text-align: center;
    font-size: 15px;
    width: 40px;
    height: 40px;
}
#TB_closeWindowButton:before {
	font-family: FontAwesome;
    content: "\f00d";
}
#TB_closeWindowButton:hover,
#TB_closeWindowButton:before:hover {
	text-decoration: none;
}
#TB_caption {
    height: 35px !important;
}