.footer {
    width: 100%;
    position:fixed;
    height: 75px;
    bottom: 0;
    left: 0;
    background-color: #231f20;
-webkit-box-shadow: 0 0 50px 10px #231f20;
box-shadow: 0 0 50px 10px #231f20;
	z-index:1000;
}
.footer2 {
    width: 100%;
    height:140px;
    bottom: 0;
    left: 0;
    background-color: #231f20;
-webkit-box-shadow: 0 0 50px 10px #231f20;
box-shadow: 0 0 50px 10px #231f20;
	z-index:1000;
}
.footer3 {
    width: 100%;
    height:140px;
    bottom: 0;
    left: 0;
    background-color: #231f20;
-webkit-box-shadow: 0 0 50px 10px #231f20;
box-shadow: 0 0 50px 10px #231f20;
	z-index:1000;
}

/*NAVIGASI 2* & *NAVIGASI 3*/

.navigasi2,.navigasi3 {
    posdeition: relative;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    height: 30px;
}
.navigasi2{
	position:relative;
	padding-top:10px;
	left:-10px;
	}
.navigasi3{
	position:relative;
	padding-top:30px;
	left:-10px;
	}	
.navigasi2 ul,.navigasi3 ul {
	height:30px;
    padding: 0;
    margin: 0;
    text-align: left;
    display: inline;
    margin: 0;
    list-style: none;
}
.navigasi3 ul{top:35px!important;}
.navigasi2 ul li,
.navigasi3 ul li {
    height: 30px;
    line-height: 30px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    color: #fff;
    padding-left:15px;
    padding-right:15px;
}
.navigasi2 ul li a,.navigasi3 ul li a{
	text-align:left;
	color:#fff;}
.navigasi2 ul li a:hover,.navigasi3 ul li a:hover {color: #b08838;}

.sosmed {
    float: left;
    position: relative;
    top: 2px;
    left: -10px;
    background-color: #595a5c;
    height: 25px;
    width: 25px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.sosmed:hover{background-color: #b08838;}

.fb,.twit {
    background-position: center center;
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
}
.fb {background-image: url(../img/fb.png);}
.twit {background-image: url(../img/twit.png);}
.copyright,
.copyright2 {
    position: relative;
	max-width:960px;
	margin-left:auto;
	margin-right:auto;
    color: #383435;
    font-size:12px;
}
.copyright2{padding-top:20px;}
.copyright a:link,.copyright a:visited,
.copyright2 a:link,.copyright2 a:visited{color: #383435;text-decoration: underline;}
.copyright a:hover,.copyright2 a:hover {color: #b08838;}

