/**************************************************************************************
MOBILE.CSS


Mobile stylesheet for the 2011/12 redesign - supplied by 20:20
**************************************************************************************/


/*
    20:20 Front End Starter Kit - Mobile styles
    Include via media query;
*/

/* =============================================================================
   override grid.css;
   ========================================================================== */
   
.unit
{
    float: none !important; 
    width: auto !important;
}


/* =============================================================================
   Project specific styles;
   ========================================================================== */

#doc
{
    width: 100%;
    max-width: 100%;
}

.container,
#mainContent,
#branding
{
    width: 100%;
    max-width: 100%;
}

/*
 * equalheight
 */
 
.equalheight
{
    height: auto !important;
}

/*
 * header
 */

#skipLink
{
    position: relative;
    top: 0;
    left: 0;
}

#skipLink a
{
    display: block;
    text-align: center;
    padding: 10px 0;
    background-color: #0E3075;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    -moz-box-shadow: inset -5px -5px 5px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 -5px 5px rgba(0,0,0,0.1);
    box-shadow: inset -5px -5px 5px rgba(0,0,0,0.1);
}

.line
{
    width: 100%;
    max-width: 100%;
}

#social .gutter ul
{
    margin: 0 15px;
}

#branding 
{
    overflow: hidden;
}

#homeLink 
{
    float: none;
    margin: 0 15px;
}

#siteSearch 
{
    float: none;
}

#siteSearch .gutter 
{
    margin: 0 15px;
}

.uiTxtSiteSearch 
{
    width: 110px;
}

/*
 * footer
 */

#footer .container {
    margin: 0;
}

.footer-upper .gutter
{
    height: auto !important; 
    padding: 0 15px;
    border-left: none;
}

.footer-bottom li 
{
    float: none;
    margin: 0;
    padding: 0;
    border: none;
    line-height: 1.6;
}

/*
 * megaMenu
 */

#megaMenu 
{
    display: none;
    visibility: hidden;
}

/*
 * mobileMenu
 */

#mobileMenu
{
    display: block;
    visibility: visible;
    background: #fff;
}

#mobileMenu ul 
{
    list-style-type: none;
	margin: 0;
}

#mobileMenu h2
{
	position: absolute;
	left: -9999em;
}

#mobileMenu .section
{
    float: none;
    border: none !important;
}

#mobileMenu .trigger
{
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	line-height: 30px;
	display: block;
	border-bottom: 1px solid #b3aeae;
	color: #544b4b;
	font-weight: normal;
	font-size: 1.3em;
	font-family: 'BebasNeue', Arial, Verdana, Sans-Serif;
	text-transform: uppercase;
	text-decoration: none;
	outline: 0 none;
}

#mobileMenu .section:first-child .trigger
{
	border-top: 1px solid #b3aeae;
}

#mobileMenu .current, #mobileMenu .trigger:hover
{
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	background: #003e7e;
	color: #fff;
}

#mobileMenu .trigger span 
{
    display: inline-block;
    padding: 0 10px 0 20px;
    /*background: url(../../Images/Common/mobileMenu-trigger.png) no-repeat center left;*/
	background: url(http://vms31.surrey.ac.uk/images/68724_mobileMenu-trigger_small.png) no-repeat center left; /* Need to update URL before going live */
}

#mobileMenu .trigger:focus span, #mobileMenu .trigger:hover span
{
    /*background: url(../../Images/Common/mobileMenu-trigger-active.png) no-repeat center left;*/
	background: url(http://vms31.surrey.ac.uk/images/68725_mobileMenu-trigger-active_small.png) no-repeat center left; /* Need to update URL before going live */
}

#mobileMenu .container
{
    padding-bottom: 0;
}

#mobileMenu .section a
{
    padding: 10px 15px !important;
    display: block;
    font-size: 1.5em;
}

/*
 * widget
 * For the widget, the first pane (pane-1) will be shown in mobile view
 */

#widget 
{
    /* Apply this style if you wish to completely hide the widget in mobile view
    display: none;
    visibility: hidden;*/
}

#widget .container:after,
#widget .carouselShadow 
{
    display: none;
    visibility: hidden;
}

#widget > .container > .gutter 
{
    border: none;
    padding: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

#widget .panelOverlay .gutter 
{
    padding: 15px !important;
}

#widget .panelImage 
{
    height: auto;
}

#widget .panelSlide 
{
    display: none;
    visibility: hidden;
    position: static !important;
    height: auto;
    background: none;
}

#widget .panelSlide.pane-1
{
    display: block;
    visibility: visible;
    opacity: 1 !important;
}

#widget .panelOverlay 
{
    margin-left: 0;
    width: 100%;
}

#widget .paneSelector 
{
    display: none;
    visibility: hidden;
    background: none;
    height: auto;
}

/*
 * mainContent
 */


#mainContent 
{
    margin: 0 !important;
    padding: 10px 0 20px !important;
}

.promo .gutter
{
    height: auto !important;
    border: none;
    background-image: none !important;
    padding-bottom: 0 !important;
}

/*
 * subNav
 */
 
#subNav h2,
#subNav a
{
    padding-left: 15px !important;
    padding-right: 15px !important;
}

#subNav li li li li a {
    padding-left: 20px !important;
}

#subNav li li li li li a {
    padding-left: 25px !important;
}

#subNav li li li li li li a {
    padding-left: 30px !important;
}

/*
 * breadcrumbs
 */
 
.breadcrumbs
{
    margin-left: 0;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

/*
 * articleContent
 */

.articleContent 
{
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
 
.promo .gutter,
.articleContent .gutter
{
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.articleBanner img {
    width: 100%;
}

/*
 * Landing carousel
 */
 
.landingCarousel {
    border: none;
    border-radius: 0;
}
 
.landingCarousel .carouselPanes {
    margin: 0;
}

.landingCarousel .paneControl,
.paneBorder 
{
    display: none;
    visibility: hidden;
}

.panesOverflow 
{
    width: 100% !important;
}

/*
 * breadcrumbs
 */
 
#breadcrumbs {
    margin-left: 0 !important;
}



/* Hide the banner images for smaller screens - MF 25 January 2012 */
#banner-image {
	display: none;}