/*
======================================================
    CHURCH PROJECT VERSION 1.1
=======================================================
    Created BY KODEFOREST Date 5/12/2017 
======================================================

    ! SHORTCODES .CSS

======================================================

*/


.banner_buttons{
	float: left;
	width: 100%;
}
.banner_buttons a{
	margin-right: 20px;
}
.banner_buttons a:last-child{
	margin-right: 0px;
}
.default_btn{
	display: inline-block;
	padding: 9px 20px 9px;
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
}
.default_small_btn{
	display: inline-block;
	padding: 9px 20px 10px;
	text-transform: capitalize;
	font-weight: bold;
	color:#fff;
}
.border-white{
	border:1px solid #fff;
	color:#fff;
}
.border-white:hover{
	color:#fff;
	border-color: transparent;
}
.theme2-bg_btn,
.theme-bg_btn{
	color:#fff;
}
.btn_2,
.black-bg_btn,
.theme2-bg_btn:hover{
	background-color: #333;
	color:#fff;
}

.black-bg_btn:hover{
	background: #000;
	color:#fff;
}
.btn_2:hover
/*=============================
		ARROWS SLIDERS
==============================*/
.church_banner .nav-arrows,
.nav-arrows{
	position: absolute;
	left: 0px;
	right: 0px;
	top:50%;
	margin-top: -25px;
}
.nav-arrows a{
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border:1px solid;
	color:#fff;
	position: absolute;
	font-size: 0px;
	z-index: 9;
}
.nav-arrows a:hover:before{
	color:#fff;
}
.nav-arrows a:hover{
	border-color: transparent;
}
.nav-arrows a:before{
	position: absolute;
	content: "";
	top:0px;
	left: 0px;
	line-height: 56px;
	font-size: 26px;
	color:#fff;
	right: 0px;
	bottom: 0px;
	font-family: fontawesome;
}
.nav-arrows a:first-child:before{
	content: "\f177";
}
.nav-arrows a:last-child:before{
	content: "\f178";
}
.nav-arrows a:first-child{
	left: 20px;
}
.nav-arrows a:last-child{
	right:20px;
}


/*
======================================================
  		CHURECH ARROWS
=======================================================*/
.slider_full_progress .slick-arrow{
	border:none;
	background: transparent;
	line-height: normal;
	width: 40px;
	height: 40px;
	margin-top: -20px;
}
.slider_full_progress .slick-arrow:before{
	line-height: 45px;
	font-size: 30px;
	color:#fff;
	width: 40px;
	height: 40px;
	left: 0px;
	right: 0px;
}
.slider_full_progress .slick-arrow.slick-prev:before{
	content: "\f053";
}
.slider_full_progress .slick-arrow.slick-next:before{
	content: "\f054";
}


/*
======================================================
  		CHURECH SLIDER DOTS
=======================================================*/
.nav-dots{
	bottom: 20px;
	display: block;
	float: left;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	text-align: center;
	width: 100%;
	z-index: 9999;
}
.nav-dots span{
	background: #fff none repeat scroll 0 0;
	display: inline-block;
	height: 6px;
	width: 20px;
	margin: 0px -1px;
}
/*
======================================================
  		CHURECH SLIDER DEFAULT ARROWS
=======================================================*/
.default_arrows .slick-arrow{
	width: 56px;
	height: 47px;
	border-radius: 0px;
	background: transparent;
	bottom: 50%;
	top: auto;
	margin: 0 0 -91px;
}
.default_arrows .slick-arrow.slick-prev{
	left: 20%;
}
.default_arrows .slick-arrow.slick-next{
	left: 24%;
}
.default_arrows .slick-arrow.slick-next:hover:before{
	padding-left: 5px;
}
.default_arrows .slick-arrow.slick-prev:hover:before{
	padding-right: 5px;
}
.default_arrows .slick-arrow:before{
	border:1px solid #fff;
	color:#fff;
	background: transparent;
	width: 56px;
	height: 47px;
	text-align: center;
	padding: 0px;
	line-height: 47px;
	border-radius: 0px;
	left: 0px;
	right: 0px;
}

/*
======================================================
  	DEFAULT HEADING 
=======================================================*/
.church_heading{
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 33px;
}
.church_heading.align_center{
	margin-bottom: 27px;
}
.church_heading h3{
	position: relative;
	display: inline-block;
	padding: 0 32px 0 0;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 34px;
	color:#333;
}
.align_left h3:before{
	position: absolute;
	content: "\e911";
	font-family: "icomoon";
	top:0px;
	font-size: 24px;
	line-height: 34px;
	right: 0px;
}
.align_left h3:after{
	border-bottom: 2px solid;
    content: "";
    height: 1px;
    margin-top: -4px;
    position: absolute;
    right: -29%;
    top: 50%;
    width: 50px;
}
.church_heading p{
	display: inline-block;
	margin-bottom: 0px;
	color:#555;
	width: 100%;
}
.align_center{
	text-align: center;
}
.align_center h3{
	padding-right: 0px;
	float: left;
	margin-bottom: 27px;
	width: 100%;
}
.align_center span{
	display: inline-block;
	font-size: 40px;
	position: relative;
	line-height: 12px;
	width: 21%;
}
.align_center span:after,
.align_center span:before{
	top:0px;
	position: absolute;
	width: 40%;
	content: "";
	border-bottom: 2px solid;
}
.align_center span:before{
	left: 0px;
	right: auto;
}
.align_center span:after{
	right: 0px;
	left: auto;
}
.align_center span sup{
	top:0px;
	font-weight: bold;
	font-size: 30px;
	line-height: 0px;
}

.white-color h3{
	color:#fff;
}
/*
======================================================
  	DEFAULT HEADING  ENDS
=======================================================*/


/*
======================================================
  		CHURECH META ADDRESS
=======================================================*/
.meta_address{
	float: left;
	width: 100%;
	background-color: #f9f9f9;
	padding: 11px 0px 10px 30px;
}
.meta_address li{
	float: left;
	width: auto;
	margin-right: 10px;
	position: relative;
	padding-right: 15px;
}
.meta_address li:before{
	position: absolute;
	content: "";
	top: 50%;
	right: 0px;
	min-height: 15px;
	margin-top: -9px;
	border-right: 1px solid;
}
.meta_address li:last-child:before{
	display: none;
}
.social-icons li:last-child,
.meta_address li:last-child{
	margin-right: 0px;
}
.social-icons li a,
.meta_address li a{
	display: inline-block;
	color:#444;
}
.meta_address li a i{
	margin-right: 10px;
}

/*
======================================================
  		CHURECH ARROWS ANCHOR BUTTONS
=======================================================*/
.arrow_btn{
	display: inline-block;
	color:#fff;
	font-weight: bold;
	text-transform: capitalize;
}
.arrow_btn i{
	margin-left: 10px;
	float: right;
	padding: 4px 0px 0px 5px;
}

/*
======================================================
  		CHURECH OVERYLAY LAYER
=======================================================*/
.overlay-b{
	float: left;
	width: 100%;
	position: relative;
	z-index: 1;
}
.overlay-b:before{
	position: absolute;
	content: "";
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: #000;
	opacity: 0.6;
	z-index: -1;
}

.overlay figure,
.overlay{
	position: relative;
}
.overlay:before{
	position: absolute;
	content: "";
	top:0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background-color: #000;
	opacity: 0.5;
}
.overlay figure:before{
	position: absolute;
	content: "";
	top:0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background-color: #000;
	opacity: 0.5;
}

/*
======================================================
  		CHURECH SLIDER ARROWS
=======================================================*/
.slick-arrow{
	text-indent: -9999;
	font-size: 0px;
	position: absolute;
	height: 70px;
	width: 70px;
	z-index: 9999;
	top:50%;
	margin-top: -25px;
	background: #fff;
	border-radius: 100%;
}
.slick-arrow:before{
	position: absolute;
	content: "";
	left: 0px;
	right: 0px;
	top:50%;
	margin-top: -24px;
	bottom: 0px;
	font-family: fontawesome;
	font-size: 18px;
	border-radius: 100%;
	border:3px dotted rgba(9, 9, 9, 0.055);
	line-height: 45px;
	width: 50px;
	height: 50px;
}
.slick-prev{
	position: absolute;
	left: -30px;
}
.slick-prev:before{
	content: "\f177";
	left: 10px;
}
.slick-next:before{
	content: "\f178";
	right: 10px;
	left: auto;
}
.slick-next{
	position: absolute;
	right: -30px;
	left: auto;
}
/*
======================================================
  		CHURECH COLORS
=======================================================*/
.ch_blue{
	background-color: #6a87f5;	
}
.ch_red{
	background-color: #c62641;
}

/*
======================================================
  		CHURECH SLIDER RADIO BUTTONS
=======================================================*/
.arrows_redios .slick-arrow{
	width: 30px;
	height: 30px;
	background: transparent;
	border:1px solid #fff;
}
.arrows_redios .slick-arrow:hover:before{
	color:#fff;
}
.arrows_redios .slick-arrow:before{
	width: 30px;
	color:#fff;
	height: 30px;
	line-height: 31px;
	text-align: center;
	border:none;
	background: transparent;
	right: 0px;
	left: 0px;
	margin: 0px auto;
	top:auto;
}
.arrows_redios .slick-arrow.slick-prev{
	left: 30px;
}
.arrows_redios .slick-arrow.slick-prev:before{
	content: "\f104";
}
.arrows_redios .slick-arrow.slick-next{
	right: 30px;
}
.arrows_redios .slick-arrow.slick-next:before{
	content: "\f105";
}
/*
======================================================
  		CHURECH SLIDER RADIO BUTTONS ENDS
=======================================================*/

/*
======================================================
  		CHURECH IFRAME
=======================================================*/
.blog_item iframe{
	margin-bottom: 30px;
}

/*
======================================================
  		CHURECH PAGINATION
=======================================================*/
.pagination{
	float: left;
	width: 100%;
	text-align: center;
}
.pagination span,
.pagination a{
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color:#333;
	border:1px solid #cccccc;
	margin-right: 10px;
}
.pagination span:hover,
.pagination a:hover{
	color:#fff;
}
.pagination *:last-child{
	margin-right: 0px;
}
.pagination span{
	position: relative;
	top:-1px;
}
/*
======================================================
  		CHURECH PAGINATION ENDS
=======================================================*/



/* Common styles of menus */
.dl-menuwrapper {
	float: right;
	position: relative;
	z-index:20;
}

.dl-menuwrapper button {
	border: none;
	width: 40px;
	height: 40px;
	text-indent: -900em;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	outline: none;
	padding:0px;
	border-radius:0;
	background-color:#7abf18;
}
.dl-menuwrapper ul{
	

}
.dl-menuwrapper button:hover,
.dl-menuwrapper button.dl-active {
	
}

.dl-menuwrapper button:after {
	content: '';
	position: absolute;
	width: 50%;
	height: 3px;
	background-color: #fff;
	top: 12px;
	left:0;
	right: 0px;
	margin: auto;
	box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
}

.dl-menuwrapper ul {
	margin: 0;
	padding: 0;
	list-style: none;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.dl-menuwrapper li {
	position: relative;
	list-style: none;
	text-align:left;
}

.dl-menuwrapper li a {
	display: block;
	position: relative;
	list-style: none;
	padding: 10px 20px;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	outline: none;
	font-weight:600;
	text-transform:capitalize;
}

.no-touch .dl-menuwrapper li a:hover {
	color:#7abf18;
	text-decoration: none;
	background-color: #fff; 
}

.dl-menuwrapper li.dl-back > a {
	padding-left: 38px;
	background: rgba(0,0,0,0.1);
	
}
.dl-menuwrapper li > a{
	float: left;
	width:100%;
}
.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li > a:not(:only-child):after {
	position: absolute;
	top: 0;
	line-height: 40px;
	font-family: FontAwesome;
	speak: none;
	-webkit-font-smoothing: antialiased;
	content: "\f105";
	font-size: 16px;
	color: #fff;
}

.dl-menuwrapper li.dl-back:after {
	left: 20px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}

.dl-menuwrapper li > a:after {
	right: 15px;
	color: rgba(0,0,0,0.15);
}

.dl-menuwrapper .dl-menu {
	margin: 0;
	position: absolute;
	width: 230px;
	opacity: 0;
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.dl-menuwrapper .dl-menu.dl-menu-toggle {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.dl-menuwrapper .dl-menu.dl-menuopen {
	opacity: 1;
	pointer-events: auto;
	z-index:99999999;
}

/* Hide the inner submenus */
.dl-menuwrapper li .dl-submenu {
	display: none;
}

/* 
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link. 
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
	display: none;
}

.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
	display: block;
}

/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper > .dl-submenu {
	position: absolute;
	width: 200px;
	left: 0;
	margin: 0;
}

/* Animation classes for moving out and in */

.dl-menu.dl-animate-out-1 {
	-webkit-animation: MenuAnimOut1 0.4s;
	-moz-animation: MenuAnimOut1 0.4s;
	animation: MenuAnimOut1 0.4s;
}

.dl-menu.dl-animate-out-2 {
	-webkit-animation: MenuAnimOut2 0.3s ease-in-out;
	-moz-animation: MenuAnimOut2 0.3s ease-in-out;
	animation: MenuAnimOut2 0.3s ease-in-out;
}

.dl-menu.dl-animate-out-3 {
	-webkit-animation: MenuAnimOut3 0.4s ease;
	-moz-animation: MenuAnimOut3 0.4s ease;
	animation: MenuAnimOut3 0.4s ease;
}

.dl-menu.dl-animate-out-4 {
	-webkit-animation: MenuAnimOut4 0.4s ease;
	-moz-animation: MenuAnimOut4 0.4s ease;
	animation: MenuAnimOut4 0.4s ease;
}

.dl-menu.dl-animate-out-5 {
	-webkit-animation: MenuAnimOut5 0.4s ease;
	-moz-animation: MenuAnimOut5 0.4s ease;
	animation: MenuAnimOut5 0.4s ease;
}

@-webkit-keyframes MenuAnimOut1 {
	50% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
	}
	75% {
		-webkit-transform: translateZ(-372.5px) rotateY(15deg);
		opacity: .5;
	}
	100% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut2 {
	100% {
		-webkit-transform: translateX(-100%);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut3 {
	100% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut4 {
	100% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut5 {
	100% {
		-webkit-transform: translateY(40%);
		opacity: 0;
	}
}

@-moz-keyframes MenuAnimOut1 {
	50% {
		-moz-transform: translateZ(-250px) rotateY(30deg);
	}
	75% {
		-moz-transform: translateZ(-372.5px) rotateY(15deg);
		opacity: .5;
	}
	100% {
		-moz-transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
}

@-moz-keyframes MenuAnimOut2 {
	100% {
		-moz-transform: translateX(-100%);
		opacity: 0;
	}
}

@-moz-keyframes MenuAnimOut3 {
	100% {
		-moz-transform: translateZ(300px);
		opacity: 0;
	}
}

@-moz-keyframes MenuAnimOut4 {
	100% {
		-moz-transform: translateZ(-300px);
		opacity: 0;
	}
}

@-moz-keyframes MenuAnimOut5 {
	100% {
		-moz-transform: translateY(40%);
		opacity: 0;
	}
}

@keyframes MenuAnimOut1 {
	50% {
		transform: translateZ(-250px) rotateY(30deg);
	}
	75% {
		transform: translateZ(-372.5px) rotateY(15deg);
		opacity: .5;
	}
	100% {
		transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
}

@keyframes MenuAnimOut2 {
	100% {
		transform: translateX(-100%);
		opacity: 0;
	}
}

@keyframes MenuAnimOut3 {
	100% {
		transform: translateZ(300px);
		opacity: 0;
	}
}

@keyframes MenuAnimOut4 {
	100% {
		transform: translateZ(-300px);
		opacity: 0;
	}
}

@keyframes MenuAnimOut5 {
	100% {
		transform: translateY(40%);
		opacity: 0;
	}
}

.dl-menu.dl-animate-in-1 {
	-webkit-animation: MenuAnimIn1 0.3s;
	-moz-animation: MenuAnimIn1 0.3s;
	animation: MenuAnimIn1 0.3s;
}

.dl-menu.dl-animate-in-2 {
	-webkit-animation: MenuAnimIn2 0.3s ease-in-out;
	-moz-animation: MenuAnimIn2 0.3s ease-in-out;
	animation: MenuAnimIn2 0.3s ease-in-out;
}

.dl-menu.dl-animate-in-3 {
	-webkit-animation: MenuAnimIn3 0.4s ease;
	-moz-animation: MenuAnimIn3 0.4s ease;
	animation: MenuAnimIn3 0.4s ease;
}

.dl-menu.dl-animate-in-4 {
	-webkit-animation: MenuAnimIn4 0.4s ease;
	-moz-animation: MenuAnimIn4 0.4s ease;
	animation: MenuAnimIn4 0.4s ease;
}

.dl-menu.dl-animate-in-5 {
	-webkit-animation: MenuAnimIn5 0.4s ease;
	-moz-animation: MenuAnimIn5 0.4s ease;
	animation: MenuAnimIn5 0.4s ease;
}

@-webkit-keyframes MenuAnimIn1 {
	0% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
	20% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
		opacity: 0.5;
	}
	100% {
		-webkit-transform: translateZ(0px) rotateY(0deg);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn2 {
	0% {
		-webkit-transform: translateX(-100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn4 {
	0% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn5 {
	0% {
		-webkit-transform: translateY(40%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		opacity: 1;
	}
}

@-moz-keyframes MenuAnimIn1 {
	0% {
		-moz-transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
	20% {
		-moz-transform: translateZ(-250px) rotateY(30deg);
		opacity: 0.5;
	}
	100% {
		-moz-transform: translateZ(0px) rotateY(0deg);
		opacity: 1;
	}
}

@-moz-keyframes MenuAnimIn2 {
	0% {
		-moz-transform: translateX(-100%);
		opacity: 0;
	}
	100% {
		-moz-transform: translateX(0px);
		opacity: 1;
	}
}

@-moz-keyframes MenuAnimIn3 {
	0% {
		-moz-transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-moz-transform: translateZ(0px);
		opacity: 1;
	}
}

@-moz-keyframes MenuAnimIn4 {
	0% {
		-moz-transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-moz-transform: translateZ(0px);
		opacity: 1;
	}
}

@-moz-keyframes MenuAnimIn5 {
	0% {
		-moz-transform: translateY(40%);
		opacity: 0;
	}
	100% {
		-moz-transform: translateY(0);
		opacity: 1;
	}
}

@keyframes MenuAnimIn1 {
	0% {
		transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
	20% {
		transform: translateZ(-250px) rotateY(30deg);
		opacity: 0.5;
	}
	100% {
		transform: translateZ(0px) rotateY(0deg);
		opacity: 1;
	}
}

@keyframes MenuAnimIn2 {
	0% {
		transform: translateX(-100%);
		opacity: 0;
	}
	100% {
		transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes MenuAnimIn3 {
	0% {
		transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes MenuAnimIn4 {
	0% {
		transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes MenuAnimIn5 {
	0% {
		transform: translateY(40%);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
	-webkit-animation: SubMenuAnimIn1 0.4s ease;
	-moz-animation: SubMenuAnimIn1 0.4s ease;
	animation: SubMenuAnimIn1 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
	-webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
	-moz-animation: SubMenuAnimIn2 0.3s ease-in-out;
	animation: SubMenuAnimIn2 0.3s ease-in-out;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-3 {
	-webkit-animation: SubMenuAnimIn3 0.4s ease;
	-moz-animation: SubMenuAnimIn3 0.4s ease;
	animation: SubMenuAnimIn3 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-4 {
	-webkit-animation: SubMenuAnimIn4 0.4s ease;
	-moz-animation: SubMenuAnimIn4 0.4s ease;
	animation: SubMenuAnimIn4 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-5 {
	-webkit-animation: SubMenuAnimIn5 0.4s ease;
	-moz-animation: SubMenuAnimIn5 0.4s ease;
	animation: SubMenuAnimIn5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimIn1 {
	0% {
		-webkit-transform: translateX(50%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn2 {
	0% {
		-webkit-transform: translateX(100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn4 {
	0% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn5 {
	0% {
		-webkit-transform: translateZ(-200px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0);
		opacity: 1;
	}
}

@-moz-keyframes SubMenuAnimIn1 {
	0% {
		-moz-transform: translateX(50%);
		opacity: 0;
	}
	100% {
		-moz-transform: translateX(0px);
		opacity: 1;
	}
}

@-moz-keyframes SubMenuAnimIn2 {
	0% {
		-moz-transform: translateX(100%);
		opacity: 0;
	}
	100% {
		-moz-transform: translateX(0px);
		opacity: 1;
	}
}

@-moz-keyframes SubMenuAnimIn3 {
	0% {
		-moz-transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-moz-transform: translateZ(0px);
		opacity: 1;
	}
}

@-moz-keyframes SubMenuAnimIn4 {
	0% {
		-moz-transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-moz-transform: translateZ(0px);
		opacity: 1;
	}
}

@-moz-keyframes SubMenuAnimIn5 {
	0% {
		-moz-transform: translateZ(-200px);
		opacity: 0;
	}
	100% {
		-moz-transform: translateZ(0);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn1 {
	0% {
		transform: translateX(50%);
		opacity: 0;
	}
	100% {
		transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn2 {
	0% {
		transform: translateX(100%);
		opacity: 0;
	}
	100% {
		transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn3 {
	0% {
		transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn4 {
	0% {
		transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn5 {
	0% {
		transform: translateZ(-200px);
		opacity: 0;
	}
	100% {
		transform: translateZ(0);
		opacity: 1;
	}
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
	-webkit-animation: SubMenuAnimOut1 0.4s ease;
	-moz-animation: SubMenuAnimOut1 0.4s ease;
	animation: SubMenuAnimOut1 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
	-webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
	-moz-animation: SubMenuAnimOut2 0.3s ease-in-out;
	animation: SubMenuAnimOut2 0.3s ease-in-out;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-3 {
	-webkit-animation: SubMenuAnimOut3 0.4s ease;
	-moz-animation: SubMenuAnimOut3 0.4s ease;
	animation: SubMenuAnimOut3 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-4 {
	-webkit-animation: SubMenuAnimOut4 0.4s ease;
	-moz-animation: SubMenuAnimOut4 0.4s ease;
	animation: SubMenuAnimOut4 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-5 {
	-webkit-animation: SubMenuAnimOut5 0.4s ease;
	-moz-animation: SubMenuAnimOut5 0.4s ease;
	animation: SubMenuAnimOut5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimOut1 {
	0% {
		-webkit-transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(50%);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut2 {
	0% {
		-webkit-transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(100%);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut3 {
	0% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut4 {
	0% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut5 {
	0% {
		-webkit-transform: translateZ(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(-200px);
		opacity: 0;
	}
}

@-moz-keyframes SubMenuAnimOut1 {
	0% {
		-moz-transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-moz-transform: translateX(50%);
		opacity: 0;
	}
}

@-moz-keyframes SubMenuAnimOut2 {
	0% {
		-moz-transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-moz-transform: translateX(100%);
		opacity: 0;
	}
}

@-moz-keyframes SubMenuAnimOut3 {
	0% {
		-moz-transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-moz-transform: translateZ(-300px);
		opacity: 0;
	}
}

@-moz-keyframes SubMenuAnimOut4 {
	0% {
		-moz-transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-moz-transform: translateZ(300px);
		opacity: 0;
	}
}

@-moz-keyframes SubMenuAnimOut5 {
	0% {
		-moz-transform: translateZ(0);
		opacity: 1;
	}
	100% {
		-moz-transform: translateZ(-200px);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut1 {
	0% {
		transform: translateX(0%);
		opacity: 1;
	}
	100% {
		transform: translateX(50%);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut2 {
	0% {
		transform: translateX(0%);
		opacity: 1;
	}
	100% {
		transform: translateX(100%);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut3 {
	0% {
		transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		transform: translateZ(-300px);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut4 {
	0% {
		transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		transform: translateZ(300px);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut5 {
	0% {
		transform: translateZ(0);
		opacity: 1;
	}
	100% {
		transform: translateZ(-200px);
		opacity: 0;
	}
}

/* No JS Fallback */
.no-js .dl-menuwrapper .dl-menu {
	position: relative;
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
}

.no-js .dl-menuwrapper li .dl-submenu {
	display: block;
}

.no-js .dl-menuwrapper li.dl-back {
	display: none;
}

.no-js .dl-menuwrapper li > a:not(:only-child) {
	background: rgba(0,0,0,0.1);
}

.no-js .dl-menuwrapper li > a:not(:only-child):after {
	content: '';
}
/*===========================================================*/
/*===============OTHER STYLEING FOR THEME===================*/
/*===========================================================*/

.dl-menuwrapper{
	float:left;
	width:100%;
}

.dl-menuwrapper{
	display:block;
}
.dl-menuwrapper ul{
	background-color:#7abf18;
}
.kode_navigation_law_2{
	float:left;
	width:100%;
	padding:16px 0px;
}
.dl-menuwrapper{
	display:none;
}