/*
==========================================
		kode_footer_wraper start
==========================================
*/
.kode_footer_wraper{
	float:left;
	width:100%;
	padding:76px 0px 0px 0px;
	border-bottom:1px solid #392f33;
}
.kode_foter_row{
	float:left;
	width:100%;
}
.kode_foter_row h4{
	color:#fff;
	position:relative;
	margin-bottom:45px;
}
.kode_foter_row h4::before{
	position:absolute;
	content:"";
	left:0px;
	right:0px;
	bottom:-13px;
	border-bottom:2px solid #fd4432;
	width:45px;
}
.kode_foter_row p{
	color:#9a9a9a;
}
.kode_footer_touch{
	float:left;
	width:100%;
}
.kode_footer_touch ul{
	float:left;
	width:100%;
}
.kode_footer_touch ul li{
	margin-bottom:11px;
}
.kode_footer_touch ul li a{
	display:block;
}
.kode_footer_touch ul li a i{
	font-size: 18px;
    line-height: 18px;
    margin-right: 10px;
	padding-top: 8px;
	position: relative;
    top: 2px;
}
.kode_footer_timing{
	float:left;
	width:100%;
	padding-top:5px;
}
.kode_footer_timing ul{
	float:left;
	width:100%;
	position:relative;
	margin-bottom:42px;
}
.kode_footer_timing ul::before{
	position:absolute;
	content:"";
	right:0px;
	left:0px;
	bottom:-25px;
	width:45px;
	border-bottom:2px solid #9a9a9a;
}
.kode_footer_timing ul li{
	margin-bottom:16px;
}
.kode_footer_timing ul li:last-child{
	margin:0px;
}
.kode_footer_timing strong{
	text-transform:uppercase;
	margin-left:2px;
}
.kode_footer_timing a:hover{
	color:#fff;
}
.kode_foter_row.kode-dance-2 h4{
	margin-bottom:32px;	
}
.kode_footer_gallery{
	float:left;
	width:100%;
}
.kode_footer_gallery ul{
	float:left;
	width:100%;
}
.kode_footer_gallery ul li{
	float:left;
	margin:0px 0px 10px 9px;
	overflow:hidden;
}
.kode_footer_gallery img {
    transform: scale(1.0);
}
.kode_footer_gallery img:hover{
	 transform: scale(1.3);
	 -moz-transform:scale(1.3);
	 -webkit-transform:scale(1.3);
}
.kode_footer_gallery li:first-child {
    margin: 0;
}
.kode_footer_gallery li:nth-child(4) {
    margin: 0;
}
/*
==========================================
		kode_footer_wraper end
==========================================
*/
/*
==========================================
		.kode_footer_copyright start
==========================================
*/
.kode_footer_copyright{
	border-top: 1px solid #2d2828;
    float: left;
    margin-top: 78px;
    padding: 30px 0;
    position: relative;
    width: 100%;
}
.kode_copyright_caption{
	float:left;
	width:100%;
}
.kode_copyright_caption p{
	line-height: 24px;
    padding: 5px 0;
	display:inline-block;
}
.kode_copyright_social{
	float:right;
}
.kode_copyright_social li{
	float:left;
}
.kode_copyright_social li a{
	display:inline-block;
	width:39px;
	height:39px;
	text-align:center;
	border:1px solid #777978;
	margin-left:10px;
	font-size:20px;
}
.kode_copyright_social li a:hover{
	border:1px solid #fd4432;
	color:#fff;
}
.kode_copyright_social li a i{
	line-height:35px;
}