/*-------------------------------------------------*/
/* =  Fonts
/*-------------------------------------------------*/
@font-face {
    font-family: 'justusroman';
    src: url('justus-roman-webfont.eot');
    src: url('justus-roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('justus-roman-webfont.woff') format('woff'),
         url('justus-roman-webfont.ttf') format('truetype'),
         url('justus-roman-webfont.svg#justusroman') format('svg');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'OpenSansLight';
    src: url('OpenSans-Light-webfont.eot');
    src: url('OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('OpenSans-Light-webfont.woff') format('woff'),
         url('OpenSans-Light-webfont.ttf') format('truetype'),
         url('OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


input, select, textarea {
	outline:0;
}

.clearfix:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0;
}

.clearfix {
	display:inline-block;
}




/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */



/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}









/* Extended base styles (site specific)
*****************************************************************/

body {
	overflow-x: hidden;
	background-color:#fff;
/*	height: 4550px;
*/}

a, a:link,
a:active,
a:visited {

	-webkit-transition: color 0.25s ease-out;
	-moz-transition: color 0.25s ease-out;
	-o-transition: color 0.25s ease-out;
	transition: color 0.25s ease-out;
	color:#649cc8;
	outline: none;
	text-decoration:none;
	}
	a:hover { 
		color:#000;
		}
img { 
	display:block;
	}



/* Page structure
*****************************************************************/

#wrapper {
	position: relative;
	width: 100%;

}



	
	


/*-------------------------------------------------*/
/* =  Footer style
/*-------------------------------------------------*/
footer {
	padding: 15px 0;
	width: 100%;
	position: fixed;
	bottom: 0px;
	background: rgba(0,0,0,0.6);
	background: rgb(0,0,0)\0/;
	z-index: 999999;
}

footer p, footer a.fl {
	text-align: center;
	font-family:arial;
	font-size: 11px;
	color: #fff;
}

footer p a.fl:hover {
	text-align: center;
	font-family:arial;
	font-size: 11px;
	color: #333;
}






/* Nav
*****************************************************************/

nav#primary {
	float: right;
	padding-top: 40px;
	width: auto;
}
nav#primary li {
	position: relative;
	height: 20px;
	float: left;
	width: auto;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
}
nav#primary a {
	color: #000;
	text-decoration: none;
	font-family: PTSansRegular, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 9px;
	-webkit-border-radius: 3px;
	-mo-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;

}


nav#primary a:hover {
	color: #01B0F1;
	background-color: #333333;
	-webkit-border-radius: 4px;
	-mo-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;

}

nav#primary a.active {
	color: #FF9900;
	background-color: #333333;
	-webkit-border-radius: 4px;
	-mo-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}



nav#primary h1 {
	position: absolute;
	right: 22px;
	top: -7px;
	display: none;
	padding: 4px 20px 4px 7px;;
	color: #fff;
	white-space: nowrap;
	background: transparent url('../img/nav-arrow.png') 100% 50% no-repeat;
	}
	
	
	
nav.next-prev {
	position: absolute;
	right: 0px;
	top:40%;
	width: 80px;
	float: left;
	background-color: #757575;
	}
	a.prev,
	a.next {
		display: block;
		width: 60px;
		height: 20px;
		text-indent: -9999px;
		}
	a.prev {
	margin-top: 5;
	margin-bottom: 5px;
	background-color: transparent;
	background-image: url(../images/go_up.png);
	background-repeat: no-repeat;
	background-position: 0 0;
		}
		a.prev:hover {
	background-color: transparent;
	background-image: url(../images/go_up.png);
	background-repeat: no-repeat;
	background-position: 0 -20px;
			}
	a.next {
	margin-top: 5px;
	margin-bottom: 5;
	background-color: transparent;
	background-image: url(../images/go_down.png);
	background-repeat: no-repeat;
	background-position: -1px 0;
		}
		a.next:hover {
	background-color: transparent;
	background-image: url(../images/go_down.png);
	background-repeat: no-repeat;
	background-position: -1px -20px;
			}





/* Parallax
*****************************************************************/

/* content */
#content {
	position: relative;
	width:100%;
	padding: 0 0px;
	margin: 0 auto;
	line-height: 1.7;
	}
	
	#content article {
	width: 100%;
	min-height:900px;
	}


.page_content{
	width: 1050px;
	padding-left:30px;
	padding-top:50px;
	margin-right: auto;
	margin-left: auto;
}


.page_content h1{
	font-family: justusroman, Arial, Helvetica, sans-serif;
	font-size: 100px;
	color: #C5D89A;
	line-height: 100%;
	}


.page_content h2{
	font-family: OpenSansLight, Arial, Helvetica, sans-serif;
	font-size: 50px;
	color: #333333;
	padding-bottom:10px;
	line-height: 100%;
	}


.page_content h3{
	font-family: OpenSansLight, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	line-height: 110%;
	}

.page_content p{
	font-family: OpenSansLight, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 130%;
	}






		#page-number-1 {
	position: absolute;
	top: 206px;
	background-color: #FFF;
	z-index: 1;
			}
			
			
		#page-number-2 {
	position: absolute;
	top: 1106px;
	padding-top: 170px;
	z-index: 1;
	background-color: #FFFFFF;
			}
		#page-number-3 {
	position: absolute;
	top: 2176px;
	padding-top: 170px;
	background-color: #FFFFFF;
			}
		#page-number-4 {
	position: absolute;
	padding-top: 170px;
	z-index: -1000;
	top: 3246px;
	background-color: #FFF;
	background-image: url(../images/map.jpg);
	background-repeat: no-repeat;
	background-position: center 300px;
			}

				
				
				
/* foreground */
#parallax-bg3 {
	z-index: -1;
	position: fixed;
	left: 50%; /* align left edge with center of viewport */
	top: 0;
	width: 940px;
	margin-left: -470px; /* move left by half element's width */
	}
	/* foreground images */

	#fg3-1 {
	position: absolute;
	top: 2920px;
	left: 200px;
		}


		
/* midground images */
#parallax-bg2 {
	z-index: -1;
	position: fixed;
	left: 50%; /* align left edge with center of viewport */
	top: 0;
	width: 1200px;
	margin-left: -600px; /* move left by half element's width */
	}
	#mg2-1 {
		position: absolute;
		top: 2065px;
		left: 745px;
		}

	#mg2-2 {
		position: absolute;
		top: 1930px;
		left: 670px;
		}




/* background images */
#parallax-bg1 {
	z-index: -1;
	position: fixed;
	left: 50%; /* align left edge with center of viewport */
	top: 0;
	width: 1200px;
	margin-left: -300px; /* move left by half element's width */
	}
	
	#bg1-1 {
		position: absolute;
		top: 960px;
		left: 70px;
		}


	#bg1-2 {
		position: absolute;
		top: 1200px;
		left: 620px;
		}
		



		


/* background images */
#parallax-bg11 {
	z-index: -1;
	position: fixed;
	left: 50%; /* align left edge with center of viewport */
	top: 0;
	width: 1200px;
	margin-left: -600px; /* move left by half element's width */
	}
	
	#bg11-1 {
	position: absolute;
	top: 3100px;
	left: 140px;
		}







/* background images */
#parallax-bg12 {
	z-index: -1;
	position: fixed;
	left: 50%; /* align left edge with center of viewport */
	top: 0;
	width: 1200px;
	margin-left: -600px; /* move left by half element's width */
	}
	#bg12-1 {
	position: absolute;
	top: 2720px;
	left: 950px;
	z-index: 50;
		}


		
		
		










		













/*----- Menu --------*/

#navigation {
	position:relative;
	width:100%;
	max-width:1098px;
	float:left;
	margin-left:30px;
	overflow:hidden;
	background-image:url(../img/bg_navi_li.gif);
	background-position:-133px;
	background-repeat:repeat-y;
}

#navigation ul li {
	display:inline-block;
	width:135px;
	height:113px;
	margin-right:-2px;
	background-image:url(../img/bg_navi_li.gif);
	background-repeat:repeat-y;
	
}

#navigation ul li a {
	font-family:'Open Sans', Arial;
	font-weight:600;
	font-size:12px;
	color:#fff;
	line-height:15px;
	display:inline-block;
	position:relative;
	vertical-align:top;
	padding:50px 20px;
}

#navigation ul li a img {
	position:absolute;
	top:20px;
}

#navigation ul li span {
	position: absolute;
	width: 133px;
	height: 100%;
	z-index: 0;
	left: 0;
	top: 100%;
	background: rgba(0,0,0,0.1);
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#navigation ul li:hover span,
#navigation ul li.active span {
	top:0;
}

/* ----------------- Sub Navigation ------------------- */
	div#navigation ul li ul.sub-list {
		position: absolute;
		left:200px;
		top:200px;
		width: 200px;
		height: 0;
		overflow: hidden;
		background-color:red;
		z-index:99999;
		-webkit-transition: all .4s ease-in-out;
    	-moz-transition: all .4s ease-in-out;
   	 	-o-transition: all .4s ease-in-out;
   	 	transition: all .4s ease-in-out;
		overflow:visible;
	}

	div#navigation ul li:hover ul.sub-list {
		width:200px;
		min-width: 180px;
		height: 400px;
		top:220px;
		margin-top: -2px\0/;
		border-top: 1px solid #000\0/;

	}

	ul.sub-list li {
		width: 100%;
		display: block !important;
		float: none;
		border-top: 1px solid rgba(0,0,0,0.1);
	}

	ul.sub-list li:hover {
		background: rgba(0,0,0,0.1);
	}

	ul.sub-list li a {
		padding: 10px 12px !important;
		border: none !important;
		line-height:16px;
	}



















/*home page boxes*/


.metro-layout .box:hover {
	opacity: 0.85;
}
.metro-layout .box img.icon {
	left: 4%;
	margin-top: -22px;
	position: absolute;
	top: 42%;
	z-index: 7;
}
.metro-layout .box img.icon2 {
	left: 22%;
	margin-top: -32px;
	position: absolute;
	top: 52%;
	z-index: 7;
}
.metro3 {
	left: 1px;
	background-color: rgb(71, 74, 82);
	position: absolute;
	top: 105px;
}
.metro-layout .box span {
	top: 12px;
	font-size: 1em;
	font-weight: normal;
	left: 5em;
	position: absolute;
	z-index: 8;
}
.metro-layout .box {
	color: rgb(255, 255, 255);
	cursor: pointer;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	z-index: 9;
	border-bottom: 4px solid rgb(255, 255, 255);
}
#sideLeft {
	float: left;
	width: 300px;
	position: relative;
	background: none repeat scroll 0% 0% rgb(255, 255, 255);
	left: -300px;
}
.metro-slider {
	float: left;
	width: 100%;
	height: 665px;
	overflow: hidden;
}
.col {
	float: left;
	width: 707px;
	height: 425px;
}
.metro-item {
	float: left;
	position: relative;
	z-index: 1;
	margin-bottom: 0px;
	overflow: hidden;
	height: 100px;
}
.metrox {
	height: 193px;
	left: 751px;
	position: absolute;
	top: 3px;
	width: 232px;
}
.half {
	width: 200px;
}
.metro-image {
	display: block;
	float: left;
	width: 100%;
	height: 100px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #FFF;
	z-index: 2;
	overflow: hidden;
}
.metro-image img {
	transition: all 1s ease-in-out 0s;
	width: 100%;
}
.metro-description {
	position: absolute;
	width: 100%;
	height: 100px;
	top: 100px;
	left: 0px;
	z-index: 3;
	transition: all 0.5s ease-in-out 0s;
}

.metro-icon {
	float: left;
	width: 50px;
	height: 50px;
	margin-right: 10px;
	background-position: center center;
}
.metro-misc {
	float: left;
}
.metro-date {
	color: rgb(238, 238, 238);
	float: left;
	font-size: 11px;
	font-weight: bold;
	line-height: 11px;
	margin-top: 10px;
	width: 100%;
}
.metro-title {
	color: rgb(153,153,153);
	float: left;
	font-size: 11px;
	line-height: 110%;
	padding: 6px;
	text-decoration: none;
	width: 100%;
	height:100px;
	font-family: Arial, Helvetica, sans-serif;
}

a.metro-title {
	color: #666;
	text-decoration: none;
}





.metro-text {
	float: left;
	width: 96%;
	font-size: 12px;
	line-height: 110%;
	color: rgb(255,255,255);
	margin-top: 10px;
}

.metro-item:hover > .metro-image > img {
	transform: scale(2);
}
.metro-item:hover .metro-description {
	top: 0px;
}

.background-color-trans2 {
	background-color: #C5D89A;
	opacity: 0.9;
}
.deactive {
	background-color: rgba(255,153,0,0.2);
}
.aboutus-icon {
	background-image: url('aboutus.png');
	background-repeat: no-repeat;
}
.metro6 {
	padding-top: 6px;
	color: rgb(139, 137, 137);
	font-size: 11px;
	padding-bottom: 6px;
}













/*-------------------------------------------------*/
/* =  Skin-color
/*-------------------------------------------------*/
#menu, 
#menu nav ul li ul.sub-list,
ul.gallery-filter,
#full-map:hover a,
#contact-form input[type="submit"],
#contact-form2 input[type="submit"],
.dropcaps span,
ul.tab-list li,
#comments h1,
#comment-leave h1,
#comments li div a:hover,
li.tag-cloud-widget a:hover,
li.subscribe-widget input[type="submit"] {
	background:#99BF6E;
}







/*navigation*/

#menu {
	width: 100%;
/*	margin-bottom: -2px;
*/	height: 97px;
	
}

#menu nav {
	width:1100px;
	margin:auto;
}

#menu nav ul li {
	position: relative;
	width: 135px;
	height: 97px;
	display: inline-block;
	float: left\0/;
	margin-right: -2px;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#menu nav ul li > ul li {
	width: auto;
	height: auto;
}

	#menu nav ul li ul.sub-list {
		position: absolute;
		left:0%;
		top:120%;
		width: 0;
		height: 0;
		overflow: hidden;
		-webkit-transition: all .4s ease-in-out;
    	-moz-transition: all .4s ease-in-out;
   	 	-o-transition: all .4s ease-in-out;
   	 	transition: all .4s ease-in-out;
	}

	#menu nav ul li:hover ul.sub-list {
		min-width: 180px;
		height: auto;
		top:100%;
		margin-top: -2px\0/;
		border-top: 1px solid #000\0/;
	}

	ul.sub-list li {
		width: 100%;
		display: block !important;
		float: none;
		border-top: 1px solid rgba(0,0,0,0.1);
	}

	ul.sub-list li:hover {
		background: rgba(0,0,0,0.1);
	}

	ul.sub-list li a {
		padding: 10px 12px !important;
		border: none !important;
		line-height:16px;
	}

#menu nav ul li span {
	position: absolute;
	width: 135px;
	height: 97px;
	z-index: 0;
	left:0;
	top: 97px;
	background: rgba(0,0,0,0.1);
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#menu nav ul li:hover span,
#menu nav ul li.active span {
	top:0;
}

#menu ul li a:hover {
	color:#d1d1d1\0/;
}

#menu nav ul li a {
	position: relative;
	width:115px;
	height:31px;
	display: inline-block;
	padding: 50px 0 16px 20px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight:600;
	text-transform: none;
	color: #fff;
	vertical-align:top;
	line-height:13px;
	border-right: 1px solid rgba(0,0,0,0.1);
	overflow: hidden;
	transition: background .2s linear;
	-moz-transition: background .2s linear;
	-webkit-transition: background .2s linear;
	-o-transition: background .2s linear;
}

#menu nav ul li#firstline a {
	border-left: 1px solid rgba(0,0,0,0.1);
}
	
#menu nav ul li > ul li a {
	width:auto;
	height:auto;
}

#menu nav li a img {
	position: absolute;
	top:15px;
}












header {
	position: fixed;
	z-index: 999;
	height: 181px;
	top: 0px;
	width: 100%;
	background: #fff; 
}

.main-header {
	width: 1080px;
	height:84px;
	margin-left:auto;
	margin-right:auto;
}

header div#logo {
	position: relative;
	float: left;
	margin: 20px 22px 12px 0;
}

header div#logo-right {
	position:relative;
	float:right;
	margin:15px 10px 0 0;
}


.welcome_to{
		width:650px; 
		height:auto; 
		float:left;">
	
	}









		@media screen and (max-width:1080px) {
			
.page_content{
	width: 945px;
	padding-left:5px;
	padding-top:50px;
	margin-right: auto;
	margin-left: auto;
}


.page_content h1{
	font-size: 80px;
	color: #C5D89A;
	line-height: 100%;
	}
	
	
	
.page_content p{
	font-family: OpenSansLight, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 130%;
	padding-left:5px; 
	padding-right:15px;
	
	}



.welcome_to{
		width:540px; 
		height:auto; 
		float:left;">
	
	}



nav.next-prev {
	position: absolute;
	top: 60%;
	left:0;
	width: 60px;
	float: left;
	background-color: #757575;
	}




		}



