/************************************************************
THEMENAME
************************************************************/
/* This file will hold styles for the mobile version of your website (mobile first). */
/* This also can include ANY global CSS that applies site-wide. Unless overwritten by a more specific style rule, CSS declarations in global.css will apply site-wide. */

body {
    background: #7d96b5;
}
#page {
    background: url("../images/background_V2.png") no-repeat fixed center top transparent;
	background-size: cover;
}
#section-header {
    background: none no-repeat scroll center top transparent;
}

ul.main-menu > li > a {
  font-weight: bold;
}

#zone-branding-wrapper {
    margin-top: 20px;
}

#zone-user {
  display: none;
}
#zone-footer, #zone-footer-bottom, #region-footer-third {
  background: none !important;
}

#region-footer-first, #region-footer-second {
  background: rgba(255,255,255,0.7);
}

#region-footer-second {
    border-radius: 0 0 5px 5px;
}

	
#block-views-congress-hprotator-rotator {
        /* webkit example */
        background: -webkit-gradient(
          linear, left top, left bottom, from(rgba(255, 255, 255, 0.9)),
          to(rgba(255, 255, 255, 0.4))
        );
		/* mozilla example - FF3.6+ */
		background: -moz-linear-gradient(
  rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.2) 95%
);
    }
	
.block-section-menu ul li.leaf, ul li.leaf  {
  list-style: none;
}

#section-footer {
    clear: both;
}