/* Global */



body {
	font-family: 'OfficinaSansITCW01-Book 734509', arial;
	font-weight: 400;
	font-size: 0.9em;
	color: #white;
	background-color:#ffffff;
}
img {
	max-width: 100%;
}
a:link {
	color: #696F79;
	text-decoration: none;
}
a:hover {
	color: #52a361;
	text-decoration:underline;
}
a:visited {
	color: #696F79;
	text-decoration: none;
}


.smallText
{
	font-size: 0.8em;
	line-height: 0.8em;
}

.smallText li
{
	line-height: 1.5em;
}

/* Navigation */

.menu {
	position:fixed;
	top:0px;
	width:100%; 
	height:auto; 
	z-index:100;

}
#logo {
	text-align: left;
	margin: 0;
}
#nav {
	text-align: right;
	margin: 30px 0 0 0;
	font-sze:15px;
	color:white;
}
.navigation{
	float: right;
	list-style: none;
	margin: 0;
}
.navigation li{
	float: left;
	padding:0 5 0 0px;
}

li.green
{
	padding:0 5 5 0px;
}

.navigation li:hover{
	cursor:pointer;
	/*color: #52a361;*/
}

.navigation .active{
	cursor:pointer;
	/*color: #52a361;*/
}




/* General Slides */ 

.slide{
	width:100%;
	height:auto;
	position: relative;
	padding:280px 0;
}



/* Slide 1 */ 

#slide1
{
	
	background-color:black;
	color:#ffffff;
}

#slide1 h1 
{
	font-size: 2.4em;	
	letter-spacing: 1px;
	line-height: 0px;
	color:#white;
	font-weight: 400;	margin-bottom: 60px;
}


#slide100
{
	
	background-color:#454950;
	color:#ffffff;
}

#slide100 h1 
{
	font-size: 2.4em;	
	letter-spacing: 1px;
	line-height: 0px;
	color:#white;
	font-weight: 400;	margin-bottom: 60px;
}

/* Slide 2 */ 

#slide2
{
	color:#ffffff;
	background-color:#696f79;
}
#slide2 h1 
{
	font-size: 2.4em;	letter-spacing: 1px;
	line-height: 0px;
	color:#ffffff;
	font-weight: 400;	margin-bottom: 60px;
}



/* Slide 3 */ 

#slide3{
	color:#ffffff;
	background-color:#b4b7bc;
}
#slide3 h1 {
	font-size: 2.4em;	letter-spacing: 1px;
	line-height: 0px;
	color:#ffffff;
	font-weight: 400;	margin-bottom: 60px;
}
#slide3 h2 {
	font-size: 1em;
	color: #696f79;
	line-height: 0px;
	font-weight: 400;
}




/* Slide 4 */

#slide4{
	background-color:#d9dbdd;
	color:#696f79;
}
#slide4 h1 {
	font-size: 2.4em;	letter-spacing: 1px;
	line-height: 0px;
	color:#ffffff;
	font-weight: 400;	margin-bottom: 60px;
}
#slide4 h2 {
	font-size: 2em;
	color: #ffffff;
	line-height: 0px;
	font-weight: 400;
}

/* Slide 5 */

#slide5{
	background-color:#d9dbdd;
	color:#696f79;
}
#slide5 h1 {
	font-size: 2.4em;	letter-spacing: 1px;
	line-height: 0.9em;
	color:#ffffff;
	font-weight: 400;
	margin-bottom: 60px;
}
#slide5 h2 {
	font-size: 1em;
	line-height: 1.1em;
	font-weight: bold;
}

#slide5 h3 {
	font-size: 0.9em;
	line-height: 1.1em;
	font-weight: bold;
}

#slide5 .smallText
{
	font-size: 0.9em;
	line-height: 1.1em;
}

.green
{
	color:#52a361;
}

.overLapLayer
{
	position:fixed;
	top:0;
	left:0;
	background-color:black;
	height:240px;
	width:100%;
	z-index:50;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
    opacity: 0.5;
}

.btnNextSlide
{
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-15px;
	cursor:pointer;
	z-index:51;
}


/* Tablet */
@media screen and (max-width: 1024px) {

#logo {
	width: 100%;
	text-align: left;
}

#logo img
{
	width:180px;
}

.overLapLayer
{
	height:220px;
}

#nav {
	width:100%;
	text-align:left;
	margin:10px auto;
}

.navigation
{
	//width: 100%;
	float:none;
	list-style: none;
	margin: 0 auto;
	padding:0;
	
	display:inline-table;
	margin: 0;
	padding: 0;
    /* For IE, the outcast */
    zoom:1;
    *display: inline;
}

.navigation li{
	float: left;
	padding:0;
	display:inline;
}

.slide{
	background-attachment: fixed;
	width:100%;
	position: relative;
	padding:200px 0;
}

#slide1 {
}

#decorative {
	display:none;
}

#content {
	//text-align:left;
	width:100%;
}

#slide1 h1 {
	line-height: 1em;
}
#slide1 h2 {
	line-height: 1em;
}
#slide2 h1 {
	line-height: 1em;
}
#slide2 h2 {
	line-height: 1em;
}
#slide3 h1 {
	line-height: 1em;
}
#slide3 h2 {
	line-height: 1em;
}
#slide4 h1 {
	line-height: 1em;
}
#slide4 h2 {
	line-height: 1em;
}

.grid_4
{
	width:100%;
	text-align:left;
}

.grid_4 img
{
	max-width:180px;
}

}




/* Mobile */
@media screen and (max-width: 480px) {

.menu
{
}

#logo {
	width: 100%;
	text-align: left;
}

#logo img
{
	width:120px;
}

.overLapLayer
{
	height:150px;
}

#nav {
	font-size:0.80em;
	width:100%;
	margin:5px 0;
}

.navigation{
	//width: 100%;
	//float: left;
	list-style: none;
	margin: 0;
	padding:0;
}

.navigation li{
	float: left;
}

.slide{
	background-attachment: fixed;
	width:100%;
	position: relative;
	padding:200px 0;
}


#slide1 h1 {
	line-height: 1em;
}
#slide1 h2 {
	line-height: 1em;
}
#slide2 h1 {
	line-height: 1em;
}
#slide2 h2 {
	line-height: 1em;
}
#slide3 h1 {
	line-height: 1em;
}
#slide3 h2 {
	line-height: 1em;
}
#slide4 h1 {
	line-height: 1em;
}
#slide4 h2 {
	line-height: 1em;
}

.grid_4 img
{
	max-width:120px;
}

}




/*
This CSS resource incorporates links to font software which is the valuable copyrighted
property of Monotype and/or its suppliers. You may not attempt to copy, install,
redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
with any questions regarding Web Fonts:  http://www.linotype.com
*/

