/********** Start RESET **********
	AUTHOR: Osvaldas Valutis, www.osvaldas.info
*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url("/theme/js/boxsizing.htc");
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-overflow-scrolling: touch;
}
a {
  text-decoration: underline;
  color: #000;
}
a:hover {
  text-decoration: none;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
sup,
sub {
  font-size: 75%;
  line-height: 0;
}
sup {
  vertical-align: super;
}
sub {
  vertical-align: sub;
}
pre {
  display: block;
  overflow: auto;
}
code {
  font-family: "Courier New", Courier, monospace;
}
ul,
ol {
  list-style: none;
}
table {
  table-layout: auto;
  border-collapse: separate;
  border-spacing: 0;
  empty-cells: hide;
}
img {
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
input,
textarea {
  -webkit-appearance: none;
}
button,
input,
select,
textarea {
  vertical-align: baseline;
  *vertical-align: middle;
  -webkit-border-radius: 0;
}
button,
input {
  line-height: normal;
  *overflow: visible;
}
table button,
table input {
  *overflow: auto;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="radio"] {
  -webkit-appearance: radio;
}
input[type="checkbox"] {
  -webkit-appearance: checkbox;
}
input::-ms-clear {
  display: none;
}
input[type="password"]::-ms-reveal {
  display: none;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix {
  zoom: 1;
}
*:first-child + html .clearfix {
  zoom: 1;
}
.cleaner {
  height: 0;
  line-height: 0;
  clear: both;
}

/********** End RESET **********/
.menu-wrapper{
	    margin-left: 1%;
}
body,
a,
a:hover {
  color: #111;
}
a {
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
a,
a:hover {
  text-decoration: none;
}
#nav {
  width: 60em;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    position: absolute;
    top: 25%;
    left: auto;
}
#nav > a {
  display: none;
}
#nav li {
  position: relative;
}
#nav li a {
  color: #fff;
  display: block;
}
#nav li a:active, .active {
  background-color: transparent !important;
}
#nav span:after {
  width: 0;
  height: 0;
  border: 0.313em solid transparent; /* 5 */
  border-bottom: none;
  border-top-color:#3a3938;
  content: "";
  vertical-align: middle;
  display: inline-block;
  position: relative;
  right: -0.313em; /* 5 */
}
/* first level */

#nav > ul {
      height: 3.75em;
    background-color: transparent;
	    border-radius: 7px;
		    height: 50px;
}
#nav > ul > li {
      min-width: 12%;
    height: 84%;
    float: left;
	    margin: 0px 5px;
}
#nav > ul > li > a {
        height: 100%;
    font-size: 15px;
    line-height: 2.5em;
    text-align: center;
    padding: 0px 12px;
    font-weight: 900;
    font-family: 'myStyle4';
    color: #3a3938;
    text-transform: uppercase;
}
#nav > ul > li:not(:last-child) > a {
  border-right: 1px solid transparent;
}

.mainMenu li.active{
	background-color: transparent;
  border: 1px solid #58b947!important;
    border-radius: 2px 6px 2px 8px!important;
}
.mainMenu li.active a{
	color: #58b947!important;
}
.mainMenu li:hover{
	background-color: transparent;
}
.mainMenu li:hover>a{
	color: black;
}
/* second level */

#nav li ul {
       background-color: #f3f1f1;
    display: none;
    position: absolute;
    top: 87%;
    padding: 0px;
    width: 200px;
    border-radius: 0px;
}
#nav li:hover ul {
  display: block;
  left: 0;
  right: 0;
}
#nav li:not(:first-child):hover ul {
  left: -1px;
}
#nav li ul a {
      font-size: 15px;
    padding: 0.75em;
    width: 100%;
    box-shadow: none;
    outline: none;
    font-family: 'myStyle4';
    color: #3a3938;
    transition: all 0.3s linear;
    font-weight: 800;
	text-transform: uppercase;
}
#nav li ul li a:hover,
#nav li ul:not(:hover) li.active a {
  /* background-color:#057903 !important; */
  	transition:all 0.3s linear;
	color:#31ac1b;
}
.mainMenu li a:hover, .innermainMenu li a:hover{
	color: #31ac1b!important;
		transition:all 0.3s linear;
}
#nav>ul.mainMenu>li.sideTriangleLi>a.sideTriangleAHref>span.sideTriangle:hover:after{
	border-top-color: #31ac1b;
	transition:all 0.3s linear;
}

/* / */
@media only screen and (max-width: 62.5em) /* 1000 */ {
  #nav {
    width: 100%;
    position: static;
    margin: 0;
  }
}
@media only screen and (max-width: 40em) /* 640 */ {
  html {
    font-size: 75%; /* 12 */
  }
  #nav {
    position: relative;
    top: auto;
    left: auto;
  }
  #nav > a {
    width: 3.125em; /* 50 */
    height: 3.125em; /* 50 */
    text-align: left;
    text-indent: -9999px;
    background-color: e15a1f;
    position: relative;
  }
  #nav > a:before,
  #nav > a:after {
    position: absolute;
    border: 2px solid #fff;
    top: 35%;
    left: 25%;
    right: 25%;
    content: "";
  }
  #nav > a:after {
    top: 60%;
  }
  #nav:not(:target) > a:first-of-type,
  #nav:target > a:last-of-type {
    display: block;
  }
  /* first level */

  #nav > ul {
    height: auto;
    display: none;
    position: relative;
    left: 0;
    right: 0;
  }
  #nav:target > ul {
    display: block;
  }
  #nav > ul > li {
    width: 100%;
    float: left;
  }
  #nav > ul > li > a {
    height: auto;
    text-align: left;
    padding: 0 0.833em; /* 20 (24) */
  }
  #nav > ul > li:not(:last-child) > a {
    border-right: none;
    border-bottom: 1px solid #cc470d;
  }
  /* second level */

  #nav li ul {
    position: static;
    padding: 1.25em; /* 20 */
    padding-top: 0;
  }
}
