.section{
	
	float:left;
	width:100%;
}
.section.section2{
	padding:80px 0px 74px 0px;
}
.kode_wraper{
	float:left;
	width:100%;
}
/*
============================================
		kode_top_strip start
============================================
*/
.header{
	float:left;
	width:100%;
	border-top:5px solid;
}
.kode_top_strip{
	float:left;
	width:100%;
	padding: 23px 0 25px;
}
.kode_top_content{
	float:left;
	width:100%;
}
.kode_top_content ul{
	float:left;
	border-left:1px solid #dedede;
	width:220px;
	padding:7px 0px;
}
.kode_top_content ul li{
	border-bottom:1px solid #dedede;
}
.kode_top_content ul li:last-child{
	border-bottom:0px;
}
.kode_top_content ul li a{
	display:inline-block;
	padding:3px 25px;
	color:#999999;
}
.kode_top_content ul li a i{
	font-size:20px;
	margin-right:10px;
	margin-bottom:1px;
}
.kode_top_logo{
	float:left;
	width:100%;
	text-align:center;
}
.kode_top_social{
	border-right: 1px solid #dedede;
    float: right;
    padding: 8px 0;
    width: 100%;
}
.kode_top_social_icon{
	float:right;
	padding:3px 0px 6px 0px;
	border-bottom:1px solid #dedede;
	width:173px;
}
.kode_top_social_icon li{
	float:left;
	padding-left:15px;
}
.kode_top_social_icon li a{
	display:inline-block;
}
/*dropdown start*/
.kode_top_drop{
	float:right;
	width:100%;
	padding:5px 21px 5px 0px;
}
.kode_top_drop .btn-group{
	float:right;
}
.kode_top_drop .btn-default{
	border:none;
	padding:0px;
	padding-left:31px;
	font-size:16px;
	color:#999;
	line-height: normal;
}
.kode_top_drop .btn-default:last-child{
	padding:0px;
}
.kode_top_drop .btn-group.open .dropdown-toggle{
	box-shadow:0px 0px 0px 0px;
}
.kode_top_drop .btn-default:hover,
.kode_top_drop .btn.active, .btn:active,
.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default,
.kode_top_drop  .btn-default.focus, .btn-default:focus{
	background:none;
	box-shadow:0px 0px 0px;
}
.kode_top_drop .dropdown-menu{
	margin-top:15px;
	padding:0px;
}
.kode_top_drop .dropdown-menu > li > a{
	padding:10px 20px;
	text-align:center;
}
.kode_top_drop .dropdown-menu > li > a:hover{
	color:#fff;
}
.kode_top_strip  .dropdown-menu{
	min-width:140px;
}
/*
============================================
		kode_top_strip end
============================================
*/
/*
============================================
		kode_top_navigation start
============================================
*/
.dl-menuwrapper {
    display: none;
}
.kode_top_navigation{
	float:left;
	width:100%;
	padding:13px 0px 17px 0px;
	background-color:#a0a09f;
}
.kode_top_navibar{
	float:left;
	width:100%;
}
.kode_top_navi{
	float:left;
	padding-left: 108px;
}
.kode_top_navi li{
	float:left;
	position:relative;
}
.kode_top_navi li a{
	display:inline-block;
	color:#fff;
	padding-right:57px;
	font-family: 'Open Sans', sans-serif;
	position:relative;
}
.kode_top_navi li a.active{
	font-weight:bold;
}
.kode_top_navi li a::before{
	position:absolute;
	
	font-family: FontAwesome;
	top:0px;
	left:17px;
	right:0px;
	bottom:0px;
	opacity:0;
}
.kode_top_navi  li a.active::before,
.kode_top_navi li a:hover::before{
	top:14px;
	left:17px;
	opacity:1;
	font-weight:bold;
}
.kode_top_navi ul li a i{
	font-size:18px;
}
.kode_top_navibar .kode_top_navi li ul{
	position:absolute;
	top:130%;
	left:-50px;
	width:170px;
	background-color:#333;
	z-index:9999;	
	border-bottom:1px solid;
	margin:0px;
	opacity:0;
	visibility:hidden;
}
.kode_top_navibar .kode_top_navi li:hover > ul{
	opacity:1;
	top:166%;
	visibility:visible;
}
.kode_top_navibar .kode_top_navi ul li{
	float:left;
	width:100%;
}
.kode_top_navibar .kode_top_navi ul  li  a{
	padding:8px 10px;
	display:block;
	position:relative;
	z-index:999;
}
.kode_top_navibar .kode_top_navi ul  li  a:hover{
	color:#fff;
}
.kode_top_navibar .kode_top_navi ul  li  a::before{
	position:absolute;
	content:"";
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	width:0;
	z-index:-1;
}
.kode_top_navibar .kode_top_navi ul  li  a:hover:before{
	background-color:#c22b2a;
	color:#fff;
	width:100%;
}
.kode_top_navi ul li a{
	
}
.kode_top_navibar .kode_top_search{
	padding:7px 0px;
}
.kode_top_navibar .kode_top_search:hover{
	color:#fff;
}
/*
============================================
		kode_top_navigation end
============================================
*/

/*
============================================
		kode_dance_banner start
============================================
*/
@media only screen and (max-width:480px) {
    .kode_dance_banner ul {
        display: none;
        visibility: hidden;
    }
}

.kode_dance_banner{
	float:left;
	width:100%;
}
.kode_dance_banner figure{
	display:block;
	position:relative;
}
.kode_dance_banner img{
	width:100%;
}
.kode_banner_caption{
	position:absolute;
	margin: auto auto auto -566px;
	top:158px;
	left:50%;
	right:0px;
	bottom:0px;
}
.kode_banner_caption h3{
	color:#fff;
	font-style:italic;
	margin-bottom:10036px;
	font-weight:Lighter;
}
.kode_banner_caption h1{
	font-size:44px;
	color:#fff;
	margin-bottom:550px;
}
.kode_banner_caption h1 span{
	display:block;
	margin-bottom:6px;
}
.kode_banner_caption h1 a{
	font-weight:bold;
	margin-left:7px;
	display:inline-block;
}
.kode_banner_caption ul{
	float:left;
	width:100%;
}
.kode_banner_caption ul li{
	float:left;
}
.kode_banner_caption ul li a{
	display:inline-block;
	padding:11px 30px 11px 30px;
	border:1px solid;
	color:#fff;
	margin-right:30px;
}
/*bxsilder start*/
.kode_dance_banner .bx-pager.bx-default-pager {
    padding: 0;
	position:absolute;
	bottom:45px;
}
.kode_dance_banner .bx-wrapper .bx-viewport {
    background:none;
    border:none;
    box-shadow: 0 0 0 ;
    left: 0px;
    transform: translateZ(0px);
}
.kode_dance_banner  .bx-wrapper {
    margin: 0;
}
.kode_dance_banner .bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff none repeat scroll 0 0;
    border-radius: 2px;
    display: block;
    height: 19px;
	margin:0px 2px;
    text-indent: -9999px;
    width: 3px;
	position:relative;
}

.kode_dance_banner .bx-wrapper .bx-pager.bx-default-pager a:hover, 
.kode_dance_banner .bx-wrapper .bx-pager.bx-default-pager a.active{
	height:24px;
}
.kode_dance_banner .bx-wrapper .bx-controls-direction a{
	color: transparent;
    height: 32px;
    margin-top: -16px;
    outline: 0 none;
    position: absolute;
    top: 50%;
    width: 32px;
    z-index: 9999;
}
.kode_dance_banner .bx-wrapper .bx-controls-direction .bx-next::after{
	position:absolute;
	content:"\f105";
	font-family: FontAwesome;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	color:#777677;
	font-size:40px;
}
.kode_dance_banner .bx-wrapper .bx-controls-direction .bx-prev::after{
	bottom: 0;
    color: #777677;
    content:"\f104";
    font-family: FontAwesome;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
	font-size:40px;
}
@media only screen and (max-width:480px) {
     .bx-controls-direction  {
        display: none;
        visibility: hidden;
    }
}
@media only screen and (max-width:480px) {
     .bx-pager  {
        display: none;
        visibility: hidden;
        
    }
}
@media only screen and (max-width:480px) {
     .kode_dance_caption{
        text-align:center;
        
    }
}
@media only screen and (max-width:480px) {
     .kode_dance_caption {
        text-align:center;
        
    }
}
  @media only screen and (max-width:480px) {
    .kode_dance_studio_fig7 {
       display:none;
       visibility: hidden;
       
    }
}
/*
============================================
		kode_dance_banner end
============================================
*/
/*
============================================
		kode_dance_studio start
============================================
*/
.kode_dance_studio{
	float:left;
	width:100%;
}
.kode_dence_content{
	float:left;
	width:50%;
	margin-right:0px;
}
/*.kode_dence_content h2{
	padding-left: 112px;
	position:relative;
	margin-bottom:34px;
	margin-top:-2px;
}
.kode_dence_content h2{
	padding-left: 112px;
	position:relative;
	margin-bottom:34px;
	margin-top:-2px;
}
.kode_dence_content h2::before{
	border-bottom: 2px solid;
    bottom: 16px;
    content: "";
    left:0px;
    position:absolute;
    top: 0;
    width: 80px;
}
.kode_dence_content h2::before{
	border-bottom: 2px solid;
    bottom: 16px;
    content: "";
    right:0px;
    position:absolute;
    top: 0;
    width: 80px;
}*/

.kode_dance_caption{
	float:left;
	width:100%;
}
.kode_dance_caption p{
	margin-bottom:16px;
	
}
.kode_dance_caption p:last-child{
	margin-bottom:35px;
}	
.kode_dance_caption a{
	padding:12px 45px 11px 45px;
	display:inline-block;
	color:#fff;
	margin-top:30px;
}
.kode_dance_caption a:hover{
	background-color:#000;
}
.kode_dance_studio_fig{
	float:right;
	position:absolute;
	right:0px;
	border:25px solid;
	border-right:none;
	padding:20px 20px;
	width:45%;
	min-height:587px;
}
.kode_dance_studio_fig .kode_fig_1 {
    box-shadow: 0 0 13px -3px;
    left: -65px;
    position: absolute;
	top:0px;
	
}
.kode_dance_studio_fig .kode_fig_2{
	 float:right;
}
/*
============================================
		kode_dance_studio end
============================================
*/
/*
============================================
		kode_dance_classes start
============================================
*/
.kode_dance_classes{
	float:left;
	width:100%;
	background-image:url("website_images/background-image.jpg");
	background-position:center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	padding:61px 0px;
}
.kode_dance_classes_hdg{
	float:left;
	width:100%;
	text-align:center;
	margin-bottom:56px;
	position:relative;
	z-index:999;
}
.kode_dance_classes_hdg h2{
	color:#fff;
	display:inline-block;
	position:relative;
	margin-top:-6px;
}*/
.kode_dance_classes_hdg h2::before{
	position:absolute;
	content:"";
	left:0px;
	right:0px;
	bottom:-6px;
	border-bottom:2px solid;
	width:80px;
	margin:auto;
}
.kode_dance_classes .swiper-container {
	width: 100%;
	height: 500px;
	margin: 20px auto;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	padding-top:60px;
}
.kode_dance_classes .swiper-slide {
	text-align: center;
	font-size: 18px;
	width: 80%;
	display: -webkit-box;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position:relative;
}
.kode_dance_classes .swiper-slide:nth-child(2n) {
	width: 40%;
}
.kode_dance_classes .swiper-slide:nth-child(3n) {
	width: 20%;
}
.kode_dance_classes .swiper-slide.swiper-slide-active{
	position:relative;
	top:15px;
	transform: scale(1.6, 1.2);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;	
}
.kode_dance_fig_swiper{
	float:left;
	width:100%;
	overflow:hidden;
}
.kode_dance_fig_swiper figure{
	position:relative;
	display:block;
}
.kode_dance_fig_swiper figure::before{
	position:absolute;
	content:"";
	top:0%;
	left:0px;
	right:0px;
	bottom:0px;
}
.kode_dance_fig_swiper:hover figure::before{
	position:absolute;
	content:"";
	top:15px;
	left:15px;
	right:15px;
	bottom:15px;
	background-color:#000000;
	opacity:0.75;
}
.kode_dance_swip_caption{
	position:absolute;
	top:260px;
	left:0px;
	right:0px;
	bottom:50px;
	text-align:center;
	min-height:376px;
}
.kode_dance_fig_swiper:hover .kode_dance_swip_caption{
	top:20px;
}
.kode_dance_swip_caption h4{
    border-bottom: medium none;
    color: #fff;
    margin-bottom:20px;
	padding: 10px 0 8px;
	background-color:#282828;
	opacity:0.80;
	font-size:14px;
}
.kode_dance_fig_swiper:hover .kode_dance_swip_caption h4{
	background:none;
}
.kode_dance_swip_caption p{
	color: #fff;
    font-size: 13px;
    margin-bottom: 25px;
    padding: 0 20px;
    position: relative;
}
.kode_dance_swip_caption a{
	display:inline-block;
	border:2px solid ;
	color:#fff;
	padding:10px 22px;
}
/*
============================================
		kode_dance_classes end
============================================
*/
			/*
============================================
	kode_dance_gallery_wraper strat
============================================
*/
.kode_dance_gallery_wraper{
    float:left;
    width:100%;
    position:relative;
}
.kode_dance_gallery_wraper::after {
    border: 2px solid #585e65;
    bottom: 30px;
    content: "";
    left: 30px;
    position: absolute;
    right: 30px;
    top: 30px;
	opacity:0.40;
}
.kode_dance_classes_hdg.classes-2 {
    float: left;
    margin: 0;
    padding: 80px 0 0;
    width: 100%;
}
.kode_dance_gallery_slide{
	float:left;
	width:100%;
}

/*bxslider*/
.kode_dance_gallery_slide .bx-wrapper .bx-controls-direction a {
    bottom: 13%;
    height: 32px;
    margin-top: -16px;
    outline: 0 none;
    position: absolute;
    width: 32px;
    z-index: 9999;
	color:transparent;
}
.kode_dance_gallery_slide .bxslider.bx-pager{
	padding:0px;
}
.kode_dance_gallery_slide .bx-wrapper .bx-viewport {
    background:none repeat scroll 0 0;
    border: 0px solid #fff;
    box-shadow: 0 0 0px #ccc;
    left: 0px;
}
.kode_dance_gallery_slide  .bx-controls-direction {
    bottom: 16%;
    left: 0;
    position: absolute;
    right: 0;
}
.kode_dance_gallery_slide .bx-wrapper .bx-controls-direction .bx-next::after{
	position:absolute;
	content:"\f105";
	font-family: FontAwesome;
	top:0px;
	left:15px;
	right:0px;
	bottom:0px;
	color:#fff;
	font-size:15px;
}
.kode_dance_gallery_slide .bx-wrapper .bx-controls-direction .bx-prev::before{
	bottom: 0;
    color: #fff;
    content:"\f104";
    font-family: FontAwesome;
    left:11px;
    position: absolute;
    right: 0;
    top: 0;
	font-size:15px;
}
.kode_dance_gallery_slide .bx-wrapper{
	margin:0px;
}
.kode_dance_classes_hdg.classes-2.classes-3 {
    position: absolute;
    top: 0;
}
.kode_dance_gallery_slide .bx-wrapper {
    margin: 0;
}
.kode_dance_gallery_slide .kode_dance_img_list{
	bottom: 30px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	text-align: center;
	z-index:999;
	width:95%;
}
	
.kode_dance_gallery_slide #bx-pager > a {
    margin-right: 5px;
}
/*.kode_dance_gallery_slide #bx-pager img {
    transform: scale(1.0);
	border:1px solid transparent;*/
}
/*.kode_dance_gallery_slide #bx-pager img:hover{
	transform: scaleY(1.2);
	-webkit-transform: scaleY(1.2);
	-moz-transform: scaleY(1.2);
	position:relative;
	z-index:999;*/
}
/*
============================================
		kode_dance_gallery_wraper end
============================================
*/
/*
============================================
		kode_dance_blog start
============================================
*/
.kode_dance_blog{
	float:left;
	width:100%;
}
.kode_dance_classes_hdg.hdg_2 h2{
	color:#333333;
}
.kode_dance_blog_fig{
	float:left;
	width:100%;
}
.kode_dance_left_caption{
	float:left;
	width:12%;
	text-align:center;
	margin-right:13px;
	margin-top: -3px;
}
.kode_dance_left_caption ul{
	float:left;
	width:100%;
}
.kode_dance_left_caption ul li{
	font-size:14px;
	padding:15px 0px;
	border-bottom:1px solid #dddddd;
}
.kode_dance_left_caption li:first-child {
   padding: 0 0 17px;
}
.kode_dance_left_caption li:last-child{
	padding:8px 0px 0px 0px;
	border-bottom:none;
}
.kode_dance_left_caption ul li i{
	margin-right:5px;
}
.kode_dance_left_caption ul li span{
	display:block;
	font-size:36px;
	font-weight:bold;
	margin:3px 0px 0px 0px;
}
.kode_dance_left_caption ul li img{
	margin-bottom:11px;
	transform: scale(1.0);
}
.kode_dance_left_caption:hover ul li img{
	transform: scale(1.1);
}
.kode_dance_left_caption ul li p{
	line-height:17px;
}
.kode_dance_left_caption ul li p:hover{
	color:#c22b2a;
}
.kode_dance_blog_training{
	float:left;
	width:85%;
	overflow:hidden;
}
.kode_dance_blog_training figure{
	margin-bottom:25px;
	display:block;
	position:relative;
}
.kode_dance_blog_training span{
	position:absolute;
	top:145px;
	left:0px;
	right:0px;
	text-align:center;
	font-size:26px;
	color:#fff;
	opacity:0;
}
.kode_dance_blog_training a span:hover{
	color:#000;
}
.kode_dance_blog_training:hover span{
	opacity:1;
}
.kode_dance_blog_training figure::before{
	position:absolute;
	content:"";
	top:100px;
	right:100px;
	left:100px;
	bottom:100px;
}
.kode_dance_blog_training:hover figure::before{
	top:0px;
	right:0px;
	left:0px;
	bottom:0px;
	opacity:0.60;
}
.kode_dance_blog_training img{
	width:100%;
}
.kode_danced_blog_kode{
	float:left;
	width:100%;
}
.kode_danced_blog_kode h3{
	margin-bottom:11px;
}
.kode_danced_blog_kode  ul{
	float:left;
	width:100%;
	margin-bottom:9px;
}
.kode_danced_blog_kode  ul li{
	float:left;
}
.kode_danced_blog_kode  ul li a{
	display:inline-block;
	padding-right:30px;
	font-style:italic;
}
.kode_danced_blog_kode  a:hover,
.kode_danced_blog_kode  ul li a:hover{
	color:#000;
}
.kode_danced_blog_kode  ul li i{
	margin-right:9px;
}
.kode_danced_blog_kode  p{
	margin-bottom:18px;
}
.kode_danced_blog_kode  a{
	display:inline-block;
}
.kode_danced_blog_kode  a i{
	margin:2px 0px 0px 5px;
}
/*
============================================
		kode_dance_blog end
============================================
*/
/*
============================================
		kode_event_wraper start
============================================
*/
.kode_event_wraper{
	float:left;
	width:100%;
	background-image:url("image/backevent000999.png");
	background-position:center;
	background-size:cover;
	background-attachment:fixed;
	padding:80px 0px;
}
.kode_dance_event_img{
	float:left;
	width:97%;
}
/*owl-carousel*/
.kode_event_wraper .owl-carousel .owl-item{
	margin-right:3px;
}
.kode_event_wraper .owl-pagination {
    display: none;
}
.kode_event_wraper .owl-prev {
    left: -58px;
    position: absolute;
    top: 45%;
	color:#fff;
}
.kode_event_wraper .owl-prev:after{
	position:absolute;
	content:"\f104";
	top:0px;
	left:0px;
	font-family: FontAwesome;
	right:0px;
	bottom:0px;
	height:40px;
	width:40px;
	background-color:#c6c6c6;
	text-align:center;
	line-height:40px;
	color:#ffffff;
	font-size:25px;
}
.kode_event_wraper .owl-next:hover:before,
.kode_event_wraper .owl-prev:hover:after{
	color:#fff;
}
.kode_event_wraper .owl-next:before{
	position:absolute;
	content:"\f105";
	top:0px;
	left:-16px;
	font-family: FontAwesome;
	right:0px;
	bottom:0px;
	height:40px;
	width:40px;
	background-color:#c6c6c6;
	text-align:center;
	line-height:40px;
	color:#ffffff;
	font-size:25px;
}
.kode_event_wraper .owl-next{
	right: -58px;
    position: absolute;
    top: 45%;
}
.kode_event_wraper .owl-theme .owl-controls .owl-buttons div{
	padding:0px;
	background:none;
	color:transparent;
}
.kode_event_wraper .owl-theme .owl-theme .owl-controls.clickable.owl-buttons div:hover{
	opacity:0;
}
/*owl-carousel end*/
.kode_dance_event_img img{
	width:100%;
}
.kode_dance_event_img figure{
	position:relative;
	display:block;
}
.kode_dance_event_img figure::after{
	position:absolute;
	content:"";
	top:10px;
	left:10px;
	right:10px;
	bottom:10px;
	border:1px solid #504f51;
}
.kode_dance_event_img:hover figure::after{
	border:none;
}
.kode_dance_event_img figure::before{
	position:absolute;
	content:"";
	top:100px;
	left:100px;
	right:100px;
	bottom:100px;
}
.kode_dance_event_img:hover figure::before{
	top:10px;
	left:10px;
	right:10px;
	bottom:10px;
	opacity:0.60;
}
.kode_dance_event_caption{
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	text-align:center;
	padding: 31px 0 0px 0px;
	z-index: 999;
}
.kode_dance_event_caption  h4{
	color:#fff;
	margin-bottom:102px;
} 
.kode_dance_event_ticket{
	float:left;
	width:100%;
	margin-bottom:48px;
	opacity:0;
}
.kode_dance_event_img:hover .kode_dance_event_ticket{
	opacity:1;
}
.kode_dance_event_ticket ul{
	float:left;
	width:100%;
}
.kode_dance_event_ticket ul li a{
	padding:12px 30px;
	display:inline-block;
	color:#fff;
	border:1px solid #ffffff;
	font-weight:400;
	font-size:18px;
}
.kode_dance_event_ticket ul li a:hover{
	border:1px solid;
}
.kode_dance_event_ticket ul li a sup{
	font-size:16px;
	font-weight:lighter;
	position:relative;
	left:4px;
}
.kode_dance_event_ticket .kode_dance_pad{
	padding: 12px 35px 14px;
	display:inline-block;
	margin-bottom:20px;
	font-weight:bold;
	font-size:30px;
}
.kode_dance_event_year{
	float:left;
	width:100%;
}
.kode_dance_event_year  h2{
	color:#fff;
	line-height:30px;
}
.kode_dance_event_year  h1{
	color:#fff;
	font-size:60px;
	font-weight:bold;
	line-height:47px;
}
/*
============================================
		kode_event_wraper end
============================================
*/
/*
============================================
		kode_dance_team_wraper start
============================================
*/
.kode_dance_team_wraper{
	float:left;
	width:100%;
}
.kode_dance_team_fig{
	float:left;
	width:100%;
}
.kode_dance_team_fig img{
	width:100%;
}
.kode_dance_team_fig figure{
	position:relative;
	display:block;
}
.kode_dance_team_social{
	position:absolute;
	top:0px;
	right:0px;
	width:20%;
	text-align:center;
	background-color:#333333;
	padding:49px 0 49px;
	height:382px;
}
.kode_dance_team_social ul{
	float:left;
	width:100%;
}
.kode_dance_team_social ul li{
	padding-bottom:32px;
	line-height:30px;
}
.kode_dance_team_social ul li:last-child{
	padding:0px;
}
.kode_dance_team_social ul li a{
	color:#fff;
}
.kode_dance_team_social ul li a:hover{
	color:#000;
}
.kode_dance_team_caption{
	position:absolute;
	top:10px;
	left:10px;
	right:10px;
	bottom:10px;
	width:74%;
	padding:90px 0px 94px 10px;
	z-index:999;
	opacity:0;
}
.kode_dance_team_fig:hover .kode_dance_team_caption{
	opacity:1;
}
.kode_dance_team_caption h4{
	color:#fff;
	margin-bottom:7px;
}
.kode_dance_team_caption h6{
	color:#fff;
	font-weight:Light;
	margin-bottom:17px;
	font-style:italic;
}
.kode_dance_team_caption p{
	color:#fff;
}
.kode_dance_team_caption::before{
	position:absolute;
	content:"";
	top:100px;
	left:100px;
	right:100px;
	bottom:100px;
	z-index:-1;
}
.kode_dance_team_fig:hover .kode_dance_team_caption::before{
	background-color:#666666;
	opacity:0.65;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
}
/*
============================================
	kode_dance_team_wraper end
============================================
*/

/*
============================================
		kode_dance_pricing strat
============================================
*/
.kode_dance_pricing{
	float:left;
	width:100%;
}
.kode_pricing_list{
	float:left;
	width:100%;
	text-align:center;
	padding:50px 0px;
	box-shadow: 0 0 2px 1px #f1f1f1;
	position:relative;
	z-index:999;
}
.kode_pricing_list::before{
	position:absolute;
	content:"";
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	border:5px solid transparent;
	z-index:-1;
}
.kode_pricing_list:hover::before{
	border-color:#ff5545;
}
.kode_pricing_list:hover .kode_pricing_detail > a,
.kode_pricing_list:hover .kode_pricing_detail ul li a,
.kode_pricing_list:hover .kode_pricing_maonth ul li span sub,
.kode_pricing_list:hover .kode_pricing_maonth ul li h6,
.kode_pricing_list:hover .kode_pricing_maonth ul li span{
	color:#fff;
}
.kode_pricing_maonth{
	float:left;
	width:100%; 
}
.kode_pricing_maonth ul{
    margin: auto;
    text-align: center;
    width: 152px;
}
.kode_pricing_maonth ul li{
	padding-bottom:27px;
	border-bottom:6px solid #f2f1f2;
	position:relative;
}
.kode_pricing_maonth ul li::before{
	position:absolute;
	content:"";
	top:0px;
	left:00px;
	right:0px;
	bottom:-6px;
	border-bottom:6px solid transparent;
}
.kode_pricing_maonth ul .active:before{
	position:absolute;
	content:"";
	top:0px;
	left:00px;
	right:0px;
	bottom:-6px;
	border-bottom:6px solid #ff5545;
}
.kode_pricing_list:hover .kode_pricing_maonth ul li::before{
	border-color:#ff5545;
}
.kode_pricing_maonth ul li:last-child{
	padding:26px 0px 36px 0px;
}	
.kode_pricing_maonth ul li span{
	font-size:30px;
	margin-bottom:14px;
	display:block;
	color:#333333;
}
.kode_pricing_detail ul li .active,
.kode_pricing_maonth ul li .active,
.kode_pricing_maonth ul li .active,
.kode_pricing_maonth ul li .active,
.kode_pricing_maonth ul li .active{
	color:#fff;
}
.kode_pricing_detail .active{
	color:#fff;
	border-color:#fff;
}
.kode_pricing_maonth ul li h6{
	text-transform:uppercase;
	font-weight:bold;
}
.kode_pricing_maonth ul li span:last-child {
    font-size: 40px;
    font-weight: bold;
    margin: 0;
	line-height:30px;
}
.kode_pricing_maonth ul li span sup{
    font-size: 20px;
}
.kode_pricing_maonth ul li span sub{
	font-size: 16px;
    font-weight: 400;
	color:#666666;
}
.kode_pricing_detail{
	float:left;
	width:100%;
}
.kode_pricing_detail ul{
	float:left;
	width:100%;
	padding:45px 0px 48px 0px;
}
.kode_pricing_detail ul li{
	padding-bottom:8px;
}
.kode_pricing_detail ul li:last-child{
	padding:0px;
}
.kode_pricing_detail ul li a{
	font-size:14px;
	font-family: 'Open Sans', sans-serif;
	color:#666666;
	display:block;
}
.kode_pricing_detail > a{
	display:inline-block;
	padding:6px 35px 9px;
	border:1px solid #dddddd;
	color:#333333;
	text-transform:uppercase;
}
.kode_pricing_list:hover .kode_pricing_detail > a{
	border-color:#fff;
}
/*
============================================
		kode_dance_pricing end
============================================
*/
/*
============================================
	kode_dance_Testimonial_wraper strat
============================================
*/
/*.kode_dance_Testimonial_wraper{
	float:left;
	width:100%;
	background-image:url("image/textmonial555.png");
	background-position:center;
	background-repeat:no-repeat;
	padding:80px 0px;
	height:632px;	
}*/
.kode_dance_Testimonial_slide{
	float:left;
	width:100%;
	text-align:center;
}
.kode_dance_Testimonial_slide figure{
	display:block;
	margin-bottom:24px;
}
.kode_dance_Testimonial_slide img{
	border-radius:100%;
}
.kode_dance_Testimonial_slide h3{
	margin-bottom:6px;
}
.kode_dance_Testimonial_slide h6{
    color:#fff;
    font-size:14px;
    margin-bottom:20px;
}
.kode_dance_Testimonial_slide p{
    color:#fff;
    padding: 0 210px;
}
/*bxsilde-3*/
.kode_dance_Testimonial_wraper .bx-wrapper .bx-viewport {
    background:none;
    border:none;
    box-shadow: 0 0 0px 0px;
    left: 0px;
    transform: translateZ(0px);
}
.kode_dance_Testimonial_wraper .bx-controls.bx-has-controls-direction {
    bottom: -7px;
    left: 47%;
    position: absolute;
    width: 76px;
}
.kode_dance_Testimonial_wraper .bx-wrapper img{
	display:inline-block;
}
.kode_dance_Testimonial_wraper  .bx-wrapper{
	margin:0px;
}
.kode_dance_Testimonial_wraper .bx-pager.bx-default-pager {
    padding: 0;
}
.kode_dance_Testimonial_wraper .bx-wrapper .bx-controls-direction a {
    height: 25px;
	color:transparent;
    position: absolute;
    top: 50%;
    width: 25px;
    z-index: 9999;
	background-color:#333333;
	text-align:center;
}
.kode_dance_Testimonial_wraper .bx-wrapper .bx-controls-direction .bx-next::after{
	position:absolute;
	content:"\f105";
	font-family: FontAwesome;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	color:#fff;
	font-size:15px;
}
.kode_dance_Testimonial_wraper .bx-wrapper .bx-controls-direction .bx-prev::before{
	bottom: 0;
    color: #fff;
    content:"\f104";
    font-family: FontAwesome;
    left:0px;
    position: absolute;
    right: 0;
    top: 0;
	font-size:15px;
}
.kode_dance_Testimonial_wraper .bx-viewport{
	height:376px !important;
}
/*
============================================
	kode_dance_Testimonial_wraper end
============================================
*/
/*
============================================
	kode_dance_brand_wraper strat
============================================
*/
.kode_dance_brand_wraper{
    float:left;
    width:100%;
    text-align:center;
}
.kode_dance_brand{
    float:left;
    width:100%;
}
.kode_dance_brand p{
    margin-bottom:25px;
	line-height:20px;
	margin-top: -6px;
}
.kode_dance_brand p span{
	font-weight:bold;
}
.kode_dance_brand .owl-pagination {
    display: none;
}
/*
============================================
	kode_dance_brand_wraper strat
============================================
*/
/*
===================================================================
						about-us page start
===================================================================
*/
/*
============================================
	kode_about_banner strat
============================================
*/
.section.section-1{
	padding-top:0px;
}

.kode_about_banner h1 p{color:black;}
.kode_about_banner{
	float:left;
	width:100%;
	background-image:url("website_images/banner7.jpg");
	background-position:center;
	background-repeat:no-repeat;
	padding:109px 0px;
	position:relative;
	overflow:hidden;
}
.kode_about_banner::after{
	border-color: transparent transparent transparent #fd4432;
    border-style: solid;
    border-width: 60px 0px 30px 650px;
    bottom: -30px;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    right: 0;
    width: 50%;
}
.kode_about_banner1{
	float:left;
	width:100%;
	background-image:url("website_images/banner8.jpg");
	background-position:center;
	background-repeat:no-repeat;
	padding:109px 0px;
	position:relative;
	overflow:hidden;
}
.kode_about_banner1::after{
	border-color: transparent transparent transparent #fd4432;
    border-style: solid;
    border-width: 60px 0px 30px 650px;
    bottom: -30px;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    right: 0;
    width: 50%;
}
.kode_about_banner4{
	float:left;
	width:100%;
	background-image:url("website_images/banner11.jpg");
	background-position:center;
	background-repeat:no-repeat;
	padding:109px 0px;
	position:relative;
	overflow:hidden;
	
}
.kode_about_banner4::after{
	border-color: transparent transparent transparent #fd4432;
    border-style: solid;
    border-width: 60px 0px 30px 650px;
    bottom: -30px;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    right: 0;
    width: 50%;
}
.kode_about_banner2{
	float:left;
	width:100%;
	background-image:url("website_images/banner9.jpg");
	background-position:center;
	background-repeat:no-repeat;
	padding:109px 0px;
	position:relative;
	overflow:hidden;
}
.kode_about_banner2::after{
	border-color: transparent transparent transparent #fd4432;
    border-style: solid;
    border-width: 60px 0px 30px 650px;
    bottom: -30px;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    right: 0;
    width: 50%;
}
.kode_about_banner5{
	float:left;
	width:100%;
	background-image:url("website_images/banner12.jpg");
	background-position:center;
	background-repeat:no-repeat;
	padding:109px 0px;
	position:relative;
	overflow:hidden;
}
.kode_about_banner5::after{
	border-color: transparent transparent transparent #fd4432;
    border-style: solid;
    border-width: 60px 0px 30px 650px;
    bottom: -30px;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    right: 0;
    width: 50%;
}
.kode_about_banner3{
	float:left;
	width:100%;
	background-image:url("website_images/banner10.jpg");
	background-position:center;
	background-repeat:no-repeat;
	padding:109px 0px;
	position:relative;
	overflow:hidden;
}
.kode_about_banner3::after{
	border-color: transparent transparent transparent #fd4432;
    border-style: solid;
    border-width: 60px 0px 30px 650px;
    bottom: -30px;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    right: 0;
    width: 50%;
}
.kode_about_banner-tp{
	float:left;
	width:100%;
	background-image:url("website_images/banner-tp.jpg");
	background-position:center;
	background-repeat:no-repeat;
	padding:109px 0px;
	position:relative;
	overflow:hidden;
}
.kode_about_banner-tp::after{
	border-color: transparent transparent transparent #fd4432;
    border-style: solid;
    border-width: 60px 0px 30px 650px;
    bottom: -30px;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    right: 0;
    width: 50%;
}

.kode_about_banner::before{
	border-color: transparent #fd4432 transparent transparent;
    border-style: solid;
    border-width: 60px 620px 30px 0;
    bottom: -30px;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    width: 50%;
}
.kode_about_caption{
	float:left;
	width:100%;
	text-align:center;
	color:white;
}
.kode_about_caption h1{
	text-transform:uppercase;
	color:#fff;
	margin-bottom:14px;
}
.kode_about_caption5{
	float:left;
	width:100%;
	text-align:center;
	color:white;
}
.kode_about_caption5 h1{
	text-transform:uppercase;
	color:#fff;
	margin-bottom:14px;
}
.kode_about_caption3{
	float:left;
	width:100%;
	text-align:center;
	color:white;
}
.kode_about_caption3 h1{
	text-transform:uppercase;
	color:#fff;
	margin-bottom:14px;
}
.kode_about_caption2{
	float:left;
	width:100%;
	text-align:center;
	color:white;
}
.kode_about_caption2 h1{
	text-transform:uppercase;
	color:#fff;
	margin-bottom:14px;
}
.kode_about_caption1{
	float:left;
	width:100%;
	text-align:center;
	color:white;
}
.kode_about_caption1 h1{
	text-transform:uppercase;
	color:#fff;
	margin-bottom:14px;
}
.kode_about_caption4{
	float:left;
	width:100%;
	text-align:center;
	color:white;
}
.kode_about_caption4 h1{
	text-transform:uppercase;
	color:#fff;
	margin-bottom:14px;
}
.kode_about_caption ul{
	float:left;
	width:100%;
}
.kode_about_caption ul li{
	display:inline-block;
	position:relative;
}
.kode_about_caption ul li::before {
    border-right: 1px solid #fff;
    bottom: 0px;
    content: "";
    left: 0;
    position: absolute;
    right:-5px;
    top:-2px;
    transform: rotate(13deg);
	-moz-transform: rotate(13deg);
	-webkit-transform: rotate(13deg);
	height:13px;
}
.kode_about_caption ul li:last-child::before{
	border-right:none;
}
.kode_about_caption ul li a{
	padding:0px 16px;
	display:inline-block;
	text-transform:uppercase;
	color: #fff;
	position:relative;
	z-index:999;
}
/*
============================================
	kode_about_banner end
============================================
*/
/*
===================================================================
					Blog 3 colum page start
===================================================================
*/
/*
============================================
	kode_blog3_wraper strat
============================================
*/
.kode_blog3_wraper{
	float:left;
	width:100%;
}
.kode_dance_row{
	float:left;
	width:100%;
	margin-bottom:35px;
}
.kode_dance_row:nth-child(3) {
    margin: 0 0 55px;
}
.kode_blog3_fig{
	float:left;
	width:100%;
	overflow:hidden;
}
.kode_blog3_fig_pho{
	float:left;
	width:100%;
}
.kode_blog3_fig_pho  a {
    bottom:50%;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top:0px;
	opacity:0;
}
.kode_blog3_fig:hover .kode_blog3_fig_pho  a{
	color:#fff;
	top:110px;
	opacity:1;
}
.kode_blog3_fig_pho img{
	width:100%;
}
.kode_blog3_fig_pho figure{
	position:relative;
	border:2px solid transparent;
}
.kode_blog3_fig_pho figure::before{
	position:absolute;
	content:"";
	top:100%;
	left:0px;
	right:0;
	bottom:0px;
	opacity:0.60;
}
.kode_blog3_fig:hover .kode_blog3_fig_pho figure::before{
	opacity:0.60;
	top:0px;
}
.kode_blog3_fig .kode_blog3_search{
	position:absolute;
	top:120px;
	left:0px;
	right:0px;
	text-align:center;
	font-size:20px;
	color:#fff;
	margin: -145px 0 0;
}
.kode_blog3_fig:hover .kode_blog3_search{
	margin: 0px 0 0;
}
.kode_blog3_fig .kode_blog3_search:hover{
	color:#000;
}
.kode_blog3_caption{
	float:left;
	width:100%;
	position:relative;
}
.kode_blog3_caption img{
	border-radius:100%;
	 transform: rotateY(0deg);
}
.kode_blog3_fig:hover .kode_blog3_caption img{
	 transform: rotateY(539deg);
	 -moz-transform: rotateY(539deg);
	 -webkit-transform:rotateY(539deg);
}
.kode_blog3_fig:hover .kode_blog3_caption figure{
	border:2px solid;
}
.kode_blog3_caption figure{
	border: 2px solid #8f8f8f;
    border-radius: 100%;
    display: inline-block;
    left: 20px;
    position: relative;
    top: -30px;
}
.kode_blog3_caption span{
	display:block;
	font-style:Italic;
	margin-bottom:33px;
	position:relative;
	margin-top:-25px;
}
.kode_blog3_caption span:before{
	position:absolute;
	content:"";
	top:0px;
	left:0px;
	right:0px;
	bottom:-8px;
	border-bottom:1px solid #d6d6d6;
	width:154px;
}
.kode_blog3_kode{
	float:left;
	width:100%;
}
.kode_blog3_kode h4{
	margin-bottom:16px;
}
.kode_blog3_kode p{
	margin-bottom:18px;
}
.kode_blog3_wraper .kode_blog3_kode a{
	display:block;
	color:#333333;
}
.kode_blog3_kode a i{
	margin-left:4px;
}
.kode_detail_pagi_wraper{
	float:left;
	width:100%;
}
.kode_blog3_pagination{
	float:left;
	width:100%;
	text-align:center;
}
.kode_blog3_pagination ul{
	float:left;
	width:100%;
}
.kode_blog3_pagination ul li{
	display:inline-block;
	border-right:1px solid #eeeeee;
	margin: 0 0 0 -3px;
}
.kode_blog3_pagination ul li:last-child{
	border-right:none;
}
.kode_blog3_pagination ul li a{
	height:52px;
	width:50px;
	text-align:center;
	line-height:50px;
	display:inline-block;
	border-bottom:1px solid #eeeeee;
	border-top:1px solid #eeeeee;
	color:#666666;
}
.kode_blog3_pagination ul li a:hover{
	color:#fff;
}
.kode_blog3_pagination .kode_pagi_1{
	background-color:#eee;
    height: 52px;
    line-height: 50px;
    width: 100px;
	position:relative;
}
.kode_blog3_pagination .kode_pagi_1:after{
	position:absolute;
	content:"";
	top:0px;
	left:-20px;
	right:0px;
	bottom:0px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width:25px 20px 25px 0;
	border-color: transparent #eee transparent transparent;
	-moz-transform:transparent #eee transparent transparent;
	-webkit-transform:transparent #eee transparent transparent;
}
.kode_blog3_pagination .kode_pagi_1 i{
	margin-right:7px;	
}
.kode_blog3_pagination .kode_pagi_2{
	width:100px;
	height:52px;
	line-height:50px;
	position:relative;
	background-color:#eee;
}
.kode_blog3_pagination .kode_pagi_2 i{
	margin-left:7px
}
.kode_blog3_pagination .kode_pagi_1:hover::after,
.kode_blog3_pagination .kode_pagi_2:hover::before{
	border-color:transparent transparent transparent #fd4432;
}
.kode_blog3_pagination .kode_pagi_1:hover::after{
	border-color: transparent #fd4432 transparent transparent;
}
.kode_blog3_pagination .kode_pagi_2:before{
	border-color: transparent transparent transparent #eee;
    border-style: solid;
    border-width: 26px 0 24px 20px;
    bottom: 0;
    content: "";
    height: 0;
    position: absolute;
    right: -20px;
    top: 0px;
    width: 0;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	
}
/*
============================================
	kode_blog3_wraper end
============================================
*/
/*
============================================
		our team page start
============================================
*/
.kode_our_team_row {
    float: left;
    width: 100%;
	margin-bottom:50px;
}
.kode_our_team_row:last-child{
	margin-bottom:0px;
}
/*
============================================
		our team page end
============================================
*/
/*
============================================
	 kode_gallery1_wraper page start
============================================
*/
.kode_gallery1_wraper{
	float:left;
	width:100%;
}
.kode_gallery_fig{
	float:left;
	width:100%;
	margin-bottom:30px;
}
.kode_gallery_fig img{
	width:100%;
}
.kode_gallery_fig figure{
	position:relative;
	display:block;
}
.kode_gallery_fig figure::before{
	position:absolute;
	content:"";
	top:50%;
	right:0px;
	bottom:0px;
	left:0px;
}
.kode_gallery_fig:hover figure::before{
	top:20px;
	right:20px;
	bottom:20px;
	left:10px;
	opacity:0.50;
}
.kode_gallery_caption{
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:100%;
	text-align:center;
	opacity:0;
}
.kode_gallery_fig:hover .kode_gallery_caption{
	top:130px;
	left:0px;
	right:0px;
	bottom:0px;
	opacity:1;
}
.kode_gallery_caption a{
	display:inline-block;
	width:54px;
	height:54px;
	text-align:center;
	border-radius:100%;
	color:#fff;
	font-size:15px;
	margin-bottom:11px;
}
.kode_gallery_caption a:hover{
	background-color:#333;
	color:#fff;
}
.kode_gallery_caption a  i{
	line-height:54px;
}
.kode_gallery_caption h4{
	color:#fff;
	text-transform:uppercase;
}
.kode_gallery1_load{
	float:left;
	width:100%;
	text-align:center;
	padding-top:20px;
}
.kode_gallery1_load a{
	display:inline-block;
	padding:6px 23px 8px 23px;
	color:#fff;
}
.kode_gallery1_load a:hover{
	background-color:#333;
}
/*
============================================
	 kode_gallery1_wraper page end
============================================
*/
/*
============================================
	 kode_gallery2_wraper page start
============================================
*/
.kode_gallery2_wraper{
	float:left;
	width:100%;
}
.kode_gallery2_wraper  ul{
	float:left;
	width:100%;
	margin-bottom:50px;
}
.kode_gallery2_wraper  ul li{
	float:left;
	width:25%;
}
.kode_gallery2_fig{
	float:left;
	width:100%;
}
.kode_gallery2_fig figure{
	position:relative;
	display:block;
}
.kode_gallery2_fig figure::before{
	position:absolute;
	content:"";
	top:100px;
	left:0px;
	right:0px;
	bottom:0px;
	opacity:0;
}
.kode_gallery2_fig:hover figure::before{
	top:20px;
	left:20px;
	right:20px;
	bottom:20px;
	opacity:0.50;
}
.kode_gallery2_caption{
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:100%;
	opacity:0;
}
.kode_gallery2_fig:hover .kode_gallery2_caption{
	top:50px;
	left:50px;
	right:0px;
	bottom:0px;
	opacity:1;
}
.kode_gallery2_caption h4{
	color:#fff;
	text-transform:uppercase;
	margin-bottom:9px;
}
.kode_gallery2_caption span{
	font-style:Italic;
	color:#fff;
	display:inline-block;
	margin-bottom:90px;
}
.kode_gallery2_search{
	float:left;
	width:100%;
}
.kode_gallery2_search a{
	height:44px;
	width:44px;
	text-align:center;
	border:1px solid #fff;
	color:#fff;
	display:inline-block;
	margin-right:10px;
}
.kode_gallery2_search a i{
	line-height:44px;
}
.kode_gallery1_load.gallery2{
	padding:0px;
}
/*
============================================
	 kode_gallery2_wraper page end
============================================
*/
/*
============================================
	 kode_gallery3_wraper page start
============================================
*/
.kode_gallery3_wraper{
	float:left;
	width:100%;
}
.kode_gallery_studio{
	float:left;
	width:100%;
	margin-bottom:30px;
	overflow:hidden;
}
.kode_gallery_studio figure{
	position:relative;
	display:block;
}
.kode_gallery3_caption{
	position:absolute;
	bottom:100%;
	left:30px;
	right:0px;
	opacity:0;
}
.kode_gallery_studio:hover .kode_gallery3_caption{
	bottom:30px;
	opacity:1;
}
.kode_gallery3_caption h4{
	color:#fff;
	margin-bottom:12px;
}
.kode_gallery3_caption h6{
	color:#fff;
	font-style:italic;
}
.kode_gallery3_caption_1 a,
.kode_gallery3_caption a{
	bottom: -5px;
    position: absolute;
    right: 30px;
	color:#fff;
}
/*bxslider*/
.kode_gallery_studio .bx-wrapper .bx-viewport{
	background:none;
    border:none;
    box-shadow: 0 0 0px;
    left: 0px;
    transform: translateZ(0px);
}
.kode_gallery_studio .bx-wrapper{
	margin:0px;
}
.kode_gallery_studio .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    /*z-index: 9999;*/
	color:transparent;
	bottom:0px;
}
.kode_gallery_studio .bx-prev.disabled::after{
    background:#333333 none repeat scroll 0 0;
    bottom: 0;
    content:"\f060";
	font-family: FontAwesome;
	color:#fff;
	line-height:35px;
    height: 42px;
    left: 30px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 42px;
}
.kode_gallery_studio .bx-next.disabled::before{
	background:#333333 none repeat scroll 0 0;
    bottom: 0;
    content:"\f061";
	font-family: FontAwesome;
	color:#fff;
	line-height:35px;
    height: 42px;
    left:-30px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 42px;
}
/*bxsllider*/
.kode_gallery_img_list{
	float:left;
	width:100%;
}
.kode_gallery_studio_3{
	float:left;
	width:100%;
}
.kode_gallery_img_list figure{
	position:relative;
}
.kode_gallery3_caption_1 {
    bottom:100%;
    left: 30px;
    position: absolute;
    right: 0;
	opacity:0;
}
.kode_gallery_img_list:hover .kode_gallery3_caption_1{
	opacity:1;
	bottom:30px;
}
.kode_gallery_studio figure {
	position:relative;
	display:block;
}
.kode_gallery3_caption{
	position:absolute;
	bottom:100%;
	left:30px;
	right:0px;
	opacity:0;
}
.kode_gallery_studio:hover .kode_gallery3_caption{
	bottom:30px;
	opacity:1;
}
.kode_gallery3_caption_1 h4,
.kode_gallery3_caption h4{
	color:#fff;
	margin-bottom:12px;
}
.kode_gallery3_caption_1  h6,
.kode_gallery3_caption h6{
	color:#fff;
	font-style:italic;
}
.kode_gallery_img_list{
	margin-bottom:30px;
}
.kode_gallery_img_list:last-child{
	margin:0px;
}
/*
============================================
	 kode_contact_wraper page start
============================================
*/
.kode_contact_wraper{
	float:left;
	width:100%;
	margin-bottom:80px;
}
.kode_contact_information{
	float:left;
	width:100%;
	border:1px solid #e1e1e1;
}
.kode_contact_information:hover{
	box-shadow: 0 0 11px -3px #fec7c1;
	border-color:#fec7c1;
}
.kode_contact_hdg{
	float:left;
	width:100%;
	text-align:center;
	border-bottom:1px solid #e1e1e1;
}
.kode_contact_hdg h5{
	text-transform:uppercase;
	padding:9px 0px 10px 0px;
}
.kode_contact_information:hover .kode_contact_hdg h5{
	color:#fff;
}
.kode_contact_call{
	float:left;
	width:100%;
	padding:37px 49px 38px 49px;
}
.kode_contact_call li{
	float:left;
	width:100%;
	margin-bottom:23px;
}
.kode_contact_call li:last-child{
	margin:0px;
}
.kode_contact_info{
	float:left;
	width:100%;
}
.kode_contact_info i{
	display:inline-block;
	float:left;
	width:48px;
	height:48px;
	border:1px solid #e3e3e3;
	border-radius:100%;
	text-align:center;
	margin-top:3px;
	line-height:48px;
}
.kode_contact_info:hover i{
	color:#fff;
}
.kode_contact_caption {
    float: none;
    padding-left: 63px;
}
.kode_contact_caption h5{
	margin-bottom:8px;
}
.kode_contact_caption p{
	line-height:24px;
}
.kode_contact_caption p a{
	color:#999999;
}
.kode_contact_caption span{
	display:block;
}
.kode_contact_hours{
	float:left;
	width:100%;
	padding:35px 22px 49px 22px;
}
.kode_contact_hours ul{
	float:left;
	width:100%;
}
.kode_contact_hours ul li{
	margin-bottom:17px;
}
.kode_contact_hours ul li:last-child{
	margin:0px;
}
.kode_contact_hours ul h5{
	display:inline-block;
}
.kode_contact_hours ul span{
	float:right;
}
/*map start*/
.kode_contact_map{
	float:left;
	width:100%;
	position:relative;
	margin-bottom:50px;
}
.kode_contact_map iframe{
	height:550px;
	width:100%;
}
.kode_contact_map::before{
	position:absolute;
	content:"";
	top:0px;
	right:0px;
	left:0px;
	bottom:0px;
	background-color:#3b3b3b;
	opacity:0.50;
	height:550px;
}
/*form start*/
.kode_contact_form{
	float:left;
	width:100%;
}
.kode_contact_get{
	float:left;
	width:100%;
	text-align:center;
	margin-bottom:57px;
}
.kode_contact_get h3{
	position:relative;
}
.kode_contact_get h3::before{
	position:absolute;
	content:"";
	left:0px;
	right:0px;
	bottom:-7px;
	border-bottom:2px solid #fd4432;
	width:85px;
	margin:auto;
}
.kode_contact_filed{
	float:left;
	width:100%;
	margin-bottom:30px;
}
.kode_contact_filed input{
	width:100%;
	height:40px;
	border:1px solid #e1e1e1;
	color:#999999;
	padding:0px 11px;
}
.kode_contact_area textarea:focus,
.kode_contact_filed input:focus{
	border:1px solid;
}
.kode_contact_area{
	float:left;
	width:100%;
	margin-bottom:50px;
}
.kode_contact_area textarea{
	width:100%;
	float:left;
	height:200px;
	border:1px solid #e1e1e1;
	resize:none;
	padding:10px 11px;
}
.kode_gallery1_sending{
	float:left;
	width:100%;
	text-align:center;
}
.kode_gallery1_sending button{
	padding:7px 20px 11px 20px;
	color:#fff;
}
.kode_gallery1_sending button:hover{
	background-color:#333;
}
form{
	margin:0px;
}
/*
============================================
	 kode_contact_wraper page end
============================================
*/
/*
============================================
	 kode_coming_soon_wraper page start
============================================
*/
.kode_coming_wraper{
	float:left;
	width:100%;
	background-image:url("image/coming.jpg");
	background-size:cover;
	background-position:center;
	margin:auto;
	position:relative;
	padding:90px 0px 120px 0px;
}
.kode_coming_wraper::before{
	position:absolute;
	content:"";
	top:0px;
	right:0px;
	bottom:00px;
	left:0px;
	background-color:#000;
	opacity:0.40;
}
.kode_coming_count{
	float:left;
	width:100%;
	text-align:center;
	position:relative;
}
.kode_coming_count  h1{
	color:#fff;
	font-size:120px;
	margin-bottom:60px;
}
.kode_coming_counter{
	float:left;
	width:100%;
	margin-bottom:65px;
}
.countdown{
	float:left;
	width:100%;
}
.countdown li{ 
	display:inline-block;
	padding:0px 22px;
 }
.countdown li span{
	display:inline-block;
	width:91px;
	height:91px;
	text-align:center;
	line-height:91px;
	border-radius:100%;
	font-size:26px;
	color:#fff;
	font-weight:bold;
	margin-bottom:35px;
	position:relative;
	z-index:10;
}
.countdown li span::before{
	position:absolute;
	content:"";
	top:-12px;
	right:-12px;
	left:-12px;
	bottom:-12px;
	border:1px solid #c22b2a;
	border-radius:100%;
	z-index:-1;
}
.countdown li h5{
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
}
.kode_coming_form{
	float:left;
	width:100%;
	margin:auto;
	margin-bottom:100px;
}
.kode_coming_form form{
	width:100%;
	margin:auto;
	text-align:center;
	float:left;
}
.kode_coming_form input{
	width:422px;
	color:#fff;
	background:none;
	border:none;
	border-bottom:2px solid #ffffff;
	margin:auto;
	padding-bottom:15px;
}
.kode_coming_form button{
	background:none;
	font-size:18px;
	color:#fff;
	text-transform:uppercase;
	border-bottom:3px solid #ffffff;
	padding:0px 39px 9px 34px;
	margin-left:24px;
}
.kode_coming_social{
	float:left;
	width:100%;
}
.kode_coming_social h4{
	color:#fff;
	margin-bottom:23px;
}
.kode_coming_social ul{
	width:590px;
	margin:auto;
	padding:13px 0px 9px 0px;
	position:relative;
	z-index:999;
}
.kode_coming_social ul::before{
	position:absolute;
	content:"";
	top:0px;
	right:0px;
	left:0px;
	bottom:0px;
	background-color:#ffffff;
	opacity:0.15;
	z-index:-1;
}
.kode_coming_social ul li{
	display:inline-block;
}
.kode_coming_social ul li a{
	font-size:18px;
	color:#fff;
	padding:0px 20px;
	display:inline-block;
}
/*
============================================
	 kode_coming_soon_wraper page end
============================================
*/
/*
============================================
	 kode_404_wraper page start
============================================
*/
.kode_404_wraper{
	float:left;
	width:100%;
	text-align:center;
	background-image:url("image/404.png");
	background-position:center;
	background-repeat:no-repeat;
	padding:238px 0px 290px 0px;
	position:relative;
}
.kode_404_wraper::before{
	position:absolute;
	content:"";
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	background-color:#1a1a1a;
	opacity:0.20;
}
.kode_404_caption{
	float:left;
	width:100%;
	position:relative;
}
.kode_404_caption h1{
	color: #fff;
    display: inline-block;
    font-size: 191.04px;
    text-shadow: 0 8px #fd4432;
	margin-bottom:42px;
}
.kode_404_caption h2{
	font-size:40px;
	margin-bottom:30px;
	font-weight:400;
}
.kode_404_caption h5{
	color:#fff;
	margin-bottom:22px;
}
.kode_404_caption p{
	text-transform:uppercase;
	color:#fff;	
	margin-bottom:43px;
}
.kode_404_caption p span{
	display:block;
	margin-bottom:4px;
}
.kode_404_caption a{
	display:inline-block;
	padding:6px 21px 9px ;
	color:#fff;
}
.kode_404_caption a:hover{
	background-color:#000;
}
/*
============================================
	 kode_404_wraper page end
============================================
*/
/*
============================================
	 kode_detail_wraper page start
============================================
*/
.kode_detail_wraper{
	float:left;
	width:100%;
}
.kode_detail_cols{
	float:left;
	width:100%;
}

.kode_detail_fig{
	float:left;
	width:100%
}
.kode_detail_fig img{
	width:100%;
}
.kode_detail_fig figure{
	position:relative;
	margin-bottom:25px;
}
.kode_detail_social{
	position:absolute;
	top:0px;
	left:0px;
	bottom:0px;
	width:101px;
	text-align:center;
	background-color:#020706;
}
.kode_detail_feb{
	float:left;
	width:100%;
	padding:26px 0px 29px 0px;
}
.kode_detail_feb h1{
	color:#fff;
	display:inline-block;
	margin-bottom:4px;
}
.kode_detail_feb h4{
	color:#fff;
}
.kode_detail_social ul{
	padding:45px 0px;
	float:left;
	width:100%;
}
.kode_detail_social ul li{
	margin-bottom:12px;
}
.kode_detail_social ul li a{
	font-size:18px;
	color:#fff;
	display:block;
}
.kode_detail_caption{
	float:left;
	width:100%;
}
.kode_detail_caption h3{
	margin-bottom:10px;
}
.kode_detail_caption ul{
	float:left;
	width:100%;
	margin-bottom:18px;
}
.kode_detail_caption ul li{
	float:left;
}
.kode_detail_caption ul li a{
	display:inline-block;
	font-style:Italic;
	margin-right:20px;
}
.kode_detail_caption ul li a:hover{
	color:#fd4432;
}
.kode_detail_caption ul li i{
	margin-right:9px;
	display;inline-block;
}
.kode_detail_caption p{
	margin-bottom:18px;
}
.kode_detail_caption p:last-child{
	margin-bottom:25px;
}
/*kode_detail_row*/
.kode_detail_row{
	float:left;
	width:100%;
	padding-bottom:25px;
	border-bottom:1px solid #dddddd;
	position:relative;
	margin-bottom:33px;
}
.kode_detail_row::before{
	position:absolute;
	content:"";
	right:0px;
	left:0px;
	bottom:-4px;
	border-bottom:1px solid #ddd;
	
}
.kode_detail_content{
	float: left;
    outline: 1px solid #fea299;
    outline-offset: -11px;
    padding: 45px 40px 42px 40px;
    width: 100%;
	margin-bottom:21px;
}
.kode_detail_content i{
	float:left;
	color:#fff;
	margin-right:10px;
}
.kode_detail_content p{
	color:#fff;
	padding:8px 70px 0px 0px;
	font-style:italic;
	margin-bottom:5px;
}
.kode_detail_content span{
	color:#fff;
}
.kode_detail_p{
	float:left;
	width:100%;
}
/*kode_detail_social_icon*/
.kode_detail_social_icon{
	float:left;
	width:100%;
	margin-bottom:77px;
}
.kode_detail_fa{
	float:left;
}
.kode_detail_fa li{
	float:left;
}
.kode_detail_fa li a{
	height:35px;
	width:35px;
	text-align:center;
	display:inline-block;
	color:#fff;
	margin-right:10px;
}
.kode_detail_fa li a:hover{
	box-shadow: 0 0 14px -8px #000;
}
.kode_detail_fa li a i{
	line-height:35px;
}
.kode_detail_fa .blue{
	background-color:#3d619b;
}
.kode_detail_fa .grey{
	background-color:#00aaec;
}
.kode_detail_fa .pink{
	background-color:#ec4989;
}
.kode_detail_fa .yellow{
	background-color:#275a85;
}
.kode_detail_fa .red{
	background-color:#ce1312;
}
.kode_detail_fit_tag{
	float:right;
	padding:5px 0px;
}
.kode_detail_fit_tag > li {
    float: left;
}
.kode_detail_fit_tag li span{
	text-transform:uppercase;
	color:#333333;
}
.kode_detail_fit_tag li a{
	display:inline-block;
	font-weight:500;
	padding:0px 3px;
}
/*kode_detail_reply*/
.kode_detail_reply{
	float:left;
	width:100%;
	margin-bottom:44px;
}
.kode_detail_reply h3{
	margin-bottom:44px;
}
.kode_detail_reply ul{
	float:left;
	width:100%;
}
.kode_detail_reply ul li{
	
}
.kode_detail_comment{
	float:left;
	width:100%;
	margin-bottom:30px;
}
.kode_detail_comment img{
	border-radius:100%;
}
.kode_detail_comment figure{
	float:left;
	border-radius:100%;
	margin-right:20px;
	position:relative;
	border:1px solid #dddddd;
	padding:6px;
}
.kode_detail_comment > figure:before {
    border-radius: 100%;
    bottom: 100px;
    content: "";
    left: 100px;
    position: absolute;
    right: 100px;
    top: 100px;
    z-index: -1;
}
.kode_detail_comment:hover figure:before{
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
}
.kode_detail_comment_caption{
	border: 1px solid #ddd;
    float: none;
    overflow: hidden;
	padding:26px 32px 20px 32px;
	position:relative;
}
.kode_detail_comment_caption h6{
	text-transform:uppercase;
	margin-bottom:4px;
}
.kode_detail_comment_caption span{
	padding-left:30px;
	display:block;
	font-style:italic;
	position:relative;
	margin-bottom:8px;
}
.kode_detail_comment_caption span::before{
	position:absolute;
	content:"";
	top:0px;
	left:0px;
	bottom: 9px;
	border-bottom:2px solid #666666;
	width:20px;
}
.kode_detail_comment_caption p{
	margin-bottom:6px;
}
.kode_detail_comment_caption a{
	position:absolute;
	top:0px;
	right:0px;
	bottom:0px;
	padding:74px 12px;
	color:#fff;
}
.kode_detail_comment_caption a:hover{
	background-color:#000;
}
.kode_detail_reply ul ul{
	margin:0px;
	padding: 0 0 0 50px;
}
/*kode_detail_leave*/
.kode_detail_leave{
	float:left;
	width:100%;
}
.kode_detail_leave h3{
	margin-bottom:48px;
}
.kode_detail_filed{
	float:left;
	width:100%;
	margin-bottom:72px;
}
.kode_detail_filed input{
	border:none;
	border-bottom:1px solid #dfdfdf;
	color:#666666;
	width:100%;
	padding-bottom:5px;
}
.kode_detail_area{
	float:left;
	width:100%;
}
.kode_detail_area textarea{
	width:100%;
	border:none;
	border-bottom:1px solid #dfdfdf;
	resize:none;
	margin-bottom:50px;
	height: 30px;
	color:#666666;
}
.kode_detail_area button{
	padding:6px 36px 8px 36px;
	color:#fff;
}
.kode_detail_area button:hover{
	background-color:#000;
}
/*kode_detail_side_bar*/
.kode_detail_side_bar{
	float:left;
	width:100%;
}
.kode_detail_search{
	float:left;
	width:100%;
	margin-bottom:50px;
}
.kode_detail_search form{
	float:left;
	width:100%;
	position:relative;
}
.kode_detail_search form input{
	width:100%;
	height:42px;
	border:none;
	color:#999999;
	box-shadow: 0 0 11px -1px #f0f0f0;
	padding:0px 40px 0px 25px;	
}
.kode_detail_search form input:focus{
	border:1px solid ;
}
.kode_detail_search form button{
	position:absolute;
	right:18px;
	padding:13px 0px;
	background:none;
}
/*kode_detail_Categories*/
.kode_detail_Categories{
	float:left;
	width:100%;
	padding:32px 24px 38px 24px;
	border:1px solid #fec7c1;
	box-shadow: 0 0 5px -2px #fec7c1;
	margin-bottom:50px;
}
.kode_detail_Categories h3{
	margin-bottom:35px;
	position:relative;
}
.kode_detail_Categories h3::after{
	position:absolute;
	content:"";
	top:0px;
	left:0px;
	right:0px;
	bottom:-17px;
	width:26px;
	border-bottom:2px solid;
}
.kode_detail_Categories h3::before{
	position:absolute;
	content:"";
	top:0px;
	left: 26px;
	right:0px;
	bottom:-17px;
	width:26px;
	border-bottom:2px solid;
}
.kode_detail_ctg_list{
	float:left;
	width:100%;
}
.kode_detail_ctg_list li{
	padding:12px 0px;
	border-bottom:1px solid #dedede;
}
.kode_detail_ctg_list li:last-child{
	padding-bottom:0px;
	border:none;
}
.kode_detail_ctg_list li a{
	display:block;
}
.kode_detail_ctg_list li a h6{
	display:inline-block;
}
.kode_detail_ctg_list li a span{
	float:right;
	margin-top:-2px;
}
/*kode_detail_fig*/
.kode_detail_Categories.recent_post{
	padding:34px 24px 37px 24px;
}
.kode_detail_Categories.recent_post  h3{
	margin-bottom:59px;
}
.kode_detail_figure{
	float:left;
	width:100%;
	margin-bottom:28px;
}
.kode_detail_figure:last-child{
	margin-bottom:0px;
}
.kode_detail_figure figure{
	position:relative;
	display:block;
	margin-bottom:17px;
}
.kode_detail_figure figure::before{
	position:absolute;
	content:"";
	top:100px;
	left:100px;
	right:100px;
	bottom:100px;
}
.kode_detail_figure:hover figure::before{
	top:10px;
	left:10px;
	right:10px;
	bottom:10px;
	opacity:0.70;
}
.kode_detail_figure figcaption{
	position:absolute;
	top:67px;
	left:0px;
	right:0px;
	bottom:0px;
	text-align:center;
}
.kode_detail_figure figcaption a{
	color:#fff;
	opacity:0;
}
.kode_detail_figure:hover figcaption a{
	opacity:1;
}
.kode_detail_side_caption{
	float:left;
	width:100%;	
}
.kode_detail_side_caption h6{
	margin-bottom:8px;
}
.kode_detail_side_caption  span{
	display:block;
	font-style:Italic;
}
.kode_detail_side_caption  span i{
	font-size:12px;
	margin-right:8px;
}
/*kode_detail_img_gallery*/
.kode_detail_Categories.detail_Instagram{
	padding:35px 24px 30px 24px;
}
.kode_detail_Categories.detail_Instagram  h3{
	margin-bottom:58px;
}
.kode_detail_img_gallery{
	float:left;
	width:100%;
}
.kode_detail_img_gallery li{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.kode_detail_img_gallery > li:last-child {
    margin: 0;
}
.kode_detail_img_gallery > li:nth-child(3) {
    margin-right: 0;
}
.kode_detail_side_gall{
	float:left;
	width:100%;
	overflow:hidden;
}
.kode_detail_side_gall img {
    transform: scale(1.0);
}
.kode_detail_side_gall img:hover {
    transform: scale(1.3);
}
/*kode_detail_tags*/
.kode_detail_Categories.detail_tag{
	padding:34px 24px 32px 24px;
}
.kode_detail_Categories.detail_tag  h3{
	margin-bottom:59px;
}
.kode_detail_tags{
	float:left;
	width:100%;
}
.kode_detail_tags li {
    float: left;
    margin-right: 8px;
	margin-bottom:8px;
}
.kode_detail_tags > li:nth-child(3) {
    margin-right: 0;
}
.kode_detail_tags li a{
	display:inline-block;
	padding:4px 14px 10px 14px;
	border:1px solid #e6e6e6;
}
.kode_detail_tags li a:hover{
	color:#fff;
	border:1px solid;
}
/*
============================================
	 kode_detail_wraper page end
============================================
*/
/*
============================================
	 kode_detail_listing_wraper page start
============================================
*/
.kode_detail_listing_wraper{
	float:left;
	width:100%;
}
.kode_detail_fig.kode_listing_2{
	float:left;
	width:100%;
	margin-bottom:44px;
}
.kode_listing_kode {
    position:absolute;
    top: 30px;
	width:101px;
	text-align:center;
	width:70px;
	padding:22px 13px;
}
.kode_listing_kode.kode_listing_4 {
    position: absolute;
    top: 0;
}
.kode_detail_listing{
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	width:101px;
	text-align:center;
	width:70px;
	padding:22px 13px;
}
.kode_listing_kode h4,
.kode_detail_listing h4{
	color:#fff;
	display:inline-block;
	margin-bottom:7px;;
}
.kode_listing_kode h3,
.kode_detail_listing h3{
	color:#fff;
}
.kode_detail_caption .kode_read_more{
	display:inline-block;
	color:#000;
}
.kode_detail_caption .kode_read_more i{
	margin-left:4px;
}
.kode_detail_caption.listing_caption > h3 {
    margin-bottom: 14px;
}
.kode_detail_caption.listing_caption > ul{
	margin-bottom:16px;
}
.kode_detail_fig.kode_listing_2 iframe{
	float:left;
	width:100%;
}
.kode_detail_fig.kode_listing_2.like-button:hover.rounded-box{
	background-color:#c22b2a;
}
.kode_detail_fig.kode_listing_2 iframe{
	height:390px;
}
./*kode_dance_listing_slide*/
.kode_dance_listing_slide{
	float:left;
	width:100%;
}
.kode_listing_img_list{
	float:left;
	width:100%;
	margin-bottom: 23px;
}
.kode_listing_img_list img{
	width:12%;
	float:left;
	margin-right:3px;
}
/*bxslider*/
.kode_dance_listing_slide .bx-wrapper .bx-viewport {
    background:none;
    border:none;
    box-shadow: 0px;
    left:0px;
}
.kode_dance_listing_slide  .bx-wrapper{
	margin-bottom:14px;
}
.kode_dance_listing_slide .bx-wrapper .bx-pager{
	padding:0px;
}
 .kode_dance_listing_slide .bx-controls-direction{
	visibility:hidden;
}
#bx-pager img {
    border: 2px solid transparent;
}
.kode_listing_slid_cap{
	float:left;
	width:100%;
	position:relative;
}
.kode_detail_listing_wraper .bx-pager.bx-default-pager{
	display:none;
}
.kode_detail_fig.kode_listing_2 .bx-wrapper .bx-pager,
.kode_dance_gallery_wraper .bx-wrapper .bx-pager{
	margin:0px;
	padding:0px;
	bottom:0px;
}
.kode_dance_gallery_wraper .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto,
.kode_detail_fig.kode_listing_2 .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
	bottom:0px;
}
.kode_dance_gallery_wraper .bx-pager.bx-default-pager{
	display:none;
}
@media screen and (min-width: 480px) {
    .kode_dance_listing_slide .bx-wrapper .bx-viewport {
     display:none;

     visibility: hidden;
    }
}
/*bxslider*/
/*footer start*/
.kode_footer_wraper{
	background-image:url("image/footerbtu56tuj.png");
	background-size:cover;
	background-repeat:no-repeat;
	background-attachment:fixed;
	position:relative;
}
.kode_footer_wraper:before{
	position:absolute;
	content:"";
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	background-color:#000000;
	opacity:0.90;
}