/*  ----------  WALTER TEST STYLES ---------------- */



	
/*  ----------  END WALTER TEST STYLES ------------------------------------- */



/* Browser Resets

.topadvert img {
    display: none;
}



*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
	font-family: 'flexslider-icon';
	src:url('fonts/flexslider-icon.eot');
	src:url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
		url('fonts/flexslider-icon.woff') format('woff'),
		url('fonts/flexslider-icon.ttf') format('truetype'),
		url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0 0 25px; background: #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}

.flex-direction-nav a {
    text-decoration: none;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;

}


.flex-direction-nav .flex-prev { 

    background-image: url(/stylesheet/Conferences/sleftarrow.png);
    background-repeat: no-repeat;
    height: 43px;

 }

.flex-direction-nav .flex-next {

    text-align: right;
    background-image: url(/stylesheet/Conferences/srightarrow.png);
    background-repeat: no-repeat;
    height: 43px;
}


.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}



.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
background-color: rgba(0,0,0,0.2);
}


.item {
    width: 155px;
    height: 155px;
    margin: 0px 22px 0px 0;
    margin-top: ;
    position: relative;
    float: left;
}


.item .caption {
	width:250px;
	height:100px;
	background:#ffffff;
	color:#fff;
	font-weight:bold;
	position:absolute;
	left:0;
	display:none;

	filter:alpha(opacity=30);    /* ie  */
	-moz-opacity:0.3;    /* old mozilla browser like netscape  */
	-khtml-opacity: 0.3;    /* for really really old safari */  
	opacity: 0.3;    /* css standard, currently it works in most modern browsers like firefox,  */

}


.item .caption a {
    text-decoration: none;
    color: orange;
    font-size: 20px;
    padding: 10px;
    padding-left: 15px;
    display: block;
}


.item .caption p {
	padding:5px;
    padding-left: 15px;	
	margin:0;
	font-size:13px;
}

.item img {
    border: 0;
    position: relative;
    z-index: 1000;
top: -25px;
}

.spbox .item img:hover {  /*  ADDED WR*/
	-webkit-box-shadow: 1px 2px 13px 0px rgba(204,180,26,1);
	-moz-box-shadow: 1px 2px 13px 0px rgba(204,180,26,1);
	box-shadow: 1px 2px 13px 0px rgba(204,180,26,1);
	-webkit-box-shadow: 1px 2px 16px -4px rgba(204,180,26,1);
	-moz-box-shadow: 1px 2px 16px -4px rgba(204,180,26,1);
	box-shadow: 1px 2px 16px -4px rgba(204,180,26,1);

   -ms-transform: rotate(7deg); /* IE 9 */
   -webkit-transform: rotate(7deg); /* Chrome, Safari, Opera */
   transform: rotate(7deg);
  -webkit-transition: transform 0.5s; /* Safari */
    transition: transform 0.5s;

}

.clear {
	clear:both;	
}




.news_full .news_image a img {
    width: 305px;
    height: 150px;
}



/*media all*/
.news_full .news_item_inner {
    margin: 0px;
    position: relative;
}

.news_full .news_item_hook {
    width: 5px;
    height: 85px;
    float: left;
    margin: 0 0.5em 0.25em 0;
}


.msl_event_location {
    display: none;
}


.msl_event_image::after {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: rgba(255,255,255,0.1);
    display: block;
    content: "";
}



.scnews .news_item .news_image::after {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: rgba(255,255,255,0.1);
    display: block;
    content: "";
}



.sponsorListHolder{
	margin-bottom:30px;
}


.sponsor {
    width: 180px;
    height: 180px;
    float: left;
    margin: 12px;
    position: relative;
    cursor: pointer;
}


.sponsorFlip{
	/*  The sponsor div will be positioned absolutely with respect
		to its parent .sponsor div and fill it in entirely */

	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	border:1px solid #ddd;	
	background:url("/stylesheet/StudentCentral/background1.jpg") no-repeat center center #f9f9f9;
}

.sponsorFlip:hover{
	border:1px solid #999;
	
	/* CSS3 inset shadow: */
	-moz-box-shadow:0 0 30px #999 inset;
	-webkit-box-shadow:0 0 30px #999 inset;
	box-shadow:0 0 30px #999 inset;
}


.sponsorFlip img {
    position: absolute;
    top: 65%;
    left: 50%;
    margin: -70px 0 0 -70px;
}



.sponsorData{
	/* Hiding the .sponsorData div */
	display:none;
}

.sponsorDescription{
	font-size:11px;
	padding:50px 10px 20px 20px;
	font-style:italic;
}

.sponsorURL{
	font-size:10px;
	font-weight:bold;
	padding-left:20px;
}

.clear{
	/* This class clears the floats */
	clear:both;
}



#main{
	position:relative;
	margin:0 auto;
	width:960px;
}


.note{
	font-size:12px;
	font-style:italic;
	padding-bottom:20px;
	text-align:center;
}


/*media all*/
.sponsorListHolder {
    margin-bottom: 30px;
    position: relative;
    float: left;
    top: 144px;
    width: 1090px;
    left: 33px;
}

.msl-pagebanner {
    margin: 19px 0px 25px 0px;
    position: relative;
    float: left;
    width: 710px;
}


.msl-pagebanner .news_all {display:none;}
.msl-pagebanner h5, .msl-pagebanner p {display:none;}

.bx-controls {
    left: 90%;
    margin: 0 0 0 0px;
    position: absolute;
    top: 30px;
    width: 20px;
}


.bx-controls a {
    border: 7px solid #EEEEEE;
    border-radius: 20px 20px 20px 20px;
    display: block;
    height: 0;
    margin: 10px 0;
    overflow: hidden;
    text-indent: -5000px;
    width: 0;
}
.bx-controls a.active {border-color:#111;}

ul.flex-direction-nav {display:none;}


#more_news {
    float: right;
    position: relative;
    display: block;
    background-color: rgba(238, 81, 51, 1);
    padding: 5px;
    top: -7px;
}



#more_news a {
    color: white;
}


#more_events {
    float: right;
    position: relative;
    right: 60px;
    display: block;
    padding: 5px;
	margin-top: 25px;
}


#more_events a {
    color: #000;
    margin-left: 15px;
    background-color: lightGrey;
    padding: 7px;
}


.countdownfreshers {
	display: none;

}


.videobox {
    position: relative;
    float: left;
    width: 318px;
    margin-right: 36px;
    margin-bottom: 0px;
}


.eheader1 {
    position: relative;
    width: 100%;
    height: auto;
    left: 3px;
    top: 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 32px;
    line-height: normal;
    background: #7BCAAD;
    
	text-align: center;
	margin-bottom: 5px;
	margin-top: 38px;

}


.vertical_contents2 {
    position: static;
    float: right;
    width: 701px;
}

.vertical_contents {
    top: 86px;
	width: 339px;
	position: static;
	float: left;

}



.poll_container {
    position: relative;
    float: left;
    width: 100%;
    display: none;
}


.vote_count {
    font-size: 85%;
    color: #666;
    padding: 15px;
    display: block;
}


.msl-poll-question {
    display: block;
    padding: 15px;
}


.msl-poll-chart {
    float: left;
    padding-left: 10px;
    padding-right: 25px;
}


.msl-poll-title {
    display: none;
}

.questions {
    display: block;
    padding: 12px;
}

.itemboxes {
    position: relative;
    width: 100%;
    max-width: 100%;
    float: right;
    top: 10px;
    left: 6px;
	display: none; /*  walter   */
}

.disstudent_box {
    position: relative;
    float: left;
    width: 100%;
    max-width: 500px;
    left: 15px;
}


.discussion_button {
    position: relative;
    width: 100%;
    background-color: rgba(243, 126, 32, 1);
    padding: 10px;
    text-align: center;
    color: white;
    font-family: 'Open Sans', sans-serif;
    float: left;
    letter-spacing: 2px;
    font-size: 20px;
}



.spbox .item a {
    position: absolute;
    text-align: center;
    padding: 10px;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 23px;
    color: white;
}

.hire {
    background-color: rgba(254, 196, 10, 1);
}

.boxof {
  	background-color: rgba(35, 165, 119, 1);
}

.scands {
	background-color: rgba(138, 83, 158, 1);
}

.studentsh {
	background-color: rgba(47, 171, 216, 1);

}




.top_buttons {
    position: relative;
    width: 100%;
}


.offers_button {
    position: relative;
    float: left;
    width: 100%;
    max-width: 515px;
    text-align: center;
    padding: 10px;
    background-color: rgba(139, 83, 159, 1);
    color: white;
    margin-top: 5px;
    font-size: 20px;
    letter-spacing: 2px;
}



.forum_posts ul {
    list-style: none;
    padding: 0;
    text-align: center;
    display: inline-block;
}


.forum_posts ul li {
    display: inline-block;
    float: left;
    width: 255px;
    height: 95px;
    border: solid 1px rgba(241, 241, 241, 1);
    padding: 10px;
    margin: 5px;
    text-align: left;
    background-color: white;
    color: ;
}


.msl-recentforumpost-posterinfo {
    display: none;
}


.msl-recentforumpost-forumtitle {
    float: left;
    width: 100%;
    font-weight: bold;
    padding-bottom: 6px;
}


.msl-recentforumpost-posttitle {
    color: brown;
}


.forum_posts {
    width: 100%;
    min-width: 300px;
    text-align: center;
    float: left;
	display: none;
}

.msl_eventlist {
    position: relative;
    height: 655px;
    overflow: hidden;
    background: white;
}



.mainEvents {
    position: relative;
    float: left;
    width: 700px;
    top: -1px;
}



.event_item {
    margin-right: 20px;

}



.twitter-timeline {
    /* display: none !important;  */
}


.twtentryy {
    position: relative;
    float: left;
    padding: 10px;
    padding-right: 25px;
    top: 0px;
    text-align: left;
    border-right: 5px solid #f0f0f0;
    margin-right: 15px;
}



.twtentryy .header {
    position: relative;
}


.u-url.permalink.customisable-highlight {
    display: none;
}


.twtentryy .footer {
    display: none;
}


.inline-media {
    display: none;
}


.e-entry-content img {
    display: none;
}


.e-entry-content {
    position: relative;
    width: 100%;
    margin-left: 60px;
}


.h-card {
    position: relative;
    width: 420px;
    vertical-align: ;
    margin-left: ;
}


.u-photo {
    position: relative;
    float: left;
}


.e-entry-title {
    margin: 0;
}


.full-name {
    position: relative;
    margin-left: 12px;
}


.tweetscont {
    position: relative;
    float: left;
    width: 1000px;
    overflow: auto;
    padding: 10px;
    border-radius: 7px 7px 7px 7px;
    background-color: ;
	background-color: rgba(241, 241, 241, 0.2);
    border: 1px solid rgba(161, 161, 161, 0.3);
    left: 15px;
    width: 1045px;
    margin-top: 25px;
}


.newTweets {
    position: relative;
    float: left;
    width: 30000px;
    margin-bottom: 20px;
}


.mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-right: 0px;
    margin-bottom: 15px;
}

.loadingimg {
	text-align: center;
	position: relative;
	left:500px;

}

.retweet-credit {
    display: none;
}


.tweetscont::before {
    content: "TWEETS";
    position: absolute;
    left: 0px;
    top: 0px;
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
	display:none;

}

.u-url {
    color: rgba(239, 98, 71, 1);
}

.PrettyLink {
    color: rebeccapurple;
}

/* --------------------- START OF @MEDIA 767PX --------------------- */

	@media handheld, only screen and (max-width: 767px) {


		.spbox .item a {
			font-size: 12px;
			height: 40px;
			left: 0;
		}


		.tweetscont {
			display: none;
		}


		.item {
			width: 115px;
			height: 105px;
			margin: 0px 0px 5px 0;
			overflow: hidden;
			position: relative;
			display: inline-block;
			text-align: center;
			float: none;
			left: 0px;
		}


		.item img {
			border: 0;
			position: relative;
			z-index: 1000;
			top: 0px;
			width: 100%;
		}


		.result {
			display: none;
		}

		.news_full h5 {
			margin: 0;
			padding: 3px !important;
			top: 84px;
		}
		
		.news_full .news_item {
			margin-bottom: 15px;
			height: 110px;
			overflow: hidden;
			float: left;
			margin-right: 15px;
		}


		.news_full h5 a {
			font-size: 14px;
		}
		
		.scnews .msl_pubdate {
			width: 290px;
			position: absolute;
			top: 44px;
			z-index: 100;
			padding: 3px;
			padding-left: 16px;
		}

		.newsheader {
			position: relative;
			float: left;
			width: 100%;
		}
		
		.vertical_contents {
			left: 10px;
			width: 100%;
		
		}

		.nheader1 {
			float: left;
			margin: 0;
			height: 100%;
			width: 100%;
			
		}
		
		.twitter-timeline-box {
			width: 100%;
			
		}

		.eheader1 {
			position: static;
			width: 100%;
			font-family: 'Open Sans', sans-serif;
			font-size: 25px;
		}

		.ads1 {
			display: none;
		}
		
		.vertical_contents2 {
			width: 100%;
		}

		.mainEvents {
			width: 100%;
		}

		.vertical_contents2 {
			left: 13px;
			top: 70px;
			min-width: ;
			min-width: 305px;
		}

		.event_item {
			width: 140px;
			height: 140px;
			margin-bottom: 15px;
			float: left;
			margin-right: 11px;
			overflow: hidden;
		}
		
		
		.msl_event_image img {
			width: 140px;
			height: 140px;
		}


		.msl_event_time {
			padding: 0px;
			padding-left: 5px;
			top: 118px;
			left: 0px;
			margin: 0px;
			width: 140px;
			overflow: hidden;
			font-size: 11px;
		}


		.msl_event_name {
			padding: 10px !important;
			width: 135px;
			font-size: 13px;
		
		}
		
		
		.msl_event_description {
			top: 30px;
			left: 5px;
			width: 130px;
			height: 83px;
		}

		#more_events {
			float: left;
			position: relative;
			display: block;
			right:0;
			padding:0;
		}


		#more_events a {
			color: #000;
			margin-right: 2px;
			margin-left:0px;
			background-color: lightGrey;
			padding: 7px;
		}
		
		.flex-direction-nav .flex-prev {
			background-size: 15px;
		}
		
		.flex-direction-nav .flex-next {
			background-size: 15px;
		}
		


		.newsheader {
			position: relative;
			float: none;
			width: 650px;
			margin-left: auto;
			margin-right: auto;
		}

		.itemboxes {
			position: relative;
			width: 100%;
			max-width: 100%;
			float: none;
			display: none; /* wr inline-block */
			text-align: center;
			left:0;
		
		}

		.news_full .news_image a img {
			width: 290px;
			height: 140px;
		}
		
		#more_news {
			right: 14px;
		}
		
		.news_full h5 {
			width: 290px;
		}

		.news_full .news_item {
			width: 290px;
		}
		
		.leader {
			height: 51px;
			white-space: pre-wrap;
			overflow: hidden;
			position: absolute;
			top: 5px;
			width: 280px;
			margin: 0px;
			opacity: 0;
			font-size: 14px;
			padding-left: 10px;
			line-height: 16px;
		}

		.scnews {
			width: 95%;
		}
		
		
		
		.disstudent_box {
			position: relative;
			width: 100%;
			display: inline-block;
			text-align: center;
			float: none;
			margin: 0;
			max-width: 100%;
			left: 0px;
		}

		.offers_button {
			float: none;
			display: inline-block;
		}

		.discussion_button {
			float: none;
			display: inline-block;
			max-width: 515px;
			min-width: 200px;
		}

		/*media all*/
		.msl_eventlist {
			position: relative;
			height: 100%;
			overflow: visible;
		}

		.contact-details {
			margin-left: 10px;

		}

		.footer-soc {
			margin-right: 10px;

		}


	}
/* --------------------- END OF @MEDIA 767PX --------------------- */
/* --------------------- START OF @MEDIA 600PX--------------------- */
		@media handheld, only screen and (max-width: 600px) {
		
		.newsheader {
			width: 300px;
		}
		
		/*media all*/
		.msl_eventlist {
			position: relative;
			height: 100%;
			overflow: visible;
		}

}
/* --------------------- END OF @MEDIA 600PX--------------------- */

		@media handheld, only screen and (max-width: 500px) {
.flexslider .slides img{
height:200px
}
}