.vertical-nav li{
	margin-bottom:10px
}

.footer-text .vertical-nav  li a:hover{
	color:#3679BE;
}

#cssmenu{
	display:none
}

@media screen and (min-width: 1280px) {
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;  
	cursor: pointer;
}

#cssmenu ul  {
	float:right
}

#cssmenu ul li {
    margin:0 36px 0 0;
    padding: 0px;
    border: 0;
    list-style: none;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: table;
}

#cssmenu ul ul li {
    margin:0 0 0 0!important;
}


#cssmenu ul li:last-child {
    margin:0 0 0 0;
}
 
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}

#cssmenu {
	position: relative;
    top: 23px;
    float: right;
    display: table;
 }
 
#menu-line {
position: absolute;
    bottom: -8px;
    left: 0;
    height: 2px;
    background: #3679BE;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a {
	  padding: 0px;
	  text-decoration: none;
	  font-size:15px;
	  color: #303030;
	  font-weight:bold;
	  -webkit-transition: color .2s ease;
	  -moz-transition: color .2s ease;
	  -ms-transition: color .2s ease;
	  -o-transition: color .2s ease;
	  transition: color .2s ease;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #3679BE;
}

#cssmenu  ul li:hover > a,
#cssmenu  ul  li.active > a {
  color: #3679BE;
}

#cssmenu > ul > li.has-sub > a {
  padding-right: 25px;
  padding-right: 0;
}

#cssmenu > ul > li.has-sub > a::after {
    position: absolute;
    top: 3px;
    right: -14px;
    width: 6px;
    height: 6px;
    border-bottom: 2px solid #747474;
    border-right: 2px solid #747474;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}
#cssmenu > ul > li.has-sub:hover > a::after {
  border-color: #3679BE;
}
#cssmenu ul ul {
	position: absolute;
	left: -9999px;
	box-shadow: rgb(0 0 0 / 35%) 0px 25px 15px;
	padding-top: 17px;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}

#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
  	width:240px;

}

#cssmenu ul li:hover > ul > li {
  height: 32px;
}

/*SUB MENU*/
#cssmenu ul ul li a {
    top: 5px;
    padding: 10px;
    width: 240px;
    width: 100%;
    line-height: 20px;
    font-size: 14px;
	font-weight:bold;
    background: #fff;
    text-decoration: none;
    color: #303030;
    left: 0px;
	border-bottom: 1px solid #ccc;
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #fff;
  background:#3679BE
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover,
#cssmenu ul ul li.active a{
  color: #fff;
  background:#3679BE
}



#cssmenu ul ul li.has-sub > a::after {
    position: absolute;
    top: 19px;
    right: 10px;
    width: 4px;
    height: 4px;
    border-bottom: 2px solid #dddddd;
    border-right: 2px solid #dddddd;
    content: "";
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}


#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}

#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}

}





@media screen and (max-width:1279px) {
/* -------------------------------- 
Main components
-------------------------------- */
#cd-menu-trigger {
    position: absolute;
    right: 10px;
    display: table;
    top: 55px;
    height: 28px;
    width: 40px;
}
#cd-menu-trigger .cd-menu-text {
  height: 100%;
  color: #FFF;
  display: none;
}
#cd-menu-trigger .cd-menu-icon {
	display: inline-block;
    position: relative;
    width: 30px;
    height: 4px;
    background-color: #3679be;
}
#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 {
  top: -10px;
 
}
#cd-menu-trigger .cd-menu-icon::after {
  bottom: -10px;
}

#cd-menu-trigger.is-clicked .cd-menu-icon {
  background-color: #303030;
}
#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 {
     background-color: #303030;

}
#cd-menu-trigger.is-clicked .cd-menu-icon::after {
     background-color: #303030;

}


#cd-lateral-nav {
  position: fixed;
  height: 100%;
  right: 0;
  top: 0;
  visibility: hidden;
  /* the secondary navigation is covered by the main element */
  z-index: 1;
  width: 100%;
  background-color: #191919;
  background-color: #f3f3f3;
  background-color: #ffffff;
  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(80px);
  -moz-transform: translateX(80px);
  -ms-transform: translateX(80px);
  -o-transform: translateX(80px);
  transform: translateX(80px);
  padding: 35px 0;
}
#cd-lateral-nav .cd-navigation {
  margin: 25px 0 0 0;
}
#cd-lateral-nav .sub-menu {
  padding: 0px;
  display: none;
  background: #3679be;
}
#cd-lateral-nav ul li a {
  display: block;
  line-height: 2em;
  padding: 0 16px 0 15px;
  color: #303030;
  font-weight:bold;
  padding: 10px 10px;
}

#cd-lateral-nav ul li ul li a {
  display: block;
  line-height: 2em;
  padding:10px 10px 10px 20px;
  color: #fff;
  font-weight:normal;
  background: #e8e8e8;
	color: #303030;
}

#cd-lateral-nav ul li ul li.active a {
  background:#aab6c3;
}

#cd-lateral-nav a.current {
  background-color: #3a4a4d;
  color: #FFF;
}
.no-touch #cd-lateral-nav a:hover {
  color: #FFF;
}

#cd-lateral-nav li.active ul li.active a,
#cd-lateral-nav .submenu-open {
	color: #3679be;
}

#cd-lateral-nav li.active a {
	color: #fff;
    background: #3679be;
}


#cd-lateral-nav li.active  li a{
	background: #e8e8e8;
	color: #303030;
}

#cd-lateral-nav li.active ul li.active {
	background:#303030;
}

#cd-lateral-nav li.active ul li.active  a{
	color:#fff
}

#cd-lateral-nav ul li{
    border-bottom: 1px solid #e8e8e8;
}
/**
#cd-lateral-nav ul li:last-child{
    border-bottom: 0px solid #e8e8e8;
}
**/
#cd-lateral-nav ul li ul li {
    border-bottom: 1px solid #bfbebe;
}

 #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;
  width: 280px;
}

/* style menu items which have a submenu  */
#cd-lateral-nav .item-has-children > a {
  position: relative;
  /* 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: 8px;
  width: 8px;
  position: absolute;
  top: 40%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1em;
  border-bottom: 2px solid #303030;
    border-right: 2px solid #303030;
  background-size: 8px 8px;
  -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;
      -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#cd-lateral-nav .item-has-children > a.submenu-open::after {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

}/** end of media 1279 ***/


@media screen and (max-width: 768px) {
	#cd-lateral-nav.lateral-menu-is-open {
	  width: 100%;
	  padding: 35px 0;
	}
} 




ul.mobile-secondary-menu  li a {
    display: block;
    line-height: 2em;
    padding: 0 16px 0 15px;
    color: #303030;
    font-weight: bold;
    padding: 10px 10px;
}

ul.mobile-contact-menu  li  {
    display: block;
    line-height: 2em;
    padding: 0 16px 0 15px;
    color: #303030;
    font-weight: bold;
    padding: 10px 10px;
	border:0;
}




