﻿body 
{
	margin:0;
	padding:0;
	font-family:Helvetica;
	background-image: url('img/back1.jpg'); 
	background-repeat: no-repeat;		
	background-color: #1a1108;
}
@font-face
{
font-family:'Yesteryear';
src:url('font/YesteryearRegular.ttf');

}
.mnu
{
     text-align: center;     
}
.mnu ul
{
	list-style-type:none;	
}
.mnu ul li
{
	list-style-type:none;
    cursor:pointer;    
    font-size:14px;
    float:left;        
    font-weight:bold;   
    padding-top:10px;
    padding-left:5px;
    padding-right:5px; 
}

.mnu ul li a
{
    display:block;
	text-decoration:none;
	list-style-type:none;	 
     color: #c89716;
     padding:10px 20px 10px 20px;
     border-radius:3px;
     
	}

.mnu ul li a:hover
{
	color:#f6fafb;
	background:#fec602;
	border-radius:2px;
transition: 1s;
}
.active
{
	color:#f6fafb ! important;
	background:#271c18;	
	border-radius:2px;
}
.list1
{	
   background-color:white;
}
.list1 ul
 {
padding: 0;
 }
.list1 ul li 
{
	list-style-type:none;   
}
.list1 ul li a 
{
text-decoration: none;
display: block;
padding:5px;
border-bottom:dashed 1px #bf0000;
}
.list1 ul li a:hover 
{
	background:white ! important;
	color: Black; 	
	transition:1s;
	border-radius:5px;
	box-shadow:2px 2px 2px black;
}
.bro
{
	text-decoration:none; 
	color:#808080;
	font-size:18px;
	background-image:url('img/down.png');
	background-repeat:no-repeat;
	background-position:200px 0px;
	padding:0 50px 10px 0;
}
.bro a:hover
{
	color:Black ! important;
}
.bro1
{	
    color:#bf0000; 
    text-decoration: none;
    cursor:pointer;
    font-weight:bold;
}
.bro1 a:hover
{
	color:Black ! important;
	background-color:#808080;
	transition: 1s;
}
.copy
{
padding-left:150px;	
}
.copy a
{
		text-decoration:none;
	color:White;
}

.foot ul
 {
 	text-decoration:none;
}
.foot ul li
{
	float:left;
	text-decoration:none;
	list-style-type:none;
}
.foot ul li a 
{
display: block;
margin: 0;
background: none;
text-decoration:none;
list-style-type:none;
 color: #c89716;
 padding:10px 30px 10px 0px;
 font-size:12px;
 font-weight:bold;
 text-align:left;
 text-transform:uppercase;
}
.foot ul li a:hover
{
	text-decoration:none;
	color:black;
	transition: 1s;
}
.e
{
    color: white; 
    padding-left:10px;
    font-size:13px;
}
.e a:hover
{
	color: black;
}
.f
{
    color: white; 
    text-align:right;
    padding-right:10px;
     font-size:13px;
}
.hea
{
	color:#bf0000; 
	font-size: 40px; 
	font-weight: normal; 
	margin-top: 20px; 
	font-family:  'Yesteryear';
	border-bottom:dashed 1px #bf0000;
	padding:10px 10px 0px 10px;
}
.hea1
{
	color:#bf0000; 
	font-size: 30px; 
	font-weight: normal; 
	margin-top: 20px; 
	font-family:  'Yesteryear';
	padding:10px;
}
.hea2
{
		color:#bf0000; 
	font-size: 40px; 
	font-weight: normal; 
	margin-top: 0px; 
	font-family:  'Yesteryear';
	border-bottom:dashed 1px #bf0000;
	padding:10px;
	text-align:center;
	
}

.cnt
{
	text-align:justify;
	line-height:30px;
	color:#666;
	padding:10px;
	font-size:13px;
	vertical-align:top;
}
.cnt1
{
	text-align:justify;
	line-height:30px;
	color:#666;
	padding:10px;
	font-size:13px;
	vertical-align:top;
}
.cnt2
{
	font-weight: bold;
	text-align:justify;
	line-height:30px;
	padding:10px;
font-size: 30px;
color: #F30;
font-family:  'Yesteryear', cursive, Arial;
}
.cnt3
{
	text-align: right;
	line-height:18px;
font-size: 24px;
color: orangered;
font-family:  'Yesteryear', cursive, Arial;
}
.cnt4
{
	font-weight: bold;
	font-size: 14px;
    color: #545454;
    padding-left:20px;
}
.google-lang {
width: 154px;
height: 25px;
border-radius: 0 0 5px 5px;
padding: 5px;
border-style: solid;
background:#1AA82B !important;
border:1px solid #ddd;

}