
@media only screen and (max-width: 1024px) {
  .cd-main-content.device{
	padding-top:60px;
	padding-bottom:50px;
}

  #cd-lateral-nav  .logo-menu-mobile{
    width:100%;
    height:40px;
  }
  
  .mobile-menu-action-button{
    padding: 10px;
    margin: auto;
    text-align: center;
    width: 90%;
    display: table;
    border-radius: 50px;
    line-height: 32px;
    box-shadow: rgb(0 0 0 / 30%) 0px 5px 5px 0px;
    font-weight: bold;
  }
  
  .mobile-menu-action-button.mobile_menu_call{
    color: #fff;
    background: #75c31f;
  }
  
  .mobile-menu-action-button.mobile_menu_email{
    color: #fff;
    background: #323232;
  }
  
  #cd-menu-trigger {
    position: absolute;
    right: 0;
    width: 30px;
    height: 40px;
    top: 5px;
	display: table;
    position: relative;
  }
  
  #cd-menu-trigger .cd-menu-text {
    height: 100%;
    text-transform: uppercase;
    color: #FFF;
    font-weight: 600;
    display: none;
  }
  #cd-menu-trigger .cd-menu-icon {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 3px;
    background-color: #000;
  }
  #cd-menu-trigger .cd-menu-icon::before, #cd-menu-trigger .cd-menu-icon:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: inherit;
    left: 0;
  }
  #cd-menu-trigger .cd-menu-icon::before {
    bottom: 10px;
  }
  #cd-menu-trigger .cd-menu-icon::after {
    top: 10px;
  }
  #cd-menu-trigger.is-clicked .cd-menu-icon {
    background-color: rgba(255, 255, 255, 0);
  }
  #cd-menu-trigger.is-clicked .cd-menu-icon::before, #cd-menu-trigger.is-clicked .cd-menu-icon::after {
    background-color:#303030;
  }
  #cd-menu-trigger.is-clicked .cd-menu-icon::before {
    bottom: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #cd-menu-trigger.is-clicked .cd-menu-icon::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

   #cd-lateral-nav {
    position: fixed;
    height: 100%;
    right: 0;
    top: 0;
    visibility: hidden;
    /* the secondary navigation is covered by the main element */
    z-index: 2;
    width: 260px;
    background-color: #47525d;
    background-color: #383838; 
    background-color: #fff; 
    overflow-y: auto;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform .4s 0s, visibility 0s .4s;
    -moz-transition: -moz-transform .4s 0s, visibility 0s .4s;
    transition: transform .4s 0s, visibility 0s .4s;
    /* this creates the subtle slide in animation of the navigation */
    -webkit-transform: translateX(480px);
    -moz-transform: translateX(480px);
    -ms-transform: translateX(480px);
    -o-transform: translateX(480px);
    transform: translateX(480px);
   box-shadow: rgb(50 50 93 / 25%) 0px 30px 60px -5px inset, rgb(0 0 0 / 30%) 0px 18px 36px -6px inset
  border-left: 1px solid #303030;
   padding-top: 65px;
    padding-bottom: 50px;
  }
  
  #cd-lateral-nav ul.sub-menu {
    background: #f3f3f3;
 }
 
    #cd-lateral-nav li {
     padding: 0;
      border-bottom: 1px solid #cacaca;
    }
  
  #cd-lateral-nav li ul li {
      padding: 0;
      border-bottom: 0px ​solid #fff!important;
    }
    
  #cd-lateral-nav .cd-navigation {
    margin: 10px 0 16px;
  }
  #cd-lateral-nav .sub-menu {
    padding:0px;
    display: none;
  }

  
  #cd-lateral-nav li.current {
    background-color: #ad9461;
    color: #FFF;
    box-shadow: rgb(50 50 93 / 25%) 0px 5px 5px -12px inset, rgb(0 0 0 / 30%) 0px 23px 26px -15px inset;
  }
  
  #cd-lateral-nav ul li.active a {
    color: #ffffff;
}


  .no-touch #cd-lateral-nav a:hover {
    color: #FFF;
  }
  
  
    #cd-lateral-nav ul li a {
    display: block;
    line-height: 20px;
    padding: 10px 10px 10px 10px;
    color: #fff;
    color: #47525d;
    font-size: 16px;
    font-weight: bold!important;
  }
  
    #cd-lateral-nav ul li ul li a {
      display: block;
    line-height: 20px;
    padding: 10px 10px 10px 10px;
    color: #303030;
    font-size: 14px;
    border-bottom: 1px solid #cacaca;
    font-weight: normal!important;
  }
  
  
  #cd-lateral-nav ul.social-icons-ctn li{
	  border-bottom: 0px solid #cacaca!important;
  }
  

   
  #cd-lateral-nav.lateral-menu-is-open {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    -webkit-transition: -webkit-transform .4s 0s, visibility 0s 0s;
    -moz-transition: -moz-transform .4s 0s, visibility 0s 0s;
    transition: transform .4s 0s, visibility 0s 0s;
    /* smooth the scrolling on touch devices - webkit browsers */
    -webkit-overflow-scrolling: touch;
	border-left: 1px solid #000;
   
  }

  /* style menu items which have a submenu  */
  #cd-lateral-nav .item-has-children > a {
    position: relative;
    text-transform: uppercase;
    /* this is the right arrow to show that the item has a submenu  */
  }
  #cd-lateral-nav .item-has-children > a::after {
content: '';
    display: block;
    height: 11px;
    width: 8px;
    position: absolute;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1em;
    background-size: 8px 11px;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    background: url(../background/svg/cd-arrow.svg) no-repeat center center , #c41d1c;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-position: 7px 5px;

  }
  #cd-lateral-nav .item-has-children > a.submenu-open::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
     background: url(../background/svg/cd-arrow.svg) no-repeat center center , #303030;
  }
 
 #cd-lateral-nav a.submenu-open {
    background: #cb1d1c;
    color:#fff;
  }

}



 @media only screen and (max-width: 680px) {
  #cd-lateral-nav {
    width: 80%;
    }
  }
  