@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200italic,300,300italic,400,400italic,600,600italic,700,700italic,900,900italic);
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,300italic,400italic,700,700italic);
/*
font-family: 'Source Sans Pro', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
*/ 

/* Reset
-------------------------------------------------------------------------- */
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, p, pre, table,  
dd, dt,  tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
  margin: 0;
  padding: 0;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  background: #ff6701; 
}

body, p, td,th,input,option,textarea  {
  font-family: 'Source Sans Pro', sans-serif;	
  font-size: 18px;
  font-weight: 300;
  color: #000;
  line-height: 150%;
  margin:0px;
}

p {margin: 10px 0;}	

input, textarea, select {
  -webkit-appearance: none;
}
input { width: 100%; }
textarea { width: 100%; }

input,
textarea {
  width: 94%;
  padding: 3%;	
  border: 1px solid #cfcfcf;
  margin: 0 0 10px;
}

input#submit{
  width: auto;
  background: #fb6906;
  color:#fff;
  padding: 5px 10x;
  cursor: pointer;
  margin: 10px 0;
  border: none;
  font-weight: 800;
}

.clear { clear:both; }

:focus { outline:none; }

::-moz-selection, p::-moz-selection { background: #e9f0f6; /* Firefox */ }

img,
a img { border:none; }
strong { font-weight: 700 }

sup {
  font-size:14px;
  vertical-align:top;
}

.error {
  color: #F00;
  font-size: 13px;
}

.pagination {
  text-align: right;
}
.pagination-info,
.page-first,
.page-last {
  display: none;
}
.pagination-links {
  font-size: 14px;
  color: #ccc
}
.page-number {
  margin: 0 2px;
}
.pagination-prev

/* Fonts
========================================================================== */

h1 { 
  margin: 0 0 50px;
  font-size: 36px;
  line-height: 110%; 
  font-weight: 700; 
  color: #595858;
}

h2 { 
  font-family: 'Roboto Condensed', sans-serif;
  margin: 0 0 10px;
  padding: 0;
  font-size: 36px;
  line-height: 110%; 
  font-weight: 400; 
  color: #fff; 
  text-transform: uppercase;
}

h3 { 
  font-family: 'Roboto Condensed', sans-serif;
  margin: 15px 0;
  padding: 0;
  font-size: 36px;
  line-height: 100%; 
  font-weight: 300; 
  color: #ff6701;   
}	
@media screen and (max-width: 800px) {
  h3 {
    font-size: 30px;
  }
}
h4,
.faq-q p{
  font-family: 'Roboto Condensed', sans-serif;
  margin: 20px 0 5px;
  padding: 0;
  font-size: 24px;
  line-height: 100%; 
  font-weight: 400; 
  color: #525356;
}

h5 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #000; 
  line-height: 150%;
  letter-spacing: .02em;
  padding: 0;
}

h6 {
  margin: 0;
  padding: 0;
  font-family: 'Merriweather', serif;	
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  color: #709fa7;
  line-height: 160%;
}

a:link,
a:visited {
  color: #4989c3;
  font-weight: 400;
}
a:focus { 
  outline: none;
}
a.btn:link,
a.btn:visited {
  background: #ff6701;
  font-size: 14px;
  color: #fff;
  width: auto;
  padding: 4px 20px;
  text-decoration: none;
}
a.btn:hover {
  background: #444;
}


hr {
  border-collapse: collapse;
  height: 1px;
  background-color: #000000;
  margin: 30px 0;
}


.container {
  position: relative;
  max-width: 1800px;
  margin: 0 auto;
  padding: 0;
}

/* Top Bar
========================================================================== */

#top-bar {
  position: fixed;
  margin: 0;
  background: #595858;
  width: 100%;
  height: 40px;
  z-index: 900;
}

#logo-sm {
  display: none;
}


/* Logo Small
-------------------------------------------------------------- */
#logo-sm {
  position: absolute;
  top: 0;
  /*left: 171px; Adjusted to account for temp removal of locations drop down*/
  left: 0px;
  background: #ececec;
}
@media screen and (max-width: 565px) {
  #logo img {
    width: 80%;
  }
}
/* Main Menu
-------------------------------------------------------------- */
ul.site-menu{
  list-style:none;
  margin:0;
  padding:0;
  text-align:center;
}

ul.site-menu li{
  display: inline;
}

ul.site-menu a {
  display:inline-block;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  padding: 10px 0;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0 1%;	
}

ul.site-menu a:hover, 
ul.site-menu a:focus,
ul.site-menu a.selected {
  color:#fb6906
}

#m-navigation,
#slidepanel{
  display: none;
}

@media screen and (max-width: 800px) {

  ul.site-menu{
    display: none;
  }

  #m-navigation {
    display: block;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 900;
  }


  #panel-container {
    padding: 0 0 5px;
  }

  .cb_slide_panel {
    position: fixed;
    z-index: 65000;
    display: none;  
  }

  .cb_slide_panel.panel_right {
    background: #0c0c0c;
    width: 250px;
    height: 100%;
  }

  .cb_slide_panel.panel_right {}

  .cb_slide_panel a.close {
    background: url("../images/panel-close.jpg") no-repeat;
    height: 40px;
    position: absolute;
    text-indent: -9999em;
    width: 40px;
    display: none;
  }

  .cb_slide_panel.panel_right a.close {
    left: -40px;
    top: 0;
  }

  .cb_slide_panel a.close:hover {
    background-position: -40px 0;
  }

  #panel-container ul, 
  #panel-container ul ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  #panel-container ul a {
    display: block;
    text-decoration: none;	
  }

  #panel-container ul li {
    margin-bottom: 1px;
  }

  #panel-container ul li a {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    background: #7d7d7d;
    color: #fff;	
    font-weight: 400;
    padding: 1.0em 21px;
    text-transform: uppercase;
  }

  #panel-container ul li a:hover {
    background: #fb6906;
  }

  #panel-container ul li ul li a {
    background: #ebeaea;
    color: #000;
    padding-left: 20px;
  }

  #panel-container ul li ul li a:hover,
  #panel-container ul li ul .current a {
    background: #ccc;
    border-left: 5px #fb6906 solid;
    padding-left: 15px;
  }

}


/* Register Top
-------------------------------------------------------------- */
#register-top a {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}

#register-top {
  position: absolute;
  top: 0;
  right: 110px;
  width: 110px;
  height: 35px;
  padding: 5px 0 0;
  background: #fb6906;
  text-align: center;	
}

#register-top:hover {
  background: #e55e04;
}



#login-top a {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}

#login-top {
  position: absolute;
  top: 0;
  right: 0;
  width: 110px;
  height: 35px;
  padding: 5px 0 0;
  background: #6c6a6a;
  text-align: center;	
}

#login-top:hover {
  background: #000;
}



@media screen and (max-width: 800px) {

  #register-top {
    right: 42px;
  }
}


/* Introduction
========================================================================== */

#intro,
#top {
  background: #ececec;
  text-align: center;
  padding: 120px 0 0;
}

#top {
  padding: 80px 0 0;
}

#intro h1 {
  font-size: 48px;
  line-height: 100%;
  font-weight: 600;
  color: #595858;
}

#intro-text {
  padding: 0 8%;
}

#logo {
  background: url("../images/line-shadow.png") no-repeat center bottom;
  margin: 0 0 50px;
  padding: 0 0 65px;
}
#logo h2 {
  color: #595858;
  font-size:30px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 10px;
}
#logo h3 {
  margin: 0px;
  color: #fb6906;
  font-size: 45px;
  text-transform: none;
  font-weight: bold;	
}
#register {
  background: url("../images/gr-clear.png") repeat-x bottom;
  padding: 50px 0 0;
}

#register-spacer {
  padding: 50px 0 0;
}

#register-btn {
  width: 340px;
  margin: 0 auto;
  background: #fb6906 url("../images/gr-orange.png") repeat-x top;
  border: 6px solid #d3d2d3;
  padding: 30px;
  text-align: center;
}

#register-btn:hover {
  background-image: none;
}

#register-btn a {
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-decoration: none;
}

@media screen and (max-width: 800px) {

  #intro-text {
    padding: 0 5%;
  }

  #intro h1 {
    padding: 0;
    font-size: 40px;
  }
}

@media screen and (max-width: 700px) {

  #register-btn {	
    padding: 20px 10px;
  }

  #register-btn a {
    font-size: 24px;
  }

}

@media screen and (max-width: 480px) {

  #intro h1 {
    padding: 0;
    font-size: 30px;
  }

  #register-btn {	
    width: 280px;
    padding: 20px 10px;
  }

  #register-btn a {
    font-size: 20px;
  }

}

/* Photos
========================================================================== */

#photos {
  background: #444;
  /*padding: .5% 0 .5%;*/
  padding: 0 0 .6%;
}

#da-thumbs {
  list-style:none;
  margin:0;
  padding:0
}
.da-thumbs li {
  float: left;
  width:24.4%;
  margin: 0;
  background: #444;
  padding: 0.6% .3% 0;
  /*padding: .5%; */
  position: relative;
}

.da-thumbs li a,
.da-thumbs li a img {
  max-width: 100%;
  height: auto;
  display: block;
  position: relative;
}
.da-thumbs li a {
  overflow: hidden;
  font-size: 14px;
}
.da-thumbs li a div {
  position: absolute;
  background: #333;
  background: rgba(45,45,45,0.8);
  width: 100%;
  height: 100%;
  text-align: center;
}
.da-thumbs li a div span {
  display: block;
  padding: 10px 0;
  margin: 20% 5%;	
  font-weight: normal;
  color: #ff8331;
  line-height: 110%;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
  border-bottom: 1px solid rgba(255,255,255,0.3);
  border-top: 1px solid rgba(255,255,255,0.3);
  /*box-shadow: 0 1px 0 rgba(0,0,0,0.1), 0 -10px 0 rgba(255,255,255,0.3);*/
}

.da-thumbs h5 {
  font-size: 18px;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .da-thumbs li a div span {
    margin: 10% 5%;
  }
}

@media screen and (max-width: 800px) {
  .da-thumbs li {
    width:49.3%;
  }
  .da-thumbs li a div span {
    margin: 23% 5%;	
  }
}

@media screen and (max-width: 700px) {
  .da-thumbs li a div span {
    margin: 20% 5%;	
  }
}

@media screen and (max-width: 565px) {
  .da-thumbs li a div span {
    margin: 18% 5%;	
  }
}

@media screen and (max-width: 480px) {
  .da-thumbs li {
    float: none;
    width: auto;
  }
  .da-thumbs li a div {
    background: none;
  }
  .da-thumbs li a div span {
    display: none;
  }
}


/* Connect Compete Contribute
========================================================================== */

#ccc {
  background: #fff;
  margin: 0;
  padding: 0;
}

.mid-content {
  float: left;
  width: 33%;
  padding: 20px 0 0; 
  min-height: 550px;
  height: auto !important;
  height: 550px;
}

.mid-content:nth-child(2) {
  width:33.8%;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;

}

.mid-content:hover {
  background: #f8f8f8;
}

.c-box {
  padding: 10%;
  text-align: center; 
}

.c-box a {
  text-decoration: none;
}

.c-box img {
  display: block; 
  margin-left: auto; 
  margin-right: auto;
}

.c-box p {
  text-align: left;
}

@media screen and (max-width: 800px) {

  .mid-content,
  .mid-content:nth-child(2) {
    float: none;
    width: auto;	
    padding: 10px 0;
    min-height: inherit;
    height:inherit
  }
  .mid-content:nth-child(2) {
    border-left: none;
    border-right: none;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
  }
  .c-box {
    padding: 5%;
  }
}

/* Featured Links
========================================================================== */
#featured-links {
  background: #525356;
}

.f-link {
  float: left;
  width: 24.9%;
  padding: 50px 0;
  border-right:1px solid #666;	

}

.f-link:hover {
  background: #606062 url("../images/arrow-orange.png") no-repeat top center;
}

.f-link:nth-child(4) {
  width: 25%;
  border-right: none;
}

.f-link h2 {
  font-size: 30px;
  line-height: 100%;
  color: #c7c5c4;
}

.f-link .c-box p {
  color: #fff;
  line-height: 100%;
  font-size: 16px;
  text-align: center;
}

.f-link a {
  text-decoration: none;
}
@media screen and (max-width: 1440px) {
  .f-link,
  .f-link:nth-child(2),
  .f-link:nth-child(3),
  .f-link:nth-child(4) {
    height: 260px;
    padding: 40px 0;
  }
}



@media screen and (max-width: 1280px) {
  .f-link,
  .f-link:nth-child(2),
  .f-link:nth-child(3),
  .f-link:nth-child(4) {
    height: 160px;
  }
}

@media screen and (max-width: 800px) {
  .f-link,
  .f-link:nth-child(4) {
    width: 49.8%;
    border: none;
  }

  .f-link,
  .f-link:nth-child(2),
  .f-link:nth-child(3),
  .f-link:nth-child(4) {
    height: 120px;
  }

  .f-link:nth-child(1),
  .f-link:nth-child(2) {
    border-bottom: 1px solid #666;
  }
  .f-link:nth-child(2),
  .f-link:nth-child(4) {
    border-left:1px solid #666;	
  }

}

@media screen and (max-width: 565px) {
  .f-link,
  .f-link:nth-child(4) {
    float: none;
    width: auto;
  }
  .f-link:nth-child(3) {
    border-bottom: 1px solid #666;	
  }

}

/* Sponsors
========================================================================== */
.sponsor-container {
  display:table;
  height:200px;
  margin:auto;
}
.sponsor-footer-images {
  display:table-cell;
  vertical-align: middle;
  padding:0px 5px 10px 5px;
}
.sponsor-image {
  text-align:center;
  margin-bottom:20px;
}
.sponsor-image img {
  max-width: 300px;
  max-height: 200px;
}
#our-sponsors,
#our-sponsors2 {
  background: #fff;
  padding: 50px 0;
  text-align: center
}

#our-sponsors .container {
  text-align:center;
}

.sponsor {
  position: relative;
  float: left;
  width: 27%;
  text-align: center;
  height: 200px;
  vertical-align: middle;
  margin: 0 3%; 
}

.sponsor a {
  display: table-cell;
  height: 200px;
  text-align: center;
  vertical-align: middle;
}

.sponsor a {
  text-align: center;
}

.sponsor img {
  width: 100%;
  height: auto;
  max-width: 300px;
  max-height: 200px;
}

.container .sponsor {
  max-width: 200px;
}
.container .sponsor-container .sponsor {
  max-width: initial;
}

@media screen and (max-width: 800px) {



}

@media screen and (max-width: 480px) {

  .sponsor {
    float: none;
    width: auto;
  }
  .sponsor img {
    max-width: 80%;
  }
}

/* Footer
========================================================================== */
#footer {
  position: relative;
  padding: 10px 0 30px;
  font-size: 14px;
  line-height: 100%;
  color: #fff;
  height: 60px;
}

#footer-left a {
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 5px 0 0;
}
#footer-left {
  float: left;
  width: 48%;
  padding: 0 0 0 10px;
}
#footer-right {	
  float: right;
  width: 48%;
}

img.class {
  background: #333;
}

.social{
  position: absolute;
  top: 0;
  right:0;
  width: 180px;
  list-style:none;
  margin:0;
  padding:0;
  text-align:center;	
}


@media screen and (max-width: 700px) {
  #footer {
    padding: 0 0 30px;
  }
  #footer-left,
  #footer-right {
    width: auto;
    float: none;
    padding: 0 0 30px;
    text-align: center;
  }
  .social {
    position: relative;
    margin: 0 auto;
    height: 50px;
  }

  #footer-left {
    padding: 0 30px 30px;
  }
}

/* Social/Contact
-------------------------------------------------------------- */
.social li{
  float:left;
  margin:0;
  padding:0;
}

.social li img {
  max-width: 100%;
  height: auto;
}

.social a:link,
.social a:visited{
  display:inline-block;
  background: #6c6a6a;
  padding:0;border-left:1px solid #7d7b7b;
  margin: 0;
}

.social li.s-contact a:link,
.social li.s-contact a:visited {
  background: #d25502;
  border:none;
}

.social a:hover,
.social li.s-contact a:hover {
  background: #373131;
}

.social li.s-login a:link,
.social li.s-login a:visited {
  background: #444;
  border:none;
}

.social a:hover,
.social li.s-login a:hover {
  background: #000;
}

@media screen and (max-width: 480px) {
  p#bottom {
    display: none;
  }

}

/* Scroll To Top
-------------------------------------------------------------- */
p#bottom { 
  position: absolute;
  top: -80px;
  right: 10px;
  z-index: 900;
}

@media screen and (max-width: 480px) {

  p#bottom {
    display: none;
  }
}

/* Sub Pages
========================================================================== */
#section-title .container,
#main-content .container,
#sub-nav .container,
#our-sponsors2 .container {
  max-width: 1200px;
}
#section-title {
  padding: 0 0 20px;
  margin: 0;
  text-transform: uppercase;
}
#section-title h1 {
  margin: 15px 0 10px;
  color: #595858;	
}

#sub-nav {
  background: #f3f4f3 url("../images/gr-clear.png") repeat-x bottom;
  padding:0 ;
}
#main-content {
  padding: 50px 0;
  background: #fff;
  min-height:300px;
  height:auto !important;
  height:300px;
}


#main-content h1 {
  font-weight: 300;
  color: #ff6701;
  margin: 0 0 20px;
}

#main-content .container {
  padding: 0 0 50px;
  border-bottom: 1px solid #eaeaea;
}

@media screen and (max-width: 1280px) {

  #section-title .container,
  #main-content .container,
  #sub-nav .container {
    padding: 0 20px;
  }

}

/* Sub Menu
-------------------------------------------------------------- */
#sub-menu{
  display:inline-block;
  padding: 5px 0; 
  width: 100%;
  margin: 0;
  margin-left: auto;
  margin-right: auto; 
  text-align: center;
}

#sub-menu .sub-menu-item {
  display: inline-block;
  margin: 0px;
  padding: 0;
  text-transform:uppercase;
}

#sub-menu .sub-menu-item:first-child {
  border: none;
} 

#sub-menu a:link,
#sub-menu a:visited{
  display:block;
  font-weight: 400;
  color:#595858;
  padding: 5px 10px;
  text-decoration:none;
  font-size: 16px;
  line-height: 100%;
}

#sub-menu a:hover,
#sub-menu a.selected {
  color:#ff6701;
}

/* FAQ
-------------------------------------------------------------- */
.faq-entry,
.news-entry{
  padding: 0 0 20px;
  margin: 0 0 20px;
  border-bottom: 1px solid #eaeaea;
}

.date {
  font-size: 14px;
  color: #b6b5b5;
}

.news-entry {
  border-bottom: 1px dotted #eaeaea;
}
.news-entry:hover {
  border-bottom:1px dotted #666;
}
.news-content {
  line-height: 120%;
  margin: 4px 0 20px;
}


/* CONTACT
-------------------------------------------------------------- */
#contact-form {
  padding: 3%;
  border: 1px solid #ccc;
  width: 40%;
  margin: 20px auto;
  -webkit-box-shadow: 0 0 12px 1px #eaeaea;
  box-shadow: 0 0 12px 1px #eaeaea;
}


#contact-form textarea {
  height: 200px;
}

@media screen and (max-width: 800px) {
  #contact-form {
    width: 70%;
  }
}

@media screen and (max-width: 700px) {
  #contact-form {
    width: 90%;
  }
}

@media screen and (max-width: 480px) {
  #contact-form {
    border: none;
    box-shadow: none;
  }

}

@media screen and (max-width: 320px) {
  #contact-form {
    width: 95%;
    paddindg: 3% 0;
  }

}

#contact-panel-message{
  position:relative;
  float:left;
  width:45%;
}
#contact-panel-form{
  position:relative;
  float:left;
  width:45%;
}
/*
.item-list {
}

.item-list table {
border:1px solid #595858;
width:100%;
}
.item-list table th {
font-weight:bold;
border-top:1px solid #595858;
background-color:#595858;
color:#fff;
}
.item-list table th,
.item-list table td {
border-left:1px solid #595858;
border-right:1px solid #595858;
padding:5px 10px;
}
.item-list table tr:last-child td {
border-bottom:1px solid #595858;
}
.item-list table tr:nth-child(even) {
background-color:#ececec;
}

*/
.causes {
  margin: 40px 0 0;
  padding: 40px 0 0;
  border-top: 1px solid #eaeaea;
  word-wrap: break-word;
}

.cause-image {
  float: left;
  width: 24%;
  text-align: center;
}

.cause-image img {
  max-width: 100%;
  height: auto;
}

.cause-description {
  /*float: right;
  width: 74%;*/
}

.cause-description h4 {
  margin: 0 0 10px;
}

@media screen and (max-width: 800px) {
  .cause-image {
    width: 35%;
  }
  .cause-description {
    width: 64%;
  }
}

@media screen and (max-width: 700px) {
  .cause-image,
  .cause-description {
    float: none;
    width: auto;
  }
}


/* Tables
========================================================================== */
table { 
  width: 100%; 
  border-collapse: collapse; 
}

tr:nth-of-type(odd) { 
  background: #eee; 
}

th { 
  background: #333; 
  color: white; 
  font-weight: 700; 
  padding: 0;
  margin: 0;
  line-height: 100%;
  height: 24px;

}
td, th { 
  border-bottom: 1px solid #ccc; 
  border-left: 1px solid #ccc; 
  border-right: 1px solid #ccc; 

}

td {
  padding: 6px;
}



tbody td .results-stop-letter {
   display: none; /*only display inline stop letter on mobile*/ 
}

@media 
  only screen and (max-width: 760px),
  (min-device-width: 768px) and (max-device-width: 1024px)  {

    #login-top{
      display:none;
    }

    table, thead, tbody, td, tr { 
      display: block; 
    }

    tbody td .results-stop-letter {
      display: inline;      
    }

    th {display: none}
    thead tr { 
      position: absolute;
      top: -9999px;
      left: -9999px;
    }

    tr { border: 1px solid #ccc; }

    td { 
      border: none;
      border-bottom: 1px solid #eee; 
      position: relative;
      padding-left: 50%; 
    }

    td:before { 
      position: absolute;
      top: 6px;
      left: 6px;
      width: 45%; 
      padding-right: 10px; 
      white-space: nowrap;
    }

    td:first-child,
    td:nth-child(3) {text-align: left}
    /*
    Data Labels
    */
    table.participants td:nth-of-type(1):before { content: "Member"; font-weight: 700}
    table.participants td:nth-of-type(2):before { content: "Team Name"; font-weight: 700}
    table.participants td:nth-of-type(3):before { content: "Cause"; font-weight: 700}
    table.participants td:nth-of-type(4):before { content: "" }
}	

.search {
  position: relative;
  color: #aaa;
  font-size: 24px;

}
form.navbar-form {
  margin: 0 auto;
}
.search input {
  width: 89%;
  color: #595858; 
  padding: 8px;
  /*  background: #fcfcfc;*/
  border: 1px solid #ccc;
  /*  box-shadow: 0 0 3px #ccc, 0 10px 15px #ebebeb inset;*/
  text-indent: 16px;
  height: 40px;
  float: left;
  margin: 2px;
  margin-bottom: 20px;
}
button.search_btn { 
  position: relative;
  font-size: 21px;
  height: 42px;
  width: 10%;
  color: #595858;
  margin-top: 1px;
  padding: 0;
  float: left;
}
.fa-search { 
  position: absolute;
  top: 8px;
  left: 50%;
  margin-left: -10px;
}

img.framed {
  border: 7px solid #fff;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
  margin: 10px;
}

img.img-right {
  float: right;
}

@media only screen and (max-width: 760px),
  (min-device-width: 768px) and (max-device-width: 1024px)  {
  img.img-right {
    float: none;
  }
}

.flickr-photos a {
  display: block;
  text-decoration: none;
  width: 20%;
  min-width: 130px;
  max-width: 500px;
  float: left;
  margin: 1%;
  background: #fff;
  border: 12px solid #fff;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
  color: #ff6701;
}
.flickr-photos a:hover {
  background: #eee;
  border: 12px solid #eee;
  cursor: pointer;
}
.flickr-photos span {
  display: block;
  text-align: center;
  font-weight: bold;
  padding-top: 10px;
}
.flickr-photos img {
  width: 100%;
}
span.clear {
  display: block;
  clear: both;
}
.link-to-live-event {
  color: #383838;
  font-weight: bold;
  font-size: 20px;
  margin-top: 20px;
  width: 50%;
  margin: 20px auto;
  border: 2px solid #fb6906;
  background: #ffcb95;
  padding: 10px;
  text-align: left;
}
.link-to-live-event a {
  font-weight: bold;
}

/* Photos
========================================================================== */

#photos {
  background: #444;
  /*padding: .5% 0 .5%;*/
  padding: 0 0 .6%;
}

.da-thumbs {
  list-style:none;
  margin:0;
  padding:0
}
.da-thumbs li {
  float: left;
  width:24.4%;
  margin: 0;
  background: #444;
  padding: 0.6% .3% 0;
  /*padding: .5%; */
  position: relative;
}

.da-thumbs li a,
.da-thumbs li a img {
  max-width: 100%;
  height: auto;
  display: block;
  position: relative;
}
.da-thumbs li a {
  overflow: hidden;
  font-size: 14px;
}
.da-thumbs li a div {
  position: absolute;
  background: #333;
  background: rgba(45,45,45,0.8);
  width: 100%;
  height: 100%;
  text-align: center;
}
.da-thumbs li a div span {
  display: block;
  padding: 10px 0;
  margin: 20% 5%;
  font-weight: normal;
  color: #ff8331;
  line-height: 110%;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
  border-bottom: 1px solid rgba(255,255,255,0.3);
  border-top: 1px solid rgba(255,255,255,0.3);
  /*box-shadow: 0 1px 0 rgba(0,0,0,0.1), 0 -10px 0 rgba(255,255,255,0.3);*/
}

.da-thumbs h5 {
  font-size: 18px;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .da-thumbs li a div span {
    margin: 10% 5%;
  }
}

@media screen and (max-width: 800px) {
  .da-thumbs li {
    width:49.3%;
  }
  .da-thumbs li a div span {
    margin: 23% 5%;
  }
  /* Only show first 4 thumbnails on mobile */
  .da-thumbs-overflow {
    display: none;
  }
}

@media screen and (max-width: 700px) {
  .da-thumbs li a div span {
    margin: 20% 5%;
  }
}

@media screen and (max-width: 565px) {
  .da-thumbs li a div span {
    margin: 18% 5%;
  }
}

@media screen and (max-width: 480px) {
  .da-thumbs li {
    float: none;
    width: auto;
  }
  .da-thumbs li a div {
    background: none;
  }
  .da-thumbs li a div span {
    display: none;
  }
}