@font-face {
    font-family: 'RawengulkSans-094';
    src: url('../font/RawengulkSans-094.otf');
    src: url('../font/RawengulkSans-094.ttf') format('truetype'),
    font-weight: normal;
    font-style: normal;
	}
	
          /*BODY*/
body{margin: 
	0px;
	width: 100%;}
	
          /*LOGO*/
				
#logo img{
         height:150px;
		 margin: auto;
		 margin-bottom: 10px;
  		 display: block;
		  }		
		  		  		
		/*END OF LOGO*/
		
		/*DROPMENU*/

#menubar{	
 	width: 100%;
 	height: 50px;
	margin: auto;  
	background-color: black;
	position: absolute;
	}
	
#menu{
	width: 100%;
	padding: 10px 0px 0px 0px;
	margin-top: -47px;  
	position: relative;
	display: inline-block;
	-moz-border-radius: 0px;
	border-radius: 0px;
	list-style: none;
	}
  
#menu li{
	margin-left: 10px;
	padding: 0px 0px 0px 0px;
	position: relative;
	text-align: center;
	display: inline-block;
	padding: 50px;
	}

#menu a{
	height: 25px;
	padding: 0 10px;
	color: white;
	text-transform: uppercase;
	font: bold 12px/25px RawengulkSans-094;
	text-decoration: none;
	}

#menu li:hover > a{
	color: #79C476;
	}

*html #menu li a:hover{ /* IE6 */
	color: #79C476;
	}

#menu li:hover > ul{
	display: block;
	}

/* Sub-menu */

#menu ul{
 	width: 100%;
    list-style: none;
    margin: 0;
    padding: 10px;    
    display: none;
    position: absolute;
    z-index: 99999;    
    background: rgba(0, 0, 0, 0.8);
	}

#menu ul li{
    float: none;
    margin: 0;
    padding: 0;
    display: block;  
	}

#menu ul li:last-child{   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;    
	}

#menu ul a{    
    padding: 10px;
    height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
	}


#menu ul a:hover{
        background: 0;
	}

#menu ul li:first-child a{
    -moz-border-radius: 0px 0px 0 0;
    -webkit-border-radius: 0px 0px 0 0;
    border-radius: 0px 0px 0 0;
	}

#menu ul li:first-child a:after{
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 0px solid ;
	}

#menu ul li:first-child a:hover:after{
    border-bottom-color: 0; 
	}

#menu ul li:last-child a{
    -moz-border-radius: 0px 0px 0 0;
    -webkit-border-radius: 0px 0px 0 0;
    border-radius: 0px 0px 0 0;
	}

/* Clear floated elements */

#menu:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}


		/*END DROPMENU*/	
			
			/*MIDDLE*/
		
* {
  box-sizing: border-box;
}

/* Style inputs */
input[type=text], select, textarea {
  width: 92%;
  padding: 12px;
  border: 1px solid #ccc;
  margin-top: -10px;
  margin-bottom: 5px;
  resize: vertical;
}

input[type=submit] {
  background-color: black;
  color: white;
  padding: 12px 20px;
  border: none;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #79C476;
}

/* Style the container/contact section */
.container {
  border-radius: 5px;
  padding: 10px;
  margin-left: 100px;
}

/* Create two columns that float next to eachother */
.column {
  float: left;
  width: 50%;
  margin-top: -70px;
  padding: 20px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
  
}

span{
	font:bold 60px/60px RawengulkSans-094;
	color: #000000;
	}
	
span2{
	font:bold 25px/25px RawengulkSans-094;
	color: #79C476;
	}
	
span2:hover{color: rgb(186, 138, 190)}	

span3{
	font:bold 25px/25px RawengulkSans-094;
	color: #79C476;
	}	
	
#special{
	font:bold 25px/25px RawengulkSans-094;
	margin-top: -10px;
	}	
	
#top{

	  width: auto;
 	  height: auto;
 	  margin: 30px;
  	  margin-top: -30px;
	}		
 		
     		/*END MIDDLE*/
               		
		/*FOOTER*/
			
#footer{
		background: black;
	    width: auto;
	    height: auto;
	    padding: 30px 50px 90px 0px;
		}   

#sitemap{
	width: 100%;
	padding: 10px;  
	list-style-type: none;
	-moz-border-radius: 0px;
	border-radius: 0px;
	}
  
#sitemap li{
	float: middle;
	margin-left: 50px;
	font: bold 15px/35px RawengulkSans-094;
	color: white;
	text-align: center;
	position: relative;
	display: inline;
	}

#sitemap li:hover > a{
	color: #79C476;
	}

*html #sitemap li a:hover{ /* IE6 */
	color: #79C476;
	}

a:link{text-decoration: none; color: white;}	
a:visited { text-decoration: none; color:white; }	
 
          /*LOGO.Footer*/
				
#logo2 img{
         height: 50px;
		 margin-top: -30px;
  		 display: block;
		  }	
		  		  		
		/*END OF LOGO.Footer*/
		
		/*Copyright*/
		
#copyright{
 		  font: bold 15px/35px RawengulkSans-094;
	      color: white;
	      margin-top: 30px;
	      margin-left: 70px;
	      line-height: normal;
	      }		

	 	
	 	/*End Copyright*/
	
			/*END FOOTER*/
