
/********************************************************************
2.3. Nav Menu
*********************************************************************/

@media (min-width: 991px) {
	.rd-nav-menu {
		float: left;
		width: auto!important;
		top: 0!important
	}
	.rd-nav-menu.rd-menu-right {
		float: right
	}
	.rd-nav-menu.rd-menu-left {
		float: left
	}
	.rd-nav-menu .rd-menu-icon {
		display: none
	}
	.rd-menu-icon-click {
		display: none!important
	}
	/* Depth 0 */
	.rd-nav-menu .menu {
		margin-bottom: 0;
		margin-left: 0!important;
		margin-right: 0!important
	}
	.rd-nav-menu .menu-item {
		display: inline-block;
		float: left;
	
		position: relative
	}
	 .rd-nav-menu .menu-item .menu-item-link{
	 position:relative;
 	}
	.rd-nav-menu .menu-item .menu-item-link.rd-depth-0 span {
    position: absolute;
    background: #444;
    right: 0;
    top: 5px;
    line-height: 1.5em;
    padding: .2em 1em;
    font-weight: 400;
    font-size: 11px;
    border-radius: 50px;
}
	.rd-nav-menu .menu-item .rd-depth-0 {
		display: inline-block;
		padding: 0 10px;
		height: 100%;
		float: left;
		text-align: left
	}    
	.rd-nav-menu .menu .menu-item .menu-item-link.rd-has-icon::before {
		font-family: 'FontAwesome';
		vertical-align:middle;
		margin-right:5px;
 	} 
	.rd-nav-menu .menu .menu-item:not(.current-menu-item)  {
		color: #000
	} 
	
	.rd-nav-menu   .li-depth-0.menu-item-has-children  .menu-item-link.rd-depth-0::after {
	content: "\f347";
	font-family: dashicons;
	margin-left: 5px;
	font-style: normal;
	float:right;
			vertical-align: middle
		} 
	/* Sub Depth 0 */
 	.rd-nav-menu .sub-menu {
		height: auto !important;
		box-shadow: 0 0 15px 0 rgba(118, 128, 138, 0.15)!important;
		display: inline-block !important;
		float: left;
		position: absolute;
		width: 220px ;
		-webkit-transition: all 300ms linear;
		-moz-transition: all 300ms linear;
		-ms-transition: all 300ms linear;
		-o-transition: all 300ms linear;
		transition: all 300ms linear;
		-webkit-transform: rotateX(-90deg);
		-moz-transform: rotateX(-90deg);
		-ms-transform: rotateX(-90deg);
		-o-transform: rotateX(-90deg);
		transform: rotateX(-90deg);
		-webkit-transform-origin: 0% 0%;
		-moz-transform-origin: 0% 0%;
		-ms-transform-origin: 0% 0%;
		-o-transform-origin: 0% 0%;
		transform-origin: 0% 0%;
		left: 0;
		margin: 0!important;
		border-radius: 0;
 		z-index: 999!important;
		z-index: -1;
	}
	.rd-menu-background{
 		content:"";
 		position:absolute;
		width:100% !important;
		
		height:100% !important;
		left:0px;
		background-repeat:no-repeat;
		top:0px;
	}
	
	.rd-menu-background-full-size .rd-menu-background{
		background-size:cover;

	} 
	.rd-nav-menu .sub-menu{
		list-style:none;
	}
	.rd-nav-menu .sub-menu.rd-this-hover {
		-webkit-transition: all 300ms linear;
		-moz-transition: all 300ms linear;
		-ms-transition: all 300ms linear;
		-o-transition: all 300ms linear;
		transition: all 300ms linear;
		-webkit-transform: rotateX(0deg);
		-moz-transform: rotateX(0deg);
		-ms-transform: rotateX(0deg);
		-o-transform: rotateX(0deg);
		transform: rotateX(0deg);
	}
	.rd-nav-menu .sub-menu .menu-item {
		padding: 0;
		width: 100%;
		height: auto !important;
		line-height: 1.5em!important;
		margin: 0!important;
		border-bottom: solid 1px rgba(118, 128, 138, 0.2)!important;
		margin-top: 0;
		float: left
	}

	.rd-nav-menu .sub-menu .menu-item-link {
		text-shadow: none;
		padding: 15px 15px;
		width: 100%;
		height: 100%;
		float: left;
		font-size: 14px;
		text-align: left;
		font-weight: 400 ;
		color: #000
	}	
	.rd-nav-menu .sub-menu .menu-item-link  .rd-menu-featured {
    position:relative;
     padding: .1em 1em;
	 margin-left:5px;
    font-weight: 400;
    font-size: 11px;
    border-radius: 50px;
		 display: -webkit-inline-box;
}	
	
 	.rd-nav-menu .sub-menu .menu-item.menu-item-has-children > a.menu-item-link::after {
		content: "\f345";
		font-family: dashicons;
		margin-left: 5px;
		font-style: normal;
		float: right;
 		vertical-align: middle
	} 
	.rd-nav-menu .sub-menu .rd-main-indicator {
		display: none
	}
	.rd-nav-menu .sub-menu .rd-sub-indicator {
		margin-left: 5px
	} 
 	.rd-nav-menu .rd-menu-width-200 .sub-depth-0{
		width:200px;
	}
	.rd-nav-menu .rd-menu-width-400 .sub-depth-0{
		width:400px;
	}	
	
 	.rd-nav-menu .rd-menu-width-600 .sub-depth-0{
		width:600px;
	}	
	
 	.rd-nav-menu .rd-menu-width-800 .sub-depth-0{
		width:800px;
	}
	.rd-nav-menu .rd-menu-width-1000 .sub-depth-0{
		width:1000px;
	}	
 	.rd-nav-menu .rd-menu-width-full-width .sub-depth-0{
		width:100%;
	}
	.rd-nav-menu .rd-menu-width-full-width{
		position:inherit;
	}
	
 	/* Depth 2 */

	.rd-nav-menu .sub-menu .sub-menu {
		right: 0;
		left: 100%;
		top: 0;
		margin: 0;
		z-index: 99999
	} 
  	.rd-menu-section{
		float:left;
 		width:100%; 
		display:inline-block !important;
	}	
	body #rd-wrapper	.rd-menu-section .sub-menu{
			background:none !important;
		}
	body #rd-wrapper .rd-sub-section-1 .sub-depth-1,
	body #rd-wrapper .rd-sub-section-2 .sub-depth-2,
	body #rd-wrapper .rd-sub-section-3 .sub-depth-3,
	body #rd-wrapper .rd-sub-section-4 .sub-depth-4,
	body #rd-wrapper .rd-sub-section-5 .sub-depth-5{
				display:grid !important;
	}
 
	
 	.rd-sub-section-1.rd-menu-section-1-1 .sub-depth-1,
 	.rd-sub-section-2.rd-menu-section-1-1 .sub-depth-2,
 	.rd-sub-section-3.rd-menu-section-1-1 .sub-depth-3,
 	.rd-sub-section-4.rd-menu-section-1-1 .sub-depth-4,
 	.rd-sub-section-5.rd-menu-section-1-1 .sub-depth-5
	{grid-template-columns:100%}
 	.rd-sub-section-1.rd-menu-section-1-2 .sub-depth-1,
 	.rd-sub-section-2.rd-menu-section-1-2 .sub-depth-2,
 	.rd-sub-section-3.rd-menu-section-1-2 .sub-depth-3,
 	.rd-sub-section-4.rd-menu-section-1-2 .sub-depth-4,
 	.rd-sub-section-5.rd-menu-section-1-2 .sub-depth-5
	{grid-template-columns:50% 50%}
 	.rd-sub-section-1.rd-menu-section-1-3 .sub-depth-1,
 	.rd-sub-section-2.rd-menu-section-1-3 .sub-depth-2,
 	.rd-sub-section-3.rd-menu-section-1-3 .sub-depth-3,
 	.rd-sub-section-4.rd-menu-section-1-3 .sub-depth-4,
 	.rd-sub-section-5.rd-menu-section-1-3 .sub-depth-5
	{grid-template-columns:33.331% 33.331% 33.331%}

 	.rd-sub-section-1.rd-menu-section-2-3 .sub-depth-1,
 	.rd-sub-section-2.rd-menu-section-2-3 .sub-depth-2,
 	.rd-sub-section-3.rd-menu-section-2-3 .sub-depth-3,
 	.rd-sub-section-4.rd-menu-section-2-3 .sub-depth-4,
 	.rd-sub-section-5.rd-menu-section-2-3 .sub-depth-5
	{grid-template-columns: 66.661% 33.331%}	
	
 	.rd-sub-section-1.rd-menu-section-1-3-2-3 .sub-depth-1,
 	.rd-sub-section-2.rd-menu-section-1-3-2-3 .sub-depth-2,
 	.rd-sub-section-3.rd-menu-section-1-3-2-3 .sub-depth-3,
 	.rd-sub-section-4.rd-menu-section-1-3-2-3 .sub-depth-4,
 	.rd-sub-section-5.rd-menu-section-1-3-2-3 .sub-depth-5
	{grid-template-columns:33.331% 66.661%}

  
   	.rd-sub-section-1.rd-menu-section-1-4 .sub-depth-1,
 	.rd-sub-section-2.rd-menu-section-1-4 .sub-depth-2,
 	.rd-sub-section-3.rd-menu-section-1-4 .sub-depth-3,
 	.rd-sub-section-4.rd-menu-section-1-4 .sub-depth-4,
 	.rd-sub-section-5.rd-menu-section-1-4 .sub-depth-5
	{grid-template-columns:25% 25% 25% 25%}

 	.rd-sub-section-1.rd-menu-section-3-4 .sub-depth-1,
 	.rd-sub-section-2.rd-menu-section-3-4 .sub-depth-2,
 	.rd-sub-section-3.rd-menu-section-3-4 .sub-depth-3,
 	.rd-sub-section-4.rd-menu-section-3-4 .sub-depth-4,
 	.rd-sub-section-5.rd-menu-section-3-4 .sub-depth-5
	{grid-template-columns: 75% 25%}	
	
 	.rd-sub-section-1.rd-menu-section-1-4-3-4 .sub-depth-1,
 	.rd-sub-section-2.rd-menu-section-1-4-3-4 .sub-depth-2,
 	.rd-sub-section-3.rd-menu-section-1-4-3-4 .sub-depth-3,
 	.rd-sub-section-4.rd-menu-section-1-4-3-4 .sub-depth-4,
 	.rd-sub-section-5.rd-menu-section-1-4-3-4 .sub-depth-5
	{grid-template-columns:25% 75%}
  
	
 	.rd-sub-section-1.rd-menu-section-1-5 .sub-depth-1,
 	.rd-sub-section-2.rd-menu-section-1-5 .sub-depth-2,
 	.rd-sub-section-3.rd-menu-section-1-5 .sub-depth-3,
 	.rd-sub-section-4.rd-menu-section-1-5 .sub-depth-4,
 	.rd-sub-section-5.rd-menu-section-1-5 .sub-depth-5
	{grid-template-columns:20% 20% 20% 20% 20%}
	
	.rd-sub-section-1.rd-menu-section-4-5 .sub-depth-1,
 	.rd-sub-section-2.rd-menu-section-4-5 .sub-depth-2,
 	.rd-sub-section-3.rd-menu-section-4-5 .sub-depth-3,
 	.rd-sub-section-4.rd-menu-section-4-5 .sub-depth-4,
 	.rd-sub-section-5.rd-menu-section-4-5 .sub-depth-5
	{grid-template-columns:80% 20%}	
	
 	.rd-sub-section-1.rd-menu-section-1-5-4-5 .sub-depth-1,
 	.rd-sub-section-2.rd-menu-section-1-5-4-5 .sub-depth-2,
 	.rd-sub-section-3.rd-menu-section-1-5-4-5 .sub-depth-3,
 	.rd-sub-section-4.rd-menu-section-1-5-4-5 .sub-depth-4,
 	.rd-sub-section-5.rd-menu-section-1-5-4-5 .sub-depth-5
	{grid-template-columns:20% 80%}	

 	.rd-sub-section-1.rd-menu-section-3-5 .sub-depth-1,
 	.rd-sub-section-2.rd-menu-section-3-5 .sub-depth-2,
 	.rd-sub-section-3.rd-menu-section-3-5 .sub-depth-3,
 	.rd-sub-section-4.rd-menu-section-3-5 .sub-depth-4,
 	.rd-sub-section-5.rd-menu-section-3-5 .sub-depth-5
	{grid-template-columns:60% 40%}	
	
 	.rd-sub-section-1.rd-menu-section-2-5-3-5 .sub-depth-1,
 	.rd-sub-section-2.rd-menu-section-2-5-3-5 .sub-depth-2,
 	.rd-sub-section-3.rd-menu-section-2-5-3-5 .sub-depth-3,
 	.rd-sub-section-4.rd-menu-section-2-5-3-5 .sub-depth-4,
 	.rd-sub-section-5.rd-menu-section-2-5-3-5 .sub-depth-5
	{grid-template-columns:40% 60%}
	
		
   	.rd-sub-section-1.rd-menu-section-1-6 .sub-depth-1,
 	.rd-sub-section-2.rd-menu-section-1-6 .sub-depth-2,
 	.rd-sub-section-3.rd-menu-section-1-6 .sub-depth-3,
 	.rd-sub-section-4.rd-menu-section-1-6 .sub-depth-4,
 	.rd-sub-section-5.rd-menu-section-1-6 .sub-depth-5
	{grid-template-columns:16.661% 16.661% 16.661% 16.661% 16.661% 16.661%}

 	.rd-sub-section-1.rd-menu-section-5-6 .sub-depth-1,
 	.rd-sub-section-2.rd-menu-section-5-6 .sub-depth-2,
 	.rd-sub-section-3.rd-menu-section-5-6 .sub-depth-3,
 	.rd-sub-section-4.rd-menu-section-5-6 .sub-depth-4,
 	.rd-sub-section-5.rd-menu-section-5-6 .sub-depth-5
	{grid-template-columns: 83.331% 16.661%}	
	
 	.rd-sub-section-1.rd-menu-section-1-6-5-6 .sub-depth-1,
 	.rd-sub-section-2.rd-menu-section-1-6-5-6 .sub-depth-2,
 	.rd-sub-section-3.rd-menu-section-1-6-5-6 .sub-depth-3,
 	.rd-sub-section-4.rd-menu-section-1-6-5-6 .sub-depth-4,
 	.rd-sub-section-5.rd-menu-section-1-6-5-6 .sub-depth-5
	{
		grid-template-columns:16.661% 83.331%;
	}		
   	.rd-sub-section-1.rd-menu-section-1-7 .sub-depth-1,
 	.rd-sub-section-2.rd-menu-section-1-7 .sub-depth-2,
 	.rd-sub-section-3.rd-menu-section-1-7 .sub-depth-3,
 	.rd-sub-section-4.rd-menu-section-1-7 .sub-depth-4,
 	.rd-sub-section-5.rd-menu-section-1-7 .sub-depth-5
	{grid-template-columns:14.285% 14.285% 14.285% 14.285% 14.285% 14.285% 14.285% ;}

   	.rd-sub-section-1.rd-menu-section-1-8 .sub-depth-1,
 	.rd-sub-section-2.rd-menu-section-1-8 .sub-depth-2,
 	.rd-sub-section-3.rd-menu-section-1-8 .sub-depth-3,
 	.rd-sub-section-4.rd-menu-section-1-8 .sub-depth-4,
 	.rd-sub-section-5.rd-menu-section-1-8 .sub-depth-5
	{grid-template-columns:12.5% 12.5% 12.5% 12.5% 12.5% 12.5% 12.5%  12.5% ;}

	  
	body #rd-wrapper .rd-menu-section .sub-menu{
 		width:100% !important;
		position:relative !important;
		-webkit-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		left:0px !important;
		box-shadow:none !important;
		-o-transform: none !important;
		transform:none !important;
	}
	body #rd-wrapper .rd-menu-section .sub-menu .menu-item{
		padding:20px !important;
				border-bottom:none !important;

	}
	 
	body #rd-wrapper .rd-menu-section .sub-menu .sub-menu .menu-item{
		padding:00px 0px !important;
		
	}
		.rd-menu-section .sub-menu .sub-menu .menu-item{
		padding:0px !important;
	}
	
	.rd-menu-section .sub-menu .menu-item-link{
		height:auto !important;
		padding:10px 0 !important;
		border-bottom:solid 1px rgba(118,128,138,0.20);
		font-weight:700 !important;
	}
	body #rd-wrapper .rd-menu-section .sub-menu .menu-item-link{
		font-weight:700 !important;
	}
		body #rd-wrapper .rd-menu-section .sub-menu  .sub-menu .menu-item-link{
		font-weight:400 !important;
	}
	.rd-menu-section .sub-menu .sub-menu .menu-item-link{
		height:auto !important;
		border-bottom:none !important;
		font-weight:400;
	}
	.rd-menu-section .sub-menu .sub-menu .menu-item{
 		border-bottom:none !important;
	}
	.rd-menu-section .menu-item-link::after{
		display:none !important;
	}
	.menu .sao-element-item{
		padding:20px;
	}
	.menu .rd-menu-image{
		width:100%;
		height:100%;
		position:relative;
		overflow:hidden;
 		
	}
	
	
	.menu .rd-menu-image img{
		height:auto;
		vertical-align:top;
		width:auto;
	}
	.menu .rd-menu-image.rd-menu-image-full-width img{
		width:100%;
 	}
	.menu .rd-menu-image.rd-menu-image-full-height img{
		height:100%;
 	}
	.menu .rd-menu-image.rd-menu-image-full-height.rd-menu-image-full-width img
	{width:100.1%;position:absolute;top:50%;right:50%;min-height:100.1%; max-height:inherit !important;max-width:inherit !important;height:auto;transform:translate(50%,-50%);-webkit-transform:translate(50%,-50%);-moz-transform:translate(50%,-50%);-o-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);display:block;margin-left:auto;margin-right:auto}
	
	
	
	.menu .rd-menu-image-text .rd-menu-image {
		height:auto !important;
	}
	body #rd-wrapper .rd-menu-section .sub-menu .rd-menu-image-text  .li-menu-item{
		padding:0px !important;
		margin-top:15px !important;
	}
		body #rd-wrapper .rd-menu-section .sub-menu .rd-menu-image-text .menu-item-link {
			padding:0px !important;
			font-weight:400 !important;
			
			border-bottom:none !important;
	}
	.menu .rd-menu-image-text  .rd-menu-image img{
		height:auto;
		margin: auto;
		max-width:100%;
		display:block;
		vertical-align:top;
	}
	
	.menu .rd-menu-image-text.rd_alignment_left img{
		float:left;
		
	}
	.menu .rd-menu-image-text.rd_alignment_center a{
		text-align:center;
		
	}
	.menu .rd-menu-image-text.rd_alignment_right a{
		text-align:center;
		
	}
	.menu .rd-menu-image-text.rd_alignment_left a{
		text-align:center;
		
	}
	.menu .rd-menu-image-text.rd_alignment_right img{
		float:right;
		
	}
	.menu .rd-menu-image-text .rd-menu-text{
		padding:0px 0px;
		width:100%;line-height: 1.5em;
		margin-top:15px;
		font-weight:700;
	}
	
		/*Background*/
	.rd-dropdown-light .menu .sub-posts,
	.rd-dropdown-light .menu .sub-menu  {
		background-color: #ffffff !important
	}
	.rd-dropdown-light .menu .sub-posts a,
	.rd-dropdown-light .menu .sub-menu a,
	.rd-dropdown-light .menu .sub-posts a,
	.rd-dropdown-light .menu .sub-menu a:before {
		color: #20282f !important
	}
	.rd-dropdown-light .menu .sub-posts,
	.rd-dropdown-light .menu .sub-menu {
		color: #20282f !important
	}
 
	.rd-dropdown-dark .menu .sub-posts,
	.rd-dropdown-dark .menu .sub-menu {
		background-color: #10181f !important
	}
	.rd-dropdown-dark .menu .sub-posts a,
	.rd-dropdown-dark .menu .sub-menu a,
	.rd-dropdown-dark .menu .sub-posts a,
	.rd-dropdown-dark .menu .sub-menu a:before {
		color: #fff !important
	}
	.rd-dropdown-dark .menu .sub-posts,
	.rd-dropdown-dark .menu .sub-menu {
		color: #e2e5e8 !important
	}
 

	.rd-position-center .sub-depth-0{
		background-position: center !important;	
	}
	.rd-position-left .sub-depth-0{
		background-position: left !important;		
	}
		
	.rd-position-left-top .sub-depth-0{
		background-position: left top !important;		
	}

	.rd-position-left-bottom .sub-depth-0{
		background-position: left bottom!important;		
	}
	
	.rd-position-left-center .sub-depth-0{
		background-position: left center !important;		
	}
	.rd-position-right .sub-depth-0{
		background-position: right !important;		
	}
		
	.rd-position-right-top .sub-depth-0{
		background-position: right top !important;	
	}

	.rd-position-right-bottom .sub-depth-0{
		background-position: right bottom !important;		
	}
	
	.rd-position-right-center .sub-depth-0{
		background-position: right center !important;		
	}
	.rd-position-top .sub-depth-0{
		background-position: top !important;		
	}
		
	.rd-position-top .sub-depth-0{
		background-position: top !important;		
	} 
	.rd-position-top-center .sub-depth-0{
		background-position: top center !important;		
	} 
	
	.rd-position-bottom .sub-depth-0{
		background-position: bottom !important;	
	} 
	.rd-position-bottom-center .sub-depth-0{
		background-position: bottom center !important;	
	} 
	.rd-has-background-image .sub-depth-0{background-repeat: no-repeat;}
	
}
@media (min-width: 1400px) and (max-width: 1600px) {
	.rd-nav-menu .rd-post-group-flex.rd_column_1_6 {
		grid-template-columns: 20% 20% 20% 20% 20% !important;
	}
	.rd-nav-menu .rd-post-group-flex .rd-post-item-6 {
		display: none!important
	}
}
@media (min-width: 1200px) and (max-width: 1400px) {
	.rd-nav-menu .rd-post-group-flex.rd_column_1_6 {
		grid-template-columns: 25% 25% 25% 25% !important;
	}
	.rd-nav-menu .rd-post-group-flex .rd-post-item-5,
	.rd-nav-menu .rd-post-group-flex .rd-post-item-7,
	.rd-nav-menu .rd-post-group-flex .rd-post-item-6 {
		display: none!important
	}
}
@media (min-width: 1000px) and (max-width: 1200px) {
	.rd-nav-menu .rd-post-group-flex.rd_column_1_6 {
		grid-template-columns: 33.331% 33.331% 33.331% !important;
	}
	.rd-nav-menu .rd-post-group-flex .rd-post-item-4,
	.rd-nav-menu .rd-post-group-flex .rd-post-item-5,
	.rd-nav-menu .rd-post-group-flex .rd-post-item-7,
	.rd-nav-menu .rd-post-group-flex .rd-post-item-6 {
		display: none!important
	}
} 

@media (min-width: 1300px) and (max-width: 1400px) {
	body #rd-wrapper .rd-masthead .rd-nav-menu ul .li-depth-0 .rd-depth-0 {
		padding: 0 15px!important;
 		font-size: 14px!important
 	}
  
	body #rd-wrapper .rd-navplus .rd-nav-menu ul .li-depth-0 .rd-depth-0 {
		padding: 0 13px!important;
 		font-size: 13px!important
 	}
    
}
@media (min-width: 1200px) and (max-width: 1300px) {
	body #rd-wrapper .rd-masthead .rd-nav-menu ul .li-depth-0 .rd-depth-0 {
		padding: 0 13px!important;
 		font-size: 13px!important
 	}
 	 
	body #rd-wrapper .rd-navplus .rd-nav-menu ul .li-depth-0 .rd-depth-0 {
		padding: 0 10px!important;
 		font-size: 12px!important
 	}
 	 
}
@media (min-width: 1100px) and (max-width: 1200px) {
	body #rd-wrapper .rd-masthead .rd-nav-menu ul .li-depth-0 .rd-depth-0 {
		padding: 0 10px!important;
 		font-size: 12px!important
 	} 
	body #rd-wrapper .rd-navplus .rd-nav-menu ul .li-depth-0 .rd-depth-0 {
		padding: 0 8px!important;
 		font-size: 11px!important
 	} 
	body #rd-wrapper .rd-navplus .rd-nav-menu{
		padding:0 12px;
	}
 
		
}
 
@media (min-width: 991px) and (max-width: 1100px) {
 	body #rd-wrapper .rd-masthead .rd-nav-menu ul .li-depth-0 .rd-depth-0 {
		padding: 0 8px!important;
 		font-size: 12px!important
 	}
 	body #rd-wrapper .rd-navplus .rd-nav-menu ul .li-depth-0 .rd-depth-0 {
		padding: 0 7px!important;
 		font-size: 11px!important
 	}
 
}
@media (max-width: 767px) {
	.rd-navplus-center .rd-nav-menu,
	.rd-masthead-center .rd-nav-menu,
	.rd-header-center .rd-nav-menu {
		float: none!important;
		display: inline-block
	}
}
@media (max-width: 991px) {
	.rd-nav-menu.rd-menu-right {
		float: right
	}
	.rd-nav-menu.rd-menu-left {
		float: left
	}
	.rd-nav-menu:not(.rd-menu-active) {
		top: 0!important

	}
	.rd-menu-icon-click {
		display: inline-block!important;
		position: absolute;
		height: 100%;
		left: 0;
		cursor: pointer;
		top: 0;
		width: 100%
	}
	.rd-menu-active .rd-menu-icon-click {
		display: none!important
	}
	.rd-menu-active {
		width: 0px;
	}
	.rd-menu-background{
		display:none !important;
	}
	.rd-nav-menu {
		float: left;
		margin: 0!important;
		position: relative;
		text-align: center
	}
 	.rd-body-menu-active {
		overflow-y: hidden!important
	}
	.rd-nav-active::after {
		background: rgba(0, 0, 0, 0.70);
		position: fixed;
		content: "";
		width: 100%;
		height: 100%;
		left: 0
	}
	.rd-body-menu-active .wpadminbar {
		z-index: 0
	}
	.rd-nav-menu .rd-menu-posts .sub-posts,
	.rd-nav-menu .rd-menu-sub-posts .sub-posts {
		display: none!important
	}
	.rd-nav-menu .rd-menu-posts .rd-menu-down,
	.rd-nav-menu .rd-menu-posts .rd-menu-up {
		display: none!important
	}
	.rd-nav-menu li.menu-item:not(.rd-has-menu-item) .rd-menu-down,
	.rd-nav-menu li.menu-item:not(.rd-has-menu-item) .sub-menu,
	.rd-nav-menu li.menu-item:not(.rd-has-menu-item) .rd-menu-up {
		display:none !important;
		}
	.rd-nav-menu .rd-menu-sub-posts .rd-content {
		display: none!important
	}
	.rd-nav-menu.rd-menu-right {
		float: right
	}
	.rd-masthead .rd-nav-menu {
		height: 80px;
		line-height: 80px
	}
	.rd-navplus .rd-nav-menu {
		height: 48px;
		line-height: 48px
	}
	.rd-nav-active {
		z-index: 9999999999999;
		position: relative
	}
	.rd-menu-active {
		position: relative;
		width: 100%;
		left: 0;
		margin: 0!important;
		top: 0!important;
		z-index: 11111111;
	}
	.rd-body-menu-active .wpadminbar {
		z-index: 0!important
	}
	.rd-nav-menu .rd-menu-icon {
		float: left;
		text-align: center;
		padding: 0 20px;
		height: 100%;
		cursor: pointer
	}
	.rd-nav-menu .rd-menu-icon:hover::before {
		color: #ffffff !important;
	}
	.rd-nav-menu.rd-menu-active .rd-menu-icon {
		display: none !important;
	}
	.rd-nav-menu.rd-menu-active .rd-menu-icon,
	.rd-nav-menu.rd-menu-active .rd-menu-icon::before {
		text-align: center;
		width: 100%
	}
	.rd-nav-menu.rd-menu-active .rd-menu-icon::before {
		content: "\f335"!important;
		font-size: 50px!important;
		opacity: 1!important;
		text-shadow: none!important
	}
	.rd-nav-menu li::before {
		display: none!important
	}
	.rd-nav-menu li a::before {
		display: inline-block!important
	}
	.rd-nav-menu .rd-menu-icon:hover,
	.rd-nav-menu.rd-menu-active .rd-menu-icon {
		color: #000
	}
	.rd-nav-menu.rd-menu-active .rd-menu-icon {
		line-height: 80px!important
	}
	#rd-wrapper .rd-nav-menu .sub-depth-0 {
		margin-top: 0!important
	}
	.rd-nav-menu li a::before {
		vertical-align: middle;
 		font-size: 1.3em!important;
		margin-right: 5px;
		font-family: FontAwesome!important
	}
	.rd-nav-menu .rd-menu-icon::before {
		content: "\f333"!important;
		font-size: 1.5em;
		font-family: dashicons!important
	}
	.rd-masthead .rd-nav-menu .rd-menu-icon::before {
		font-size: 1.5em
	}
	.rd-nav-menu.rd-menu-active ul {
		display: block
	}
	.rd-nav-menu ul {
		left: 0;
		z-index: 9999;
		display: none;
		width: 100%;
		position:relative;
		margin-left: 0;
		padding: 0 20px;
		margin-top: 0px!important
	}
	.rd-nav-menu .rd-menu-enable {
		display: none!important
	}
	.rd-nav-menu rd-menu-down.rd-menu-enable,
	.rd-nav-menu rd-menu-up.rd-menu-enable {
		display: block!important;
		overflow: visible!important
	}
	.rd-nav-menu .rd-menu-down {
		cursor: pointer;
		font-size: 40px;
		width: 50px!important;
		line-height: 50px;
		text-align: center;
		float: right;
		position: absolute;
		right: 0
	}
	.rd-nav-menu .rd-menu-down::before {
		content: "\f347" !important;
		font-family: dashicons !important;
		font-size: 25px !important;
		font-style: normal !important;
	}
	.rd-nav-menu .rd-menu-up {
		font-size: 40px;
		width: 50px;
		cursor: pointer;
		line-height: 50px;
		display: none;
		text-align: center;
		float: right;
		position: absolute;
		right: 0
	}
	.rd-nav-menu .rd-menu-up::before {
		content: "\f343" !important;
		font-family: dashicons !important;
		font-size: 25px !important;
		font-style: normal !important;
	}
	.rd-nav-menu a::before {
		margin-right: 0;
		margin-left: 0
	}
	.rd-nav-menu ul li a span::before {
		font-family: 'FontAwesome';
		vertical-align: middle;
		margin-right: 5px;
		font-size: 1.5em!important;
		width: auto!important;
		float: left;
		line-height: 50px!important;
		height: 50px!important;
		position: relative;
		display: inline-block;
	}
	body #rd-wrapper .rd-menu-active.rd-nav-menu span:hover,
	body .rd-toolbar .rd-toolbar-container .rd-nav-menu ul li a {
		background: none!important
	}
	.rd-nav-menu ul .menu-item {
		border-top: solid 1px rgba(118, 128, 138, 0.2);
		position: relative;
		list-style: none;
		height: auto!important;
		float: left;
		font-weight: 400;
		text-align: left;
		padding: 0 0 0 00px;
		width: 100%
	}
	.rd-nav-menu ul li a {
		padding: 15px 20px 15px 0 !important;
		background: none!important;
		line-height: 1.5em !important;
		position: relative;
		font-family: inherit;
		font-weight: 400;
		box-shadow: none !important;
		float: left;
		font-size: 16px;
	}
	.rd-nav-menu ul ul li a {
		font-weight: 400;
	}
	#rd-wrapper .rd-nav-menu ul li a {
		font-size: 15px!important;
		font-weight: 400!important;
		text-transform: uppercase !important;
	}
	.rd-nav-menu ul ul {
		display: none!important;
		width: 100%!important;
		top: 0!important;
		left: auto!important;
		background: none!important;
		right: auto!important;
		position: relative!important;
		margin: 0!important;
		display: none;
		float: left;
		padding-left: 20px;
		padding-right: 0px;
		opacity: 1!important
	}
	#rd-wrapper .rd-nav-menu ul ul {
		margin-top: 0!important
	}
	#rd-wrapper .rd-nav-menu ul li a:hover {
		background: none !important;
	}
	.rd-nav-menu ul ul.rd-menu-show {
		display: block!important;
		overflow: visible!important;
		height: auto!important
	}
	.rd-nav-menu ul .sub-posts.rd-menu-show {
		display: block!important;
		overflow: visible!important;
		margin: 0!important;
		opacity: 1!important;
		height: auto!important;
		width: 100%!important
	}
	.rd-nav-menu .rd-main-indicator,
	.rd-nav-menu .rd-sub-indicator {
		display: none
	}
	.rd-navplus .rd-nav-menu ul {
		margin-top: 38px
	}
	.rd-nav-menu.rd-menu-active a,
	.rd-nav-menu.rd-menu-active a::before,
	.rd-nav-menu.rd-menu-active span,
	.rd-nav-menu.rd-menu-active {
		opacity:.9;
	}
	.rd-menu-section{
		padding:0px !important;
	}
	body .rd-toolbar .sao-element-item,body .rd-toolbar .rd-menu-image-text .rd-menu-image{
		display:none !important;
	}
	body .rd-toolbar .rd-menu-image-text{
		display:inline-block !important;
	
	
}
	body .rd-toolbar .rd-menu-section .sub-menu .menu-item{
		padding:0px !important;
	}
	body .rd-toolbar .rd-menu-section .sub-menu .menu-item-link{
		font-weight:400 !important;
		border-bottom:0px !important;
		padding: 15px 20px 15px 0 !important;
	}
	
	body .rd-toolbar .rd-sub-section-1 .sub-depth-1,
	body .rd-toolbar .rd-sub-section-2 .sub-depth-2,
	body .rd-toolbar .rd-sub-section-3 .sub-depth-3,
	body .rd-toolbar .rd-sub-section-4 .sub-depth-4,
	body .rd-toolbar .rd-sub-section-5 .sub-depth-5,
	body .rd-toolbar .rd-sub-section-6 .sub-depth-6,
	body .rd-toolbar .rd-sub-section-7 .sub-depth-7{
		display:inline-block !important;
		padding:0px !important;
		
	}
	.rd-nav-menu   .menu-item-link  .rd-menu-featured {
    position:relative;
     padding: .1em 1em;
	 margin-left:5px;
    font-weight: 400;
    font-size: 11px;	 display: -webkit-inline-box;
    border-radius: 50px;vertical-align: top;
}	
.rd-nav-menu   .menu-item-link:hover{
	opacity:.7;
}
 
}
@media (max-width: 767px) {
	.rd-navplus-center .rd-nav-menu,
	.rd-masthead-center .rd-nav-menu,
	.rd-navplus-center .rd-nav-menu {
		float: none!important;
		display: inline-flex;
		display: -webkit-inline-flex;
		display: -ms-inline-flexbox;
		vertical-align: top
	}
}
@media (max-width: 499px) {
	.rd-sticky-enable .rd-nav-menu .rd-menu-icon::before {
		font-size: 1.5em !important;
	}
	.rd-sticky-enable .rd-nav-menu .rd-menu-icon {
		padding: 0 10px !important;
	}
}
.single-main .summary img {
	height: auto;
	margin: 15px auto !important;
	max-width: 100%;
}









/********************************************************************
2.3. Category
*********************************************************************/
 
@media (min-width: 992px) {
.rd-sticky-enable  .rd-category-menu{
	display:none;
}	
.rd-category-menu{	
	width: 25%;
 	float:left;
	position:relative;
  	padding-left: 20px;
	top:0px !important;
 	padding-right: 20px;
}
.rd-sub-category-menu .rd-category-menu-warp{
	display:inline-block !important;
}
.rd-category-title{
	cursor:pointer;
	position:relative;
}
body #rd-wrapper .rd-wrapper-container  .rd-category-title:hover{
	background:none !important;
}


.rd-category-title::after {
content: "\f347";	float:right;
    font-family: dashicons;
    font-style: normal;
	margin-right: 15px;
    vertical-align: middle;
}

 
.rd-menu-active .rd-category-title::after{
	content: "\f347";
}
.rd-category-menu::before{
	content:"";
	position:absolute;
	top:0px;
	right:50%;
	width:1000%;

}
.rd-category-title-bg{
	content:"";
	position:absolute;
	top:0px;
	right:40px;    -moz-transform: skew(30deg);
	height:70px;

  	transform: skew(30deg);
    -webkit-transform: skew(30deg);
    -moz-transform: skew(30deg);
     -o-transform:skew(30deg);
    -ms-transform:skew(30deg);
	width:100%;
 

}
 .rd-category-active .rd-category-menu-warp{
	 display:inline-block;
	 border-radius:00px
 }
.rd-category-menu-warp {
	float: left;
	width: 100%;
	border-radius:00px;
	box-shadow:0 0 0px 1px rgba(118,128,138,0.2) ;
	display:none;
	
	
}
.rd-category-menu-warp.rd-menu-right {
	float: right;
}
.rd-category-menu-warp .rd-menu-icon {
	display: none
}
.rd-category-menu-warp .menu {
	margin-bottom: 0px;position: relative;
	margin-left: 0px !important;
	margin-right: 0px !important;
}
.rd-category-menu-warp .menu .li-depth-0  {
	display: inline-block;
	float: left;
	width: 100%;
	border-width: 0 0 1px;
 	position: relative;
}
.rd-category-menu-warp  .li-depth-0 .menu-item-link {
	display: inline-block;
	padding: 0px;position: relative;
	padding:16px 20px;

	font-family: inherit  !important;

	line-height: inherit  !important;
	width:100%;
	line-height: 1.5em;border-radius: 00px;
	float: left;
	text-align:left;
}
.rd-category-menu .menu-item-link  .rd-menu-featured {
    position:relative;
     padding: .1em 1em;
	 margin-left:5px;
    font-weight: 400;
    font-size: 11px;
    border-radius: 50px;
		 display: -webkit-inline-box;
		 vertical-align:top;
}	
 .rd-layout_9 .rd-category-menu-warp  .li-depth-0 .menu-item-link {
    padding: 13.75px 20px;
}
 .rd-layout_15 .rd-category-menu-warp  .li-depth-0 .menu-item-link  {
    padding: 15px 20px;
}
.rd-category-menu-warp .li-depth-0:hover .menu-item-link {
	color:#fff;
}
.rd-category-menu-warp .li-depth-0:not(.current-menu-item) .menu-item-link  {
color: #141313;
}
 
.rd-category-menu-warp .li-depth-0.menu-item-has-children  > .menu-item-link::after {
	content: "\f345";
	font-family: dashicons;
	margin-left: 2px;
	float:right;
	font-style: normal;
	vertical-align:middle;
} 
.rd-category-menu-warp .sub-menu {
	height: auto!important;
 	display: none;
	float: left;
	position: absolute;
	width: 220px ;
	left: 0;
	margin: 0!important;
	background: #fff;
			display: inline-block !important;

	right: 0;
	left: 100%;
	
		-webkit-transition: all 300ms linear;
		-moz-transition: all 300ms linear;
		-ms-transition: all 300ms linear;
		-o-transition: all 300ms linear;
		transition: all 300ms linear;list-style: none;
		-webkit-transform: rotateX(-90deg);
		-moz-transform: rotateX(-90deg);
		-ms-transform: rotateX( -90deg);
		-o-transform: rotateX( -90deg);
		transform: rotateX( -90deg);
		-webkit-transform-origin: 0% 0%;
		-moz-transform-origin: 0% 0%;
		-ms-transform-origin: 0% 0%;
		-o-transform-origin: 0% 0%;
		transform-origin: 0% 0%;
	top: 0;
		box-shadow: 0 0 15px 0px rgba(118,128,138,0.15)!important;

	margin: 0;
 	z-index: 999!important
} 
	.rd-menu-background-full-size .rd-menu-background{
		background-size:cover;

	} 
	.rd-category-menu .sub-menu.rd-this-hover {
		-webkit-transition: all 300ms linear;
		-moz-transition: all 300ms linear;
		-ms-transition: all 300ms linear;
		-o-transition: all 300ms linear;
		transition: all 300ms linear;
		-webkit-transform: rotateX(0deg);
		-moz-transform: rotateX(0deg);
		-ms-transform: rotateX(0deg);
		-o-transform: rotateX(0deg);
		transform: rotateX(0deg);
	}
	.rd-category-menu .rd-menu-width-200 .sub-depth-0{
		width:200px;
	}
	.rd-category-menu .rd-menu-width-400 .sub-depth-0{
		width:400px;
	}	
	
 	.rd-category-menu .rd-menu-width-600 .sub-depth-0{
		width:600px;
	}	
	
 	.rd-category-menu .rd-menu-width-800 .sub-depth-0{
		width:800px;
	}
	.rd-category-menu .rd-menu-width-1000 .sub-depth-0{
		width:1000px;
	}	
 	.rd-category-menu .rd-menu-width-full-width .sub-depth-0{
		width:100%;
	}
	.rd-nav-menu .rd-menu-width-full-width{
		position:inherit;
	}
	
.rd-category-menu-warp .sub-menu .menu-item.menu-item-has-children > .menu-item-link::after {
	content: "\f345";
	vertical-align: middle
}
.rd-category-menu-warp .sub-menu .menu-item{
	width:100%;
}
.rd-category-menu-warp .sub-menu .menu-item-link {
 	width: 100%; 
	margin: 0!important;
	border-bottom: solid 1px rgba(118,128,138,0.2)!important;
	margin-top: 0;
	float: left;
	padding:10px 15px;
}
.rd-category-menu-warp .sub-menu .menu-item-link{
	font-family: initial;
 	line-height: inherit;
 }
.rd-category-menu-warp .sub-menu  .menu-item-link{
	text-shadow: none!important;
 	width: 100%;
	height: 100%;
	float: left;
	font-size: 14px!important;
	font-weight: 400!important;
 	background: none!important;
	color: #000;
 }
 
.rd-category-menu-warp .sub-menu .rd-main-indicator {
	display: none
}
.rd-category-menu-warp .sub-menu .rd-sub-indicator {
	margin-left: 5px
}
.rd-menu-active ul {
	border-top: none!important
}
.rd-category-menu:not(.rd-sub-category-menu) .rd-category-menu-warp{
		box-shadow: 0 0 15px 0px rgba(118,128,138,0.15)!important;
}
.rd-category-menu-warp .sub-menu .sub-menu  {
	right: 0;
	left: 100%;
	top: 0;
	margin: 0;
	z-index: 99999
}
.rd-category-menu-warp a::before {
	vertical-align: top;
	margin-right: 5px;
	font-size: 1.0em;
	font-family: FontAwesome!important
}
.rd_model a::before {
	font-family: FontAwesome!important
}
.rd-category-menu-warp .sub-menu  .sub-menu   .fa::before {
	float: left;
	line-height: 38px!important;
	font-size: 16px
}
 

} 
@media (max-width: 991px) {
.rd-category-menu-warp {
	float: right;
	text-align: center
}
.rd-body-menu-active{
	overflow-y: hidden !important;
}
.rd-category-menu-warp .rd-menu-posts .sub-posts, .rd-category-menu-warp .rd-menu-sub-posts .sub-posts {
	display: none !important;
}
.rd-category-menu-warp .rd-menu-posts .rd-menu-down, .rd-category-menu-warp .rd-menu-posts .rd-menu-up {
	display: none !important;
}
.rd-category-menu-warp .rd-menu-sub-posts .rd-content {
	display: none !important;
}
.rd-category-menu-warp.rd-menu-right {
	float: left;
}
 
.rd-category-title-bg{
	content:"";
	position:absolute;
	top:0px;

	width:100%;
 

} 
 
.rd-category-menu.rd-menu-active {
	position:fixed !important;
	height:100% !important;
	width:100%;
	top: 0 !important;
	z-index:11111111; 
	overflow-y:scroll;
}
.rd-category-menu-warp .rd-menu-icon {
	float: left;
	text-align:center;
	padding: 0 15px;
	height: 100%;
 
	cursor: pointer
}

.rd-category-menu-warp.rd-menu-active .rd-menu-icon,.rd-category-menu-warp.rd-menu-active .rd-menu-icon::before{
	text-align:center;
	width:100%;
}
 .rd-category-menu-warp.rd-menu-active .rd-menu-icon::before{
 content: "\f335" !important;
 font-size:2em !important;
 }
.rd-category-menu-warp li::before {
	display:none !important; 
}
.rd-category-menu-warp li a::before {
	display:inline-block !important; 
}
.rd-category-menu-warp .rd-menu-icon:hover, .rd-category-menu-warp.rd-menu-active .rd-menu-icon {
	background: -moz-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%);
	color: #000
}
#rd-wrapper .rd-category-menu-warp .sub-depth-0{
	margin-top:0px  !important;
}
.rd-category-menu-warp li a::before {
	vertical-align: top;
	line-height: 48px;
	font-size: 1.3em !important;
	font-family: FontAwesome!important
}
.rd-category-menu-warp .rd-menu-icon::before {
	content: "\f333"!important;
	font-size: 1.8em;
	font-family: dashicons!important
}
.rd-category-menu-warp.rd-menu-active ul {
	display: block
}
.rd-category-menu-warp ul {
	left: 0;
	z-index: 9999;
	display: none;
	width: 100%;
	position: absolute;
	background: #fff;
	margin-left: 0px;
}
.rd-masthead .rd-category-menu-warp ul {
	margin-top: 50px;
}
.rd-category-menu-warp .rd-menu-enable {
	display: none!important
}
.rd-category-menu-warp rd-menu-down.rd-menu-enable, .rd-category-menu-warp rd-menu-up.rd-menu-enable {
	display: block!important;
	overflow: visible!important
}
.rd-category-menu-warp .rd-menu-down {
	cursor: pointer;
	font-size: 50px;
	width: 50px!important;
	line-height: 50px;
	text-align: center;
	float: right;
	position: absolute;
	right: 0
}
.rd-category-menu-warp .rd-menu-up {
	font-size: 50px;
	width: 50px;
	cursor: pointer;
	line-height:50px;
	display: none;
	text-align: center;
	float: right;
	position: absolute;
	right: 0
}
.rd-category-menu-warp a::before {
	margin-right: 5px;
	margin-left: 0px;
}
.rd-category-menu-warp ul li {
	box-shadow: 0 -1px 0 0 rgba(118,128,138,0.2);
	line-height: 50px;
	position: relative;
	list-style: none;
	height: auto !important;
	float: left;
	font-weight: 400;
	text-align: left;
	padding: 0 0 0 20px;
	width: 100%
}
.rd-category-menu-warp ul li a {
	padding: 0 20px 0 0 !important;
	font-size: 15px;
 	background: none!important;
	line-height: 50px!important;
	position: relative;
	font-weight: 400;
	box-shadow: none!important;
	float: left
}
.rd-category-menu-warp ul li a:hover{
	color:#ffffff !important;
	padding: 0 15px !important;
	
}
.rd-category-menu-warp ul ul {
	display: none!important;
	width: 100%!important;
	top: 0!important;
	left: auto!important;
	background: none!important;
	right: auto!important;
	position: relative!important;
	margin: 0!important;
	display: none;
	float: left;
	opacity: 1!important
}
#rd-wrapper .rd-category-menu-warp ul ul {
	margin-top: 0px !important;
}
.rd-category-menu-warp ul ul.rd-menu-show {
	display: block!important;
	overflow: visible!important;
	height: auto!important
}
.rd-category-menu-warp ul .sub-posts.rd-menu-show {
	display: block!important;
	overflow: visible!important;
	margin: 0px !important;
	opacity: 1 !important;
	height: auto!important;
	width: 100% !important;
}

.rd-category-menu-warp .rd-main-indicator, .rd-category-menu-warp .rd-sub-indicator {
	display: none
}
.rd-navplus .rd-category-menu-warp ul {
	margin-top: 38px
}
}
@media (min-width: 992px) {
	
.rd-category-menu{
	float:left;
}
.rd-category-menu .rd-category-title{
 	padding:0px 20px;
	float: left;
	border-radius:00px;
 width: 100%;
  }
  
 
  

.rd-category-menu .rd-category-title a{
	color:#ffffff;
	font-size:15px;
	float:left;
}
 
.rd-category-menu .rd-category-title i{
	float:left;
	margin-right:5px;
}
.rd-category-title:hover{
	opacity:0.5;
}
.rd-category-menu .rd-category-title i::before{
	color:#ffffff ;
	content: "\f333";
 	font-size: 1.5em;
	font-family: dashicons!important;
	font-style: normal;
}
}
@media  (max-width: 1199px) and (min-width: 992px)  {

.rd-layout_5 .rd-category-menu-warp ul li a{
	padding:10px 20px;
}
}
@media (max-width: 991px) {
.rd-category-menu .rd-category-title,.rd-category-menu .rd-category-title a,.rd-category-menu .rd-category-title i{
 	float: left;
	width:auto;
 
}

body #rd-wrapper .rd-category-menu.rd-menu-active .rd-category-title {
	height:80px !important;
	line-height:80px !important;
}
.rd-category-menu {
float: left;	
position: relative;
}
.rd-category-menu-warp {
	float: right;
	text-align: center
} 
.rd-category-menu-warp .rd-menu-posts .sub-posts, .rd-category-menu-warp .rd-menu-sub-posts .sub-posts {
	display: none !important;
}
.rd-category-menu-warp .rd-menu-posts .rd-menu-down, .rd-category-menu-warp .rd-menu-posts .rd-menu-up {
	display: none !important;
}
.rd-category-menu-warp .rd-menu-sub-posts .rd-content {
	display: none !important;
}
.rd-category-menu.rd-menu-right {
	float: left;
}
 .rd-menu-active .rd-category-menu-warp {
	 margin-top:0px

 }  
.rd-category-menu .rd-menu-icon {
	float: left;
	text-align:center;
	padding: 0 20px;
 	cursor: pointer
}
.rd-category-menu .rd-menu-icon:hover{
	opacity:.8;
}
.rd-category-menu.rd-menu-active .rd-menu-icon,.rd-category-menu.rd-menu-active .rd-menu-icon::before{
	text-align:center;
	width:100%;
}
 .rd-category-menu.rd-menu-active .rd-menu-icon i::before{
 content: "\f335" !important;
 font-size:2em !important;
 }
.rd-category-menu-warp li::before {
	display:none !important; 
}
.rd-category-menu-warp li a::before {
	display:inline-block !important; 
}
.rd-category-menu .rd-menu-icon:hover, .rd-category-menu.rd-menu-active .rd-menu-icon { 
 
	color: #000
}
#rd-wrapper .rd-category-menu .sub-depth-0{
	margin-top:0px  !important;
}
.rd-category-menu li a::before {
vertical-align: middle;

line-height: 50px;
	font-size: 1.3em !important;
	font-family: FontAwesome!important
}
.rd-category-menu .rd-menu-icon a i::before {
	content: "\f333"!important;
	font-size: 1.5em;
	margin-right:5px;
	font-style: normal;
	font-family: dashicons!important
}

.rd-category-menu.rd-menu-active ul {
	display: block
}
.rd-category-menu.rd-menu-active .rd-category-title-bg{
	display:none !important;
}
.rd-category-title{
	box-shadow: 0 0px 0 1px rgba(118,128,138,0.2) inset;
}
.rd-category-menu.rd-menu-active .rd-menu-icon{
	box-shadow:none !important;
	
}
.rd-category-menu .rd-menu-icon a{
		transform: translate(-50%, 0%);
	 float: left;
 	left: 50%;
 	position:relative;
  	-webkit-transform: translate(-50%, 00%);
	-moz-transform: translate(-50%, 00%);
	-o-transform: translate(-50%, 00%);
	-ms-transform: translate(-50%, 0%)	
  }
  .rd-category-menu.rd-menu-active .rd-category-title{
	  line-height:80px !important;
	  height:80px !important;
  }
  .rd-masthead .rd-menu-active .rd-category-menu-warp ul{
	  margin-top:80px !important;
  }
.rd-category-menu ul {
	left: 0;
	z-index: 9999;
	display: none;
	width: 100%;
	position: absolute;
	background: #fff;
	margin-left: 0px;
}
.rd-masthead .rd-category-menu-warp   {
	margin-top: 00px;
 	
}
.rd-category-menu-warp .rd-menu-enable {
	display: none!important
}
.rd-category-menu-warp rd-menu-down.rd-menu-enable, .rd-category-menu-warp rd-menu-up.rd-menu-enable {
	display: block!important;
	overflow: visible!important
}
.rd-category-menu-warp .rd-menu-down {
	cursor: pointer;
	font-size: 50px;
	width: 50px!important;
	line-height: 50px;
	text-align: center;
	float: right;
	position: absolute;
	right: 0
}
.rd-category-menu-warp .rd-menu-up {
	font-size: 50px;
	width: 50px;
	cursor: pointer;
	line-height: 50px;
	display: none;
	text-align: center;
	float: right;
	position: absolute;
	right: 0
}
.rd-category-menu-warp a::before {
	margin-right: 5px;
	margin-left: 0px;
}
.rd-category-menu-warp ul li {
	box-shadow: -1px -1px 0 0 rgba(118,128,138,0.2);
	line-height: 50px;
	position: relative;
	list-style: none;
	height: auto !important;
	float: left;
	font-weight: 400;
	text-align: left;
	padding: 0 0 0 20px;
	width: 100%
}
.rd-category-menu-warp ul li a {
	padding: 0 20px 0 0 !important;
	font-size: 15px;
 	background: none!important;
	line-height: 50px!important;
	position: relative;font-family: inherit;
	font-weight: 400;
	box-shadow: none!important;
	float: left
}
 
.rd-category-menu-warp ul ul {
	display: none!important;
	width: 100%!important;
	top: 0!important;
	left: auto!important;
	background: none!important;
	right: auto!important;
	position: relative!important;
	margin: 0!important;
	display: none;
	float: left;
	opacity: 1!important
}
#rd-wrapper .rd-category-menu-warp ul ul {
	margin-top: 0px !important;
}
#rd-wrapper .rd-category-menu ul ul {
    background: rgba(118,128,138,0.2) !important
}
.rd-category-menu-warp ul ul.rd-menu-show {
	display: block!important;
	overflow: visible!important;
	height: auto!important
}
.rd-category-menu-warp ul .sub-posts.rd-menu-show {
	display: block!important;
	overflow: visible!important;
	margin: 0px !important;
	opacity: 1 !important;
	height: auto!important;
	width: 100% !important;
}

.rd-category-menu-warp .rd-main-indicator, .rd-category-menu-warp .rd-sub-indicator {
	display: none
}
.rd-navplus .rd-category-menu-warp ul {
	margin-top: 38px
}
#rd-wrapper .rd-category-menu.rd-category-active a{
	font-weight:400 !important;
}
#rd-wrapper .rd-menu-active.rd-category-menu li a:hover, #rd-wrapper .rd-menu-active.rd-category-menu li a:hover:before, #rd-wrapper .rd-menu-active.rd-category-menu li span:hover{
	 color:#ffffff !important;
 }

.rd-dropdown-light .rd-menu-active,
.rd-dropdown-light .rd-menu-active ul,
.rd-dropdown-light .rd-category-menu.rd-menu-active .rd-menu-icon:hover,
.rd-dropdown-light .rd-category-menu.rd-menu-active .rd-menu-icon{ background: #ffffff !important;}	
.rd-dropdown-light .rd-category-menu.rd-menu-active a,
.rd-dropdown-light .rd-category-menu.rd-menu-active i::before,
.rd-dropdown-light .rd-category-menu.rd-menu-active  span, 
.rd-dropdown-light .rd-category-menu.rd-menu-active 
{	color:#111111 !important;
}
.rd-dropdown-dark .rd-menu-active,
.rd-dropdown-dark .rd-menu-active ul,
.rd-dropdown-dark .rd-category-menu.rd-menu-active .rd-menu-icon:hover,
.rd-dropdown-dark .rd-category-menu.rd-menu-active .rd-menu-icon{ background: #121518 !important;}	
.rd-dropdown-dark .rd-category-menu.rd-menu-active a,
.rd-dropdown-dark .rd-category-menu.rd-menu-active i::before,
.rd-dropdown-dark .rd-category-menu.rd-menu-active  span, 

.rd-dropdown-dark .rd-category-menu.rd-menu-active 
{	color:#ffffff !important;
}
 
.rd-category-menu:not(.rd-category-active){
	top:0px !important;
}
 body #rd-wrapper header .rd-category-menu:not(:hover) .rd-menu-icon{
	 background:none !important;
 }
 
.rd-menu-active .rd-menu-icon-click{
	display:none !important;
}
}

 @media (max-width: 767px) {
 
   .rd-sticky-enable  .rd-category-menu{
	display:none;
}	
 .rd-category-menu,.rd-category-menu .rd-menu-icon {
	 text-align:center;
	float:left !important;
	width:100%;
	vertical-align: top;
} 
  
 
}


@media (max-width: 1400px) and (min-width: 1350px) {
.rd-category-menu-warp ul li a{
	padding:15px 20px  !important;
}
.rd-layout_9 .rd-category-menu-warp ul li a {
    padding: 13.25px 20px  !important;
}
.rd-layout_15 .rd-category-menu-warp ul li a {
    padding: 14px 20px  !important;
}
}
@media (max-width: 1349px) and (min-width: 1300px) {
.rd-category-menu-warp ul li a{
	padding:14px 20px  !important;
}
.rd-layout_9 .rd-category-menu-warp ul li a {
    padding: 12.25px 20px  !important;
}
.rd-layout_15 .rd-category-menu-warp ul li a {
    padding: 13px 20px  !important;
}
}
@media (max-width: 1299px) and (min-width: 1250px) {
.rd-category-menu-warp ul li a{
	padding:13px 20px  !important;
}
.rd-layout_9 .rd-category-menu-warp ul li a {
    padding: 11.25px 20px  !important;
}
.rd-layout_15 .rd-category-menu-warp ul li a {
    padding: 12px 20px  !important;
}
}
@media (max-width: 1249px) and (min-width: 1200px) {
.rd-category-menu-warp ul li a{
	padding:12px 20px  !important;
}
.rd-layout_9 .rd-category-menu-warp ul li a {
    padding: 10.25px 20px  !important;
}
}
@media (max-width: 1199px) and (min-width: 1150px) {
.rd-category-menu-warp ul li a{
	padding:11px 20px  !important;
}
.rd-layout_9 .rd-category-menu-warp ul li a {
    padding: 9.25px 20px  !important;
}
.rd-layout_15 .rd-category-menu-warp ul li a {
    padding: 10px 20px  !important;
}
}
@media (max-width: 1149px) and (min-width: 1100px) {
.rd-category-menu-warp ul li a{
	padding:10px 20px  !important;
}
.rd-layout_9 .rd-category-menu-warp ul li a {
    padding:8.25px 20px  !important;
}
}
@media (max-width: 1099px) and (min-width: 1050px) {
.rd-category-menu-warp ul li a{
	padding:9px 20px !important;
}
.rd-layout_9 .rd-category-menu-warp ul li a {
    padding: 7.25px 20px  !important;
}
.rd-layout_15 .rd-category-menu-warp ul li a {
    padding: 8px 20px  !important;
}
}
@media (max-width: 1049px) and (min-width: 1000px) {
.rd-category-menu-warp ul li a{
	padding:8px 20px  !important;
}
.rd-layout_9 .rd-category-menu-warp ul li a {
    padding: 6.25px 20px  !important;
}
.rd-layout_15 .rd-category-menu-warp ul li a {
    padding: 7px 20px  !important;
}
} 


 