html, body {
	background: #242f60 url('/static/su_events/images/background-centenary-1920x1200.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}

body {

}

h2 {
    color: #242f60;
}


p {
    color: #242f60;
}


.container {
    height: 100%;
}

.top-buffer { margin-top:20px; }

.logo {
    display:block;
    margin: auto;
}

.study-link, .study-link:hover, .study-link:active {
    color:#ceaf7a;
    text-align: center;
}

.language-switch, .language-switch a {
    color:#ceaf7a;
}

.share-buttons {
    float: right !important;
}

.subscribe-to-calendar, .subscribe-to-calendar:hover, .subscribe-to-calendar:active {
    color:#fff;
    display: inline-block;
    margin-bottom: 15px;
}

.homepage-section-title {
    color: #ceaf7a;
    font-weight: bold;
}

.calendar-feeds, .calendar-feeds a {
    color: #ceaf7a;
}

.calendar-feeds-title {
    color: #ceaf7a;
}


.day-events h1, .day-events h2 {
    color: #ceaf7a;
    text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
}

.day-screen-list {
    background-color: #fff;
    font-size: xx-large;
    margin-top: 2%;
}

.day-screen-list th, .day-screen-list td {
    padding: 20px !important;
}

.month-events h4, .month-events td, .month-events td > a {
    color: #ceaf7a;
}

.search-results h1, .search-results h2, .search-results h3, .results-top-text p, .day-title, .week-title {
    color: #ceaf7a;
}

hr { display: block; height: 1px;
    border: 0; border-top: 1px solid #333999;
    margin: 1em 0; padding: 0; }

.month td {
    padding: 3px;
}

 /* Listings */

.filter-results-form {
    color: #fff;
    padding-bottom: 40px;
}

.filter-results-form p {
    color: #ceaf7a
}

.filter-results-options {
    margin-left: -85px;
}

.listing-audience {
    font-style: italic;
}

.listing-date {
  position: relative;
  background-color: gray;
  height:100px;
  width: 70px;
  color: #ceaf7a;
  margin: 0 auto;
 }

.listing-dates {
    color: #242f60;
}

.listing-audience {
    color: #242f60;
}

.listing-day, .listing-month{
  position: absolute;
  }

.listing-day {
  font-size: 30px;
  left: 7px;
  top: 0px;
  }

.listing-month {
  top: 27px;
  left: 7px;
  font-size: 18px;
  }

.listing-date-badge-cy {
    background: #242f60;
    height: 50px;
    width: 60px;
}

.listing-date-badge-en {
    background: #242f60;
    height: 50px;
    width: 50px;
}

.listing-title {
    font-size:18px;
    margin-bottom:2px;
    line-height: 1.2;
}

.cancelled-image {
    border: 0px  !important;
    border-radius: 0px !important;
    box-shadow: 0px 0px 0px !important;
}

.speaker-image {
    width: 100%;
}

/* URL */

.url {
    color: #fff;
    font-size: x-large;
}

/* Navigation  */

.main-nav{
   text-align: center;
}

/* TimelineJS  */
.timeline {
    margin-top:30px;
}

/* Jumbotron */

.jumbotron {
    color: #000;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    background-color: #fff;
}

.jumbotron a {
    word-wrap: break-word;
}

.jumbotron p {
    font-size: inherit;
    word-wrap: break-word;
}

.jumbotron img {
    border: solid #ccc 1px;
    border-radius: 6px;
    box-shadow: 0 3px 3px #ccc;
}

/* List Group items  */

.list-group-item {
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}


/*  Field Set */
fieldset ul{
    text-transform: capitalize;
}

/*  Form Controls */

div.form-group div.input-group input[type="checkbox"].form-control { 
    width: 25px; 
}

/* Buttons */
.btn-default {
    color: #242f60;
    background-color: #ceaf7a;
    border-color: #242f60;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    border-color: #242f60;
}

/*  Form */

.form-horizontal {
    padding-left: 15px;
    padding-right: 15px;
}

.form-control {
    border: 1px solid #242f60;
}

/*  Form Group */

.form-group {
    vertical-align: top;
}

.form-group input {
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.form-group textarea {
    width: 100%;
}

.form-group ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.series-logo {
   margin-bottom: 10px;
}


/* Footer  */

.footer {
    background-color: #eee;
}

/* Devices (up to 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
    h2 {
        font-size: 20px;
    }
    .filter-results-form{
        padding-bottom: 0px;
    }
    .filter-results-options {
        padding-top: -30px;
        padding-bottom: 30px;
        margin-left: 0;
    }
    .listing-audience {
        float: right !important;
    }
    .listing-date-badge-cy, .listing-date-badge-en {
        margin-right: 10px;
    }
    .listing-dates {
        display: none;
    }
    .listing-title {
        font-size: 100%;
        font-weight: bold;
    }
    .share-buttons {
        float: none;
    }
}

/* Tiny devices (up to 767px) */
@media (max-width: 767px) {
    h2 {
        font-size: 20px;
    }
    .filter-results-form{
        padding-bottom: 0px;
    }
    .filter-results-options {
        padding-top: -30px;
        padding-bottom: 30px;
        margin-left: 0;
    }
    .listing-audience {
        float: right !important;
    }
    .listing-date-badge-cy, .listing-date-badge-en {
        margin-right: 10px;
    }
    .listing-dates {
        display: none;
    }
    .listing-title {
        font-size: 100%;
        font-weight: bold;
    }
    .share-buttons {
        float: none;
    }
}
