﻿
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url('fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),  url('fonts/ProximaNova-Regular.otf')  format('opentype'),
	     url('fonts/ProximaNova-Regular.woff') format('woff'), url('fonts/ProximaNova-Regular.ttf')  format('truetype'), url('fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}



@font-face {
  font-family: 'ProximaNova-Semibold';
  src: url('fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),  url('fonts/ProximaNova-Semibold.otf')  format('opentype'),
	     url('fonts/ProximaNova-Semibold.woff') format('woff'), url('fonts/ProximaNova-Semibold.ttf')  format('truetype'), url('fonts/ProximaNova-Semibold.svg#ProximaNova-Semibold') format('svg');
  font-weight: normal;
  font-style: normal;
}



@font-face {
  font-family: 'ProximaNova-Light';
  src: url('fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),  url('fonts/ProximaNova-Light.otf')  format('opentype'),
	     url('fonts/ProximaNova-Light.woff') format('woff'), url('ProximaNova-Light.ttf')  format('truetype'), url('fonts/ProximaNova-Light.svg#ProximaNova-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}



#cssmenutop,
#cssmenutop ul,
#cssmenutop ul li,
#cssmenutop ul li a,
#cssmenutop #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; 
  z-index:2;
}
#cssmenutop:after,
#cssmenutop > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenutop #menu-button {
  display: none;
}
#cssmenutop { 
    /*font-family: ProximaNova-Light !important ;*/ 
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
   /*background:#b1d466;*/ 
    background:#ffffff;  
}
#cssmenutop > ul > li {
  float: left;
}
#cssmenutop.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenutop.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenutop.align-center ul ul {
  text-align: left;
}
#cssmenutop.align-right > ul > li {
  float: right;
}

/*start menutop*/
#cssmenutop > ul > li > a {
  padding: 10px;
  font-size: 14px;
  letter-spacing: 1px;
  text-decoration: none;
  color:#000000;
  margin-top:5px; 
   /*border-left:solid;*/
   /*border-top:solid;
   border-bottom:solid;*/
}

#cssmenutop > ul > li:hover > a {
   color:#FF0A0A;
}

/*End menutop*/

#cssmenutop > ul > li.has-sub > a {
  padding-right: 5px;
}
 

#cssmenutop > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#cssmenutop ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenutop.align-right ul ul {
  text-align: right;
}
#cssmenutop 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;
}
#cssmenutop li:hover > ul {
  left: auto;
}
#cssmenutop.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenutop li:hover > ul > li {
  height: 35px;
}
#cssmenutop ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenutop.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}


/*start DropdownMenu*/
#cssmenutop ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 220px;
  font-size: 12px;
  text-decoration: none;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color:#000000;
  /*background: #b1d466;*/
  /*background: #b5f7bf;*/
   background:#ffffff;
}
#cssmenutop ul ul li:last-child > a,
#cssmenutop ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenutop ul ul li:hover > a,
#cssmenutop ul ul li a:hover {
    color:#FF0A0A;
}
/*End DropdownMenu*/

/*start DropdownMenu plus sign*/
#cssmenutop ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
   background: #ffffff;
  content: '';
}
#cssmenutop.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#cssmenutop ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #ffffff;
  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;
}

/*start DropdownMenu plus sign*/

#cssmenutop.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#cssmenutop ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenutop {
    width: 100%;
  }
  #cssmenutop ul {
    width: 100%;
    display: none;
  }
  #cssmenutop.align-center > ul {
    text-align: left;
  }
  #cssmenutop ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
  }
  #cssmenutop ul ul li,
  #cssmenutop li:hover > ul > li {
    height: auto;
  }
  #cssmenutop ul li a,
  #cssmenutop ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #cssmenutop > ul > li {
    float: none;
  }
  #cssmenutop ul ul li a {
    padding-left: 25px;
  }
  #cssmenutop ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenutop ul ul li a {
    /*color: #dddddd;*/
     color: #008000;
    background: none;
  }
  #cssmenutop ul ul li:hover > a,
  #cssmenutop ul ul li.active > a {
    color: #ffffff;
  }
  #cssmenutop ul ul,
  #cssmenutop ul ul ul,
  #cssmenutop.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenutop > ul > li.has-sub > a:after,
  #cssmenutop > ul > li.has-sub > a:before,
  #cssmenutop ul ul > li.has-sub > a:after,
  #cssmenutop ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenutop #menu-button {
    display: block;
    padding: 17px;
    color: #008000;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
  }
  #cssmenutop #menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 4px;
    width: 20px;
      border-top: 2px solid #008000;
    border-bottom: 2px solid #008000;
    content: '';
  }
  #cssmenutop #menu-button:before {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
     background: #008000;
    content: '';
  }
  #cssmenutop #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    /*background: #ffffff;*/
     background: red;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #cssmenutop #menu-button.menu-opened:before {
    top: 23px;
    /*background: #ffffff;*/
      background: red;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenutop .submenu-button {
    /*position: absolute;*/ 
    z-index:1;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 46px;
    width: 46px;
    cursor: pointer;
     
   
  
  }
  #cssmenutop .submenu-button.submenu-opened {
    /*background: #262626;*/
    background: blue;
  }
  #cssmenutop ul ul .submenu-button {
    height: 34px;
    width: 34px; 
  }
  #cssmenutop .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    /*background: #dddddd;*/
     background: #008000;
    content: '';
  }
  #cssmenutop ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #cssmenutop .submenu-button.submenu-opened:after {
    /*background: #ffffff;*/
     background: #008000;
  }
  #cssmenutop .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    /*background: #dddddd;*/
    background: #008000;
    content: '';
  }
  #cssmenutop ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #cssmenutop .submenu-button.submenu-opened:before {
    display: none;
  }
}

