/* CSS Document */

body {
margin:0;
padding:0;
background-color:FFFFFF;
}
/* background-color:#fbe8c5;*/


a {
-webkit-transition:all 0.25s ease-in-out;
-moz-transition:all 0.25s ease-in-out;
transition:all 0.25s ease-in-out;
}

img {
border-style:none;
}

p, h1 {
font-family: 'Oxygen', sans-serif;
}

/* INDEX PAGE */

#indexlogo {
margin: auto;
margin-top:100px;
width:570px;
height:666px;	
}

#welcome {
padding:0;
width:600px;
clear:both;
margin:auto;
}

#welcome ul {
width:600px;
list-style:none;
margin:0;
padding:0;	
}

#welcome ul li {
display:inline-block;
float:left;
}

#welcome ul li a:link {
display:inline-block;
text-decoration:none;
float:left;
width:300px;
color:#7A9842;
text-align:center;
font-family: 'Oxygen', sans-serif;
font-size:24px;
-webkit-transition:all 0.25s ease-in-out;
-moz-transition:all 0.25s ease-in-out;
transition:all 0.25s ease-in-out;
}

#welcome ul li a:visited {
color:#7A9842;	
}

#welcome ul li a:hover {
color:#E899FF;
}


/* END INDEX PAGE */


/* HEADER */

#headerWrap {
width:100%;
background-color:ffffff;
}
/* background-color:#eecd8e; */

#header {
width:1000px;
height:150px;
margin:auto;
}

#logo {
float:left;
height:150px;
}

#headerright {
float:right;
width:200px;
height:150px;	
}

#language {
width:200px;
height:98px;
float:right;	
}

#language a:link {
float:right;
color:#000;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
padding-top:20px;	
text-decoration:underline;
-webkit-transition:all 0.25s ease-in-out;
-moz-transition:all 0.25s ease-in-out;
transition:all 0.25s ease-in-out;
}

#language a:visited {
color:#000;
}

#language a:hover {
color:#fff;	
}

#socialmedia {
float:right;
width:200px;
height:32px;	
}

#socialmedia a {
float:right;
margin-left:10px;	
}

/* END HEADER */


/* NAVBAR */

#navbarWrap {
width:100%;
clear:both;
height:70px;
background-color:#fff;
}

#navbar {
width:1000px;
margin:auto;
height:70px;
clear:both;
}

#navbar ul {
list-style:none;
float:left;
margin:0 auto;
padding:0;
position:relative;
}

#navbar ul li {
margin:0;
padding:0;
display:inline-block;
float:left;	
border-bottom-style:solid;
border-bottom-color:#BDEB85;
border-bottom-width:5px;
-webkit-transition:all 0.25s ease-in-out;
-moz-transition:all 0.25s ease-in-out;
transition:all 0.25s ease-in-out;
}

#navbar ul li:hover {
border-bottom-color:#E899FF;
}

#navbar ul li a:link,
#navbar ul li a:visited {
display:inline-block;
text-decoration:none;
font-family: 'Oxygen', sans-serif;	
width:150px;
height:65px;
float:left;
text-align:center;
line-height:65px;
vertical-align:middle;
color:#8A8A8A;
-webkit-transition:all 0.25s ease-in-out;
-moz-transition:all 0.25s ease-in-out;
transition:all 0.25s ease-in-out;
}

#navbar ul li a:hover {
background-color:#DFDFDF;
}

#navbar ul ul {
visibility:hidden;
z-index:5;
margin:0px;
position:absolute;
top:80%;
border-radius:5px;
opacity:0.1;
-webkit-transition:all 0.30s linear;
-moz-transition:all 0.30s linear;
transition:all 0.30s linear;
}

#navbar ul li:hover > ul {
visibility:visible;
width:200px;
z-index:5;
margin:0;
padding:0;
position:absolute;
float:none;
top:100%;
opacity:1;
padding-top:10px;
}

#navbar ul ul li {
display:block;
float:left;
border:none;
}

#navbar ul ul li a:link {
display:block;
float:left;	
width:200px;
height:50px;
font-family: 'Oxygen', sans-serif;
color:#000;
background-color:#FFD2F0;
vertical-align:middle;
line-height:50px;
border:none;
-webkit-transition:none;
-moz-transition:none;
transition:none;
}

#navbar ul ul li a:visited {
color:#000;
}

#navbar ul ul li a:hover {
background-color:#FFE6EF;
}

#navbar ul ul li:first-child {
	border-top-left-radius:10px;	
	border-top-right-radius:10px;	
}

#navbar ul ul li:last-child {
	border-bottom-left-radius:10px;	
	border-bottom-right-radius:10px;	
}

#navbar ul ul li:first-child a {
	border-top-left-radius:10px;	
	border-top-right-radius:10px;	
}

#navbar ul ul li:last-child a {
	border-bottom-left-radius:10px;	
	border-bottom-right-radius:10px;
}

/* END NAVBAR */


/* CONTENT */

#contentWrap {
width:100%;
clear:both;	
}

#content {
margin:auto;
width:1000px;
font-family: 'Oxygen', sans-serif;	
}

.leftcolumnwrap {
width:650px;
float:left;
}

.leftcolumn {
float:left;
width:650px;
padding-bottom:50px;
}

.leftcolumn p {
padding:20px;
margin:0;	
font-size:13px;
}

.leftcolumntitle {
margin:0;
padding:0;	
display:block;
width:650px;
height:50px;
background-color:#fff;
border-radius:10px;
}

.leftcolumntitle h1 {
margin:0;
padding-left:20px;
width:650px;
height:50px;
font-size:15px;
color:#8A8A8A;
vertical-align:middle;
line-height:50px;
}

.rightcolumnwrap {
float:right;
width:300px;	
}

.rightcolumn {
float:right;
width:300px;	
padding-bottom:100px;
}

.rightcolumntitle {
margin:0;
padding:0;	
display:block;
width:300px;
height:50px;
background-color:#fff;
border-radius:10px;
}

.rightcolumn p {
padding:20px;
font-size:13px;
margin:0;	
}

.rightcolumntitle h1 {
margin:0;
padding-left:20px;
width:300px;
height:50px;
font-size:15px;
color:#8A8A8A;
vertical-align:middle;
line-height:50px;
}

/* END HOME CONTENT */

#menucontent {
padding-top:20px;
width:1000px;
margin:0 auto;
}

#menudownload {
padding-bottom:20px;
padding-left:815px;
}

#menudownload a:link {
display:block;
width:185px;
height:50px;
color:#000;
font-size:14px;
line-height:50px;
vertical-align:middle;
text-decoration:none;
text-align:center;
font-family: 'Oxygen', sans-serif;
background-color:#fff;
border-radius:10px;
-webkit-transition:all 0.25s ease-in-out;
-moz-transition:all 0.25s ease-in-out;
transition:all 0.25s ease-in-out;
}

#menudownload a:visited {
color:#000;	
}

#menudownload a:hover {
color:#fff;
background-color:#FFD2F0;
}

#menucontent table {
margin:20px;
width:960px;
border-collapse:collapse;
padding:0px;
font-family: 'Oxygen', sans-serif;
text-align:left;	
}

#menucontent tr {
height:30px;
}

#menucontent th {
font-size:15px;	
font:bold;
width:850px;
}

#menucontent td {
font-size:14px;	
padding-bottom:25px;
}

.menuheader {
margin:0;
padding:0;
width:1000px;
height:70px;
display:block;
vertical-align:middle;
line-height:70px;
background-color:#fff;
border-radius:10px;	
}

.menuheader h1 {
margin:0;
padding-left:20px;
color:#8A8A8A;
font-size:20px;
}

/* END MENU CONTENT */

/* END CONTENT */


/* FOOTER */

#footerWrap {
width:100%;
height:100px;
clear:both;
background-color:#fff;
}

#footer {
margin:auto;
clear:both;
width:1000px;
height:100px;	
}

#footer p {
float:right;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000;
padding-right:20px;
padding-top:30px;	
}

#footer p a:link {
#color:#7A9842;
}

#footer p a:visited {
color:#7A9842;
}

#footer p a:hover {
color:#e899ff;
}
/* END FOOTER */


/* UNSLIDER */

.homesliderwrap {
width:100%;
clear:both;
padding-top:20px;
padding-bottom:20px;
}

.homeslider { 
position: relative; 
overflow: auto; 
width:1000px;
height:300px;
margin:auto;
}

.homeslider li { 
list-style: none;
width:1000px;
height:300px;
}

.homeslider ul li { 
float: left; 
}

.homeslider ul {
padding:0;
margin:0;	
}

.homeslider ul li a:link,
.homeslider ul li a:visited {
display:block;
margin:auto;
text-decoration:none;
font-family: 'Courgette', cursive;
text-align:center;
color:#fff;
font-size:60px;
padding-top:10px;
padding-bottom:10px;
width:400px;
border:solid 5px #fff;
-webkit-border-radius:10px;
-moz-border-radius:10px;
margin-top:75px;
-webkit-transition:all 0.25s ease-in-out;
-moz-transition:all 0.25s ease-in-out;
-ms-transition:all 0.25s ease-in-out;
-o-transition:all 0.25s ease-in-out;
transition:all 0.25s ease-in-out;
background-color: rgba(0,0,0,0.4);
}

.homeslider ul li a:hover {
border-color:#FFD2F0;
color:#FFD2F0;
background-color: rgba(0,0,0,0.6);
}

.dots {
position: absolute;
bottom: 5px;
position: absolute;
left: 0;
right: 0;
bottom: 20px;
text-align: center;	

}
.dots li {
display: inline-block;
width: 7px;
height: 7px;
margin: 0 4px;

text-indent: -999em;

border: 2px solid #fff;
border-radius: 6px;

cursor: pointer;
opacity: .4;

-webkit-transition: background .5s, opacity .5s;
-moz-transition: background .5s, opacity .5s;
transition: background .5s, opacity .5s;
}
.dots li.active {
background: #fff;
opacity: 1;
}

/* END UNSLIDER */