#container
{
    height: auto;
    position: relative;
    margin-bottom: 2px;
}
.event_description {
    display: block;
    border: none;
    padding: 0 10px;
    color: #707070;
    text-shadow: none;
    font-weight: normal;
    margin: 15px 0 !important;
}


#event-image
{    
    position:relative;
    left:0;
    top:0;
    border:none;
    padding: 1.5%;
    width: 97%;
    margin-bottom: -70px;
    background:#FFF;
    -webkit-box-shadow: 0px 4px 12px -7px rgba(0,0,0,0.85);
    -moz-box-shadow: 0px 4px 12px -7px rgba(0,0,0,0.85);
    box-shadow: 0px 4px 12px -7px rgba(0,0,0,0.85);
}
#event-title
{
    position:relative;    
    color:white;
    font: bold 22px/33px HelveticaNeue, Helvetica, Sans-Serif;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
    text-decoration: none;
    padding-left:10px;
    bottom: 0px;
    z-index: 10;
    white-space: nowrap;
}
#event-title.small {
    font-size: 19px;
}

#event-date
{
    position:
    relative;
    color: #f9a908;
    font: 1em/1.5em HelveticaNeue, Helvetica, Sans-Serif;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .6);
    text-decoration: none;
    padding-left:10px;
    bottom: 9px;
    z-index: 10;
}

a {
    text-decoration: none;
}

#trans-box, .trans-box {
     position: relative;
     width: 94%;
     height: 52px;
     color: #FFF;
     bottom: 8px;
     left:1.5%;
     z-index: 1;
     text-align: left;
     background: -moz-linear-gradient(left,  rgba(0,0,0,0.84) 0%, rgba(0,0,0,0.72) 43%, rgba(0,0,0,0) 75%, rgba(0,0,0,0) 100%) !important; /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.84)), color-stop(43%,rgba(0,0,0,0.72)), color-stop(75%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0))) !important; /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(0,0,0,0.84) 0%,rgba(0,0,0,0.72) 43%,rgba(0,0,0,0) 75%,rgba(0,0,0,0) 100%) !important; /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(0,0,0,0.84) 0%,rgba(0,0,0,0.72) 43%,rgba(0,0,0,0) 75%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(0,0,0,0.84) 0%,rgba(0,0,0,0.72) 43%,rgba(0,0,0,0) 75%,rgba(0,0,0,0) 100%) !important; /* IE10+ */
background: linear-gradient(to right,  rgba(0,0,0,0.84) 0%,rgba(0,0,0,0.72) 43%,rgba(0,0,0,0) 75%,rgba(0,0,0,0) 100%) !important; /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6000000', endColorstr='#00000000',GradientType=1 ) !important; /* IE6-9 */
}

#feature-title
{
    position:relative;    
    color:white;
    font: 36px/33px HelveticaNeue, Helvetica, Sans-Serif;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, .6);
    text-decoration: none;
    padding-left:15px;
    bottom: 70px;
    z-index: 10;
}

#feature-image
{    
    position:relative;
    top:0;
    border:1px solid #eee;
    padding: 0px;
    margin-top: 20px;
    margin-bottom: -50px;
}


.title {
    display: none;
}
div.header .title, div.header .title_dark {
    background-color: #ddd;
    padding: 6px 0;
}
div.header h2 {
    color: #666;
    font-size: 21px;
    font-weight: bold;
    margin: 10px 5px 30px;
    line-height: 1.25em;
    text-align: center;
    text-shadow: none;
}


/* sort buttons */
.ui-btn {
    background: #f6f6f6 !important;
    border-color: #ddd !important;
    color: #000 !important;
}

.ui-content .ui-navbar li:last-child .ui-btn, .ui-content .ui-navbar .ui-grid-duo .ui-block-b .ui-btn {
    border-right-width: 1px;
    margin-right: 0;
}
.ui-btn-inner {
    padding-bottom: 0.6em !important;
    padding-top: 0.6em !important;
}
.ui-navbar li .ui-btn {
    border-right-width: 0;
    display: block;
    margin: 0;
    font-size: 1em;
}

.ui-btn-active {
    background: #3388cc !important;
    border-color: #6b6b6b;
    color: #ffffff !important;
    text-shadow: 0 1px 0 #000000;
}
.event_description img {
    width: 100%;
}

.read {
    text-shadow: none;
    padding-right: 15px;
}

.title_dark p {
    color: black;
    font-weight: normal;
    margin-bottom: -3px;
    padding: 0 30px;
    text-align: justify;
    text-shadow: none;
}
.rewards_body {
    color: white;
    padding: 22px 0;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.rewards_head {
    color: white;
    margin: 0 auto;
    padding: 5%;
    background-color: rgba(0,0,0,0.5);
}
#info-content {
    padding: 0;
    width: 100%;
    background-image: url(/img/ctt_rewards.jpg);
    background-position: center;
    background-size: cover;
}
#main-content {
    max-width: none;
}
.rewards_body h1, .rewards_body h2 {
    text-align: center;
    margin-bottom: 27px;
    border-bottom: 1px solid #828282;
    padding-bottom: 25px;
    font-weight: normal;
}
.rewards_body .btn {
    color: white !important;
    font-weight: normal;
    background: gray;
    padding: 2% 4%;
    font-size: 1.1em;
}