
body {
background:url("images/mobile-bg.png");
background-size:100% 100%;
background-repeat:repeat;
}


.stretch {
    width:100%;
    height:100%;
}

#banner {
	margin: 0;
	text-align: center;
	background-color: #f5d3ee;
	background-image: url(images/mobile-banner-bg.png);
	background-repeat: repeat-x;
}

#feature {
	background-image: url(images/feature-bg.png);
	background-repeat: repeat;
	width: 100%;
	padding-top: 15px;
}

#featurein {
	width: 94%;
	margin-right: auto;
	margin-left: auto;
}

#featurein img {
	width: 100%;
	position: relative;
}


.feature2 {
	position: relative;
	width: 94%;
	background-color: #f5d3ee;
	margin-right: auto;
	margin-left: auto;
}



#links {
	width: 100%;
	padding-top: 15px;
}

#linksin {
	width: 94%;
	margin-right: auto;
	margin-left: auto;
}

#linksinrt {
	width: 41%;
	position: relative;
	float: right;
}

#linksinrt img {
	width: 100%;
	position: relative;
}

#linksinlt {
	width: 59%;
	position: relative;
	float: left;
}

#linksinlt img {
	width: 100%;
	position: relative;
}


.links2 {
	position: relative;
	width: 94%;
	background-color: #f5d3ee;
	margin-right: auto;
	margin-left: auto;
}

.news-list {
	display: block;
}

.news-list-item {
display: block;
background: -moz-linear-gradient(top,  rgba(0,0,0,0.22) 0%, rgba(0,0,0,0) 27%, rgba(0,0,0,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.22)), color-stop(27%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.22) 0%,rgba(0,0,0,0) 27%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0.22) 0%,rgba(0,0,0,0) 27%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0.22) 0%,rgba(0,0,0,0) 27%,rgba(0,0,0,0) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(0,0,0,0.22) 0%,rgba(0,0,0,0) 27%,rgba(0,0,0,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

.news-list-thumb {
	width: 30%;
	float: left;
	padding: 4%;
}

.news-list-text {
	width: 50%;
	padding: 4%;
	float: right;
}

.news-list-text p {
	padding-top: 0%;
	padding-bottom: 2%;
	margin-top: 0%;
}

.news-list-text p a {
	color: #FFFFFF; text-decoration: none;
}


#news {
	background-image: url(images/feature-bg.png);
	background-repeat: repeat;
	width: 100%;
}

.news-page {
	padding-top: 0%;
	margin-top: 0%;
	padding-right: 10px;
	padding-left: 10px;
}

.news-page p {
	padding-top: 0%;
	margin-top: 0%;
}

.news-page-thumb {
	width: 45%;
}


.thumb-small {
    float: left;
    margin: 7px;
}

.list-item-content-speaker {
	padding-left:90px;
	
}

.list-item-speaker {
	min-height:67px;
}

.list-item-content-schedule {
   
}

.list-item-schedule {
 min-height:130px;
}

.session-time-speaker {
    background: #FF9999;
    padding: 4px;
    margin-bottom:12px;
    color: #993333;
    -webkit-border-radius:  2px/2px; 
    -moz-border-radius:  2px/2px; 
    border-radius:  2px/2px; 
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


input::-webkit-input-placeholder {
    color:    #ffffff;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
    padding: 9px;
}
input:-moz-placeholder {
    color:    #ffffff;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}