/*	

	Less+ by Jimmy Rosén, http://www.angrycreative.se/projekt/less-framework
	Based on Less Framework 4 by Joni Korpi, http://lessframework.com
	
*/

/*		Desktop layout: 992px. 
		Gutters: 24px.
		Outer margins: 48px.
		Leftover space for scrollbars @1024px: 32px.
-------------------------------------------------------------------------------
cols    1     2      3      4      5      6      7      8      9      10
px      68    160    252    344    436    528    620    712    804    896    */

	
body {
	
}

.container { 
    margin: 0 auto; 
    position: relative; 
    width: 960px;
}

#header .navbar .container{
    background: none;
    width: 100%;
    height: auto !important; 
  }

#nav a{
  color: #fff;
  margin:0;
}

/*-------  start responsive nav */

.nav-collapse.collapse {
    height: auto;
    overflow: visible;
  }

/*  end responsive nav --------*/

#nav{
  height: 45px;
  width: 98%;
}


/* =================================
              MAIN SLIDESHOW
==================================== */

.cycle-slideshow img{
  width: 90%;
  height: auto;
}


/* =================================
              STAGE
==================================== */
