@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
#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;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu ul ul li.current_page_item a::after{
background: none;
}
#cssmenu ul ul li.current_page_item a::before{
background: none;
}


#cssmenu #menu-button {
  display: none;
}

#cssmenu {
    width: 100%;
    float: right;
   margin: 0px 0 0 0;
}

#cssmenu ul li {
  float: left;
  padding:18px 0;
}

/* Safari only override */
::i-block-chrome,
#cssmenu ul li {
	padding:10px 19px;
}
/* Safari only override */
::i-block-chrome,#cssmenu ul li {
	padding:20px 0px;
}
#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;
}
/* Safari only override */
::i-block-chrome,#cssmenu ul li a {
	padding: 4px 15px 0 !important;
}
/* Safari only override */
::i-block-chrome,#cssmenu1 ul li a {
	padding: 4px 15px 0 !important;
}
#cssmenu ul li a {
    padding: 4px 13px 0;
    font-size: 14px;
    text-decoration: none;
    color: #000 !important;
    font-weight:400;
	outline:none;
	text-transform:uppercase;
}
#cssmenu ul li:nth-child(6) a{
	border-right:0;
}
#cssmenu ul li:hover a {
  color: #2c8887;
  outline:none;
    font-weight:400;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { /* Safari only override */ ::i-block-chrome, 
#cssmenu ul li:hover a, b{ 
font-weight:normal;
 } }
#cssmenu ul li.current_page_item a{
  color: #2c8887;
}
#cssmenu ul li a:hover:after {
	position: absolute;
    top:0px;
    right:5px;
    width:6px;
    height:24px;
    display: block;
	background:url(../images/left-2.png) no-repeat;
    content: '';
}
#cssmenu ul ul li a:hover:before{
background:none;
}
#cssmenu ul ul li a:hover:after{
background:none;
}
#cssmenu ul li a:hover:before {
	position: absolute;
    top:0px;
    left:5px;
    width:6px;
    height:24px;
    display: block;
	background:url(../images/left-1.png) no-repeat;
    content: '';
}
#cssmenu ul li a.active:after {
	position: absolute;
    top:0px;
    right:5px;
    width:6px;
    height:24px;
    display: block;
	background:url(../images/left-2.png) no-repeat;
    content: '';
}
#cssmenu ul li a.active:before {
	position: absolute;
    top:0px;
    left:5px;
    width:6px;
    height:24px;
    display: block;
	background:url(../images/left-1.png) no-repeat;
    content: '';
}
#cssmenu ul li.current_page_item a:before {
	position: absolute;
    top:0px;
    left:5px;
    width:6px;
    height:24px;
    display: block;
	background:url(../images/left-1.png) no-repeat;
    content: '';
}
#cssmenu ul li.current_page_item a:after {
	position: absolute;
    top:0px;
    right:5px;
    width:6px;
    height:24px;
    display: block;
	background:url(../images/left-2.png) no-repeat;
    content: '';
}
#cssmenu ul ul {
    position: absolute;
    left: -9999px;
    z-index: 9999999;
    top:50px;
    background:#f8f8f8;
	box-shadow:6px 5px 7px 0px rgba(0,0,0,0.2);
	border-top:2px solid #2c8887;
	margin: 0 0 0 0;
	padding:20px 0 0 0;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu li:hover ul {
  left: auto;
}
#cssmenu.align-right li:hover ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover ul li {
  height: auto;
}
#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 h1{
	color:#df3636;
	font-size:15px;
	font-weight:600;
	text-transform:uppercase;
	 padding:20px 0 20px 15px
}
#cssmenu ul ul li .outerBox{
	width: 526px;
padding-bottom: 11px;
float: left;
}
#cssmenu ul ul li a {
  padding:0px 44px 10px 15px;
  text-decoration: none;
  color:#666666;
	font-size:13px;
	font-weight:400;
	text-transform:uppercase;
  /* background: #f38709; */
}
#cssmenu ul ul li:last-child a,
#cssmenu ul ul li.last-item a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover a,
#cssmenu ul ul li a:hover {
  color:#2c8887;
	font-size:13px;
	font-weight:400;
	text-transform:uppercase;
}
#cssmenu ul ul li.has-sub a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #fff;
  content: '';
}
#cssmenu.align-right ul ul li.has-sub a:after {
  right: auto;
  left: 11px;
}
#cssmenu ul ul li.has-sub a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #fff;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub a:before {
  right: auto;
  left: 14px;
}
#cssmenu ul ul li.has-sub:hover a:before {
  top: 17px;
  height: 0;
}
@media all and (max-width:812px) {
#cssmenu ul ul {
    box-shadow: 6px 5px 7px 0px rgba(0,0,0,0.0);
}
#cssmenu ul ul li h1{
	padding:20px 0;
}
.innerlink{
	background:#f8f8f8;
	width:100%;
	text-align:center;
}
#cssmenu ul ul li .outerBox {
    width: 100%;
	margin: 0 0 13px 0;
}
#cssmenu ul ul li{
	    border-top: 1px solid rgba(120, 120, 120, 0.0);
}
#cssmenu > ul > li > a{
	border:0;
}
#cssmenu{
	border-top:0 ;
} 
   #cssmenu {
    width:100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
	text-align:center;
	background:#d6d6d6;
	box-shadow:0px rgba(0,0,0,0.0);
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }

  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu ul ul li a {
    padding: 0px 0 19px 0;
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul li a {
    color: #000;
    background: none;
    text-align: center;
}
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #fff;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
	top: 11px;
    text-align: left;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 17px;
    color: #fff;
    cursor: pointer;
    font-size: 0px;
    text-transform: uppercase;
    font-weight: 700;
  }
 #cssmenu #menu-button:after {
    position: absolute;
    top: 0;
    right: 0px;
    display: block;
    height: 17px;
    width: 25px;
    border-top: 3px solid #2c8887;
    border-bottom: 3px solid #2c8887;
    content: '';
}
#cssmenu #menu-button:before {
    position: absolute;
    top: 7px;
    right: 0px;
    display: block;
    height: 3px;
    width: 25px;
    background: #2c8887;
    content: '';
}
  #cssmenu #menu-button.menu-opened:after {
    top: 4px;
    border: 0;
    height: 3px;
    width: 19px;
    background: #2c8887;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #cssmenu #menu-button.menu-opened:before {
    top: 4px;
    background: #2c8887;
    width: 19px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 39px;
    width: 46px;
    cursor: pointer;
  }
  /*-----------------------16-3-2017------------------------------*/
  #cssmenu .submenu-button.submenu-opened {
    background:none;
  }
  /*-----------------------16-3-2017------------------------------*/
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 19px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #2c8887;
    content: '';
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #2c8887;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 16px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #2c8887;
    content: '';
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
#cssmenu ul {
    margin-top: 40px;
}
#cssmenu #menu-button.menu-opened {
    border: 2px solid #2c8887;
    display: inline-block;
    float: right;
    border-radius: 100%;
    height: 26px;
    width: 26px;
    padding: 0;
}
#cssmenu #menu-button.menu-opened:before {
    width: 15px;
    top: 10px;
    left: 4px;
}
#cssmenu #menu-button.menu-opened:after {
    width: 15px;
    top: 10px;
    right: 3px;
}
#cssmenu ul li{
padding: 10px 0;
}
}





/*-- menu1 --*/
#cssmenu1,
#cssmenu1 ul,
#cssmenu1 ul li,
#cssmenu1 ul li a,
#cssmenu1 #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;
}
#cssmenu1:after,
#cssmenu1 ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu1 #menu-button {
  display: none;
}

#cssmenu1 {
    width: 100%;
    float: right;
   margin: 0px 0 0 0;
}

#cssmenu1 ul li {
  float: left;
  padding:18px 0;
}

/* Safari only override */
::i-block-chrome,
#cssmenu1 ul li {
	padding:10px 19px;
}
/* Safari only override */
::i-block-chrome,#cssmenu1 ul li {
	padding:20px 0px;
}
#cssmenu1.align-center ul {
  font-size: 0;
  text-align: center;
}
#cssmenu1.align-center ul li {
  display: inline-block;
  float: none;
}
#cssmenu1.align-center ul ul {
  text-align: left;
}
#cssmenu1.align-right ul li {
  float: right;
}
#cssmenu1 ul li a {
    padding: 4px 13px 0;
    font-size: 14px;
    text-decoration: none;
    color: #6e6e6e;
    font-weight:400;
	outline:none;
	text-transform:uppercase;
}
#cssmenu1 ul li:nth-child(6) a{
	border-right:0;
}
#cssmenu1 ul li:hover a {
  color: #2c8887;
  outline:none;
    font-weight:400;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { /* Safari only override */ ::i-block-chrome, 
#cssmenu1 ul li:hover a, b{ 
font-weight:normal;
 } }
#cssmenu1 ul li.current_page_item a {
  color: #2c8887;
}
#cssmenu1 ul li a:hover:after {
	position: absolute;
    top:0px;
    right:5px;
    width:6px;
    height:24px;
    display: block;
	background:url(../images/left-2.png) no-repeat;
    content: '';
}
#cssmenu1 ul li a:hover:before {
	position: absolute;
    top:0px;
    left:5px;
    width:6px;
    height:24px;
    display: block;
	background:url(../images/left-1.png) no-repeat;
    content: '';
}
#cssmenu1 ul li.current_page_item a:after {
	position: absolute;
    top:0px;
    right:5px;
    width:6px;
    height:24px;
    display: block;
	background:url(../images/left-2.png) no-repeat;
    content: '';
}
#cssmenu1 ul li.current_page_item a:before {
	position: absolute;
    top:0px;
    left:5px;
    width:6px;
    height:24px;
    display: block;
	background:url(../images/left-1.png) no-repeat;
    content: '';
}


#cssmenu1 ul ul {
    position: absolute;
    left: -9999px;
    z-index: 9999999;
    top:50px;
    background:#f8f8f8;
	box-shadow:6px 5px 7px 0px rgba(0,0,0,0.2);
	border-top:2px solid #2c8887;
	margin: 0 0 0 0;
	padding:20px 0 0 0;
}
#cssmenu1.align-right ul ul {
  text-align: right;
}
#cssmenu1 ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu1 li:hover ul {
  left: auto;
}
#cssmenu1.align-right li:hover ul {
  left: auto;
  right: 0;
}
#cssmenu1 li:hover ul li {
  height: auto;
}
#cssmenu1 ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu1.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu1 ul ul li h1{
	color:#df3636;
	font-size:15px;
	font-weight:600;
	text-transform:uppercase;
	 padding:20px 0 20px 15px
}
#cssmenu1 ul ul li .outerBox{
	width: 526px;
padding-bottom: 11px;
float: left;
}
#cssmenu1 ul ul li a {
  padding:0px 44px 10px 15px;
  text-decoration: none;
  color:#666666;
	font-size:13px;
	font-weight:400;
	text-transform:uppercase;
  /* background: #f38709; */
}
#cssmenu1 ul ul li:last-child a,
#cssmenu1 ul ul li.last-item a {
  border-bottom: 0;
}
#cssmenu1 ul ul li:hover > a,
#cssmenu1 ul ul li a:hover {
  color:#2c8887;
	font-size:13px;
	font-weight:400;
	text-transform:uppercase;
}
#cssmenu1 ul ul li.has-sub a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #fff;
  content: '';
}
#cssmenu1.align-right ul ul li.has-sub a:after {
  right: auto;
  left: 11px;
}
#cssmenu1 ul ul li.has-sub a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #fff;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu1.align-right ul ul li.has-sub a:before {
  right: auto;
  left: 14px;
}
#cssmenu1 ul ul li.has-sub:hover a:before {
  top: 17px;
  height: 0;
}
@media all and (max-width:812px) {

#cssmenu1 ul ul {
    box-shadow: 6px 5px 7px 0px rgba(0,0,0,0.0);
}
#cssmenu1 ul ul li h1{
	padding:20px 0;
}
.innerlink{
	background:#f8f8f8;
	width:100%;
	text-align:center;
}
#cssmenu1 ul ul li .outerBox {
    width: 100%;
	margin: 0 0 13px 0;
}
#cssmenu1 ul ul li{
	    border-top: 1px solid rgba(120, 120, 120, 0.0);
}
#cssmenu1 > ul > li > a{
	border:0;
}
#cssmenu1{
	border-top:0 ;
} 
   #cssmenu1 {
    width:100%;
  }
  #cssmenu1 ul {
    width: 100%;
    display: none;
	text-align:center;
	background:#d6d6d6;
	box-shadow:0px rgba(0,0,0,0.0);
  }
  #cssmenu1.align-center > ul {
    text-align: left;
  }
  #cssmenu1 ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
  }
  #cssmenu1 ul ul li,
  #cssmenu1 li:hover > ul > li {
    height: auto;
  }

  #cssmenu1 ul li a,
  #cssmenu1 ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #cssmenu1 > ul > li {
    float: none;
  }
  #cssmenu1 ul ul li a {
    padding: 0px 0 10px 0;
  }
  #cssmenu1 ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu1 ul ul li a {
    color: #000;
    background: none;
    text-align: center;
}
  #cssmenu1 ul ul li:hover > a,
  #cssmenu1 ul ul li.active > a {
    color: #fff;
  }
  #cssmenu1 ul ul,
  #cssmenu1 ul ul ul,
  #cssmenu1.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
	top: 11px;
    text-align: left;
  }
  #cssmenu1 > ul > li.has-sub > a:after,
  #cssmenu1 > ul > li.has-sub > a:before,
  #cssmenu1 ul ul > li.has-sub > a:after,
  #cssmenu1 ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu1 #menu-button {
    display: block;
    padding: 17px;
    color: #fff;
    cursor: pointer;
    font-size: 0px;
    text-transform: uppercase;
    font-weight: 700;
  }
 #cssmenu1 #menu-button:after {
    position: absolute;
    top: 0;
    right: 0px;
    display: block;
    height: 17px;
    width: 25px;
    border-top: 3px solid #2c8887;
    border-bottom: 3px solid #2c8887;
    content: '';
}
#cssmenu1 #menu-button:before {
    position: absolute;
    top: 7px;
    right: 0px;
    display: block;
    height: 3px;
    width: 25px;
    background: #2c8887;
    content: '';
}
  #cssmenu1 #menu-button.menu-opened:after {
    top: 4px;
    border: 0;
    height: 3px;
    width: 19px;
    background: #2c8887;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #cssmenu1 #menu-button.menu-opened:before {
    top: 4px;
    background: #2c8887;
    width: 19px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu1 .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  /*-----------------------16-3-2017------------------------------*/
  #cssmenu1 .submenu-button.submenu-opened {
    background:none;
  }
  /*-----------------------16-3-2017------------------------------*/
  #cssmenu1 ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #cssmenu1 .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #f38709;
    content: '';
  }
  #cssmenu1 ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #cssmenu1 .submenu-button.submenu-opened:after {
    background: #df3636;
  }
  #cssmenu1 .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #f38709;
    content: '';
  }
  #cssmenu1 ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #cssmenu1 .submenu-button.submenu-opened:before {
    display: none;
  }
}

