/* Global */

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 1em;
	color: #8a8683;
	background-color:#ffffff;
}
img {
	max-width: 100%;
}
a:link {
	color: #f9b103;
	text-decoration: none;
}
a:hover {
	color: #008dd2;
	text-decoration: none;
}
a:visited {
	color: #f68f67;
	text-decoration: none;
}





/* Navigation */

.menu {
	position:fixed;
	top:0px;
	width:100%; 
	height:auto; 
	background-color:#ffffff;
	z-index:100;
}
#logo {
	text-align: center;
	margin: 25px 0;
}
#nav {
	text-align: right;
	margin: 30px 0 0 0;
}
.navigation{
	float: right;
	list-style: none;
	margin: 0;
}
.navigation li{
	float: left;
	padding:0 0 0 32px;
	text-transform:uppercase;
}
.navigation li:hover{
	cursor:pointer;
	color: #a9d3d0;
}

.navigation .active{
	cursor:pointer;
	color: #f9b103;
	font-weight:bold;
}




/* General Slides */ 

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



/* Slide 1 */ 

#slide1{
background-image:url('../images/section0.jpg');
}
#slide1 h1 {
	font-size: 3.8em;
	letter-spacing: -3px;
	line-height: 0px;
	color:#8a8683;
	font-weight: 700;
}
#slide1 h2 {
	font-size: 2em;
	color: #000;
	line-height: 0px;
	padding-bottom:20px;
	font-weight: 400;
}




/* Slide 2 */ 

#slide2{
	background-image:url('../images/section0.jpg');
	background-repeat:no-repeat;
	background-color:#e7e6e5;
	  color: #000;
}
#slide2 h1 {
	font-size: 3.8em;
	letter-spacing: -3px;
	line-height: 0px;
	color:#ffffff;
	font-weight: 700;
}
#slide2 h2 {
	font-size: 2em;
	color: #ffffff;
	line-height: 0px;
	padding-bottom:20px;
	font-weight: 400;
}

#slide2 h3 {
	font-size: 1,5em;
	color: #000;
	padding-bottom:0px;
	font-weight: 400;
	line-height: 30px;
}


.slogan{text-align:right;}

/* Slide 3 */ 

#slide3{
	background-color:#000 ;
}
#slide3 h1 {
	font-size: 3.8em;
	letter-spacing: -3px;
	line-height: 0px;
	color:#FFF;
	font-weight: 700;
}
#slide3 h2 {
	font-size: 2em;
	color: #FFF;
	line-height: 0px;
	padding-bottom:20px;
	font-weight: 400;
}
#test{
	background-color:#000;
	opacity:0,8;
	color:#fff;
	text-align:justify;
	font-size: 1,5em;
	font-weight: 400;
	
}




/* Slide 4 */

#slide4{
	background-color:#8a8683;
	color:#ffffff;
}
#slide4 h1 {
	font-size: 3.8em;
	letter-spacing: -3px;
	line-height: 0px;
	color:#ffffff;
	font-weight: 700;
}
#slide4 h2 {
	font-size: 2em;
	color: #ffffff;
	padding-bottom:20px;
	font-weight: 400;
}

/* Slide 4 */

#slide5{
	background:silver;
	background-image:url('../images/section5.jpg');
	color:#ffffff;
}
#slide5 h1 {
	font-size: 3.8em;
	letter-spacing: -3px;
	color:#ffffff;
	font-weight: 700;
}
#slide5 h2 {
	font-size: 2em;
	color: #ffffff;
	padding-bottom:20px;
	font-weight: 400;
}

/* Slide 6 */

#slide6{
	background-color:#fff;
	color:#000;
}
#slide6 h1 {
	font-size: 3.8em;
	letter-spacing: -3px;
	line-height: 0px;
	color:#444;
	font-weight: 700;
}
#slide6 h2 {
	font-size: 2em;
	color: #ffffff;
	padding-bottom:20px;
	font-weight: 400;
}



.material {
    border: 1px solid #7f7f7f;
    border-radius: 6px;
    display: block;
    float: left;
    font-size: 26px;
    margin-right: 5px;
    text-align: center;
    width: 44px;
}
.p_material {
    background: #b7dee8 none repeat scroll 0 0;
}
.k_material {
    background: #f7cadf none repeat scroll 0 0;
}
.n_material {
    background: #c1dfc4 none repeat scroll 0 0;
}
.s_material {
    background: #ecdac5 none repeat scroll 0 0;
}
.m_material {
    background: #fce974 none repeat scroll 0 0;
}
.h_material {
    background: #ecf2f5 none repeat scroll 0 0;
}

.desc{
float: left;
    margin-top: 7px;
}


.mgt{margin-top:25px;}
/* Tablet */
@media screen and (max-width: 1024px) {

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

#nav {
	width:100%;
	text-align:center;
	margin:10px 0;
}

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

.navigation li{
	float: left;
	width:25%;
	padding:0;
}

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

#decorative {
	display:none;
}

#content {
	text-align:center;
	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;
}

}


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

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

#nav {
	width:100%;
	margin:5px 0;
}

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

.navigation li{
	float: left;
	width:25%;
}

.slide{
	background-attachment: fixed;
	width:100%;
	position: relative;
	padding:150px 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;
}


}
.tit_v{
    padding:5px 3px;
	margin: 0px auto 30px;
	font-weight:bold;
	text-align:center;
	font-size:18px;
}

.tit_v1	{
	background:black;
	color:#F9B101;
	max-width:35%;
}

.tit_v2	{
	background:#F9B101;
	color:#000;
	max-width:45%;
}

.tit_i, .tit_vi, .tit_vim{
	margin: 0 auto;
	text-align: center;
}
.tit_vi{
	color:black;
	padding:12px 0;
	min-height:40px;
}
