﻿@charset "utf-8";
/* CSS Document */


/*** ESSENTIAL STYLES ***/

/*
.mnav {
	display: none;
}
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu {
	line-height: 1.0;
}
.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 200px;
}
.sf-menu ul li {
	width: 100%;
}
.sf-menu li:hover {
	visibility: inherit;
}
.sf-menu li {
	float: left;
	position: relative;
}
.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left: 0;
	top: 15px; 
	z-index: 99;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	left: 10em; 
	top: 0;
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
	left: 10em;
	top: 0;
}


.main_menu {
	float: left;
	position: relative;
	margin: 65px 0 0 51px;
}
.sf-menu {
	float: left;
}
.sf-menu a {
	padding: 0;
	position: relative;
	display: block;
}
.sf-menu a, .sf-menu a:visited { 
	color: #404142;
}
.sf-menu li {
	font: 11px/11px "Open Sans", Arial, sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-left: 3px;
	text-shadow: 1px 1px 0 #fff;
}
.sf-menu li:last-child {
}
.sf-menu li a {
	padding: 0 11px;
	height: 30px;
	line-height: 30px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.sf-menu li a:hover {
	color: #fff;
    
	
    background: #ED1C24 url(../images/menu_hover.png) repeat-x;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
#header .current-menu-item a {
	color: #fff;
	background: #fc8042 url(../images/menu_hover.png) repeat-x;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}

#header .sf-with-ul {
}

#header .sfHover .sf-with-ul:hover {
}

.sf-menu li.sfHover a {
	color: #fff;
	background: #fc8042 url(../images/menu_hover.png) repeat-x;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
.sf-menu li.sfHover a:active {
}


#header .sf-menu li ul {
	width: 200px;
	margin: 15px 0 0;
	padding: 5px 0;
	background: #fcfffe;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0 0 3px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}
.sf-menu li li {
	margin: 0;
	text-transform: capitalize;
	width: 200px;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: normal;
}
#header .sf-menu li li a {
	background: none;
	color: #878787;
	text-shadow: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
#header .sf-menu li li:first-child {
}
#header.sf-menu li li:last-child {
}
#header .sf-menu li ul li a {
}
#header .sf-menu li ul li:last-child a, #header .sf-menu li ul li:last-child a:hover {
	border: none;
}
#header .sf-menu li ul li a:hover {
	color:White;
	font-weight:bold;
	background-color:#ED1C24;
}
#header .sf-menu li ul li:first-child a:hover {
}


#header .sf-menu li li ul {
	margin: 0 0 0 90px;
}
#header .sf-menu li li ul li a {
}
#header .sf-menu li li ul li:last-child a:hover {
}
#header .sf-menu li li ul li:first-child a:hover {
}
#header .sf-menu li li li a {
	background: none;
	color: #878787;
	text-shadow: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
#header .sf-menu li li li a:hover {
	color: #6e969d;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline: 0;
}

#header .sf-menu li li.sfHover a {
	color: #6e969d;
}
#header .sf-menu li li .sf-with-ul {
}

#header .sf-menu li li.sfHover li a {
	color: #878787;
}

#header .sf-menu li li.sfHover li a:hover {
	color: #6e969d;
}
.sf-menu li li .sf-with-ul {
}
.sf-menu li li.sfHover .sf-with-ul {
}

.sf-menu a.sf-with-ul {
	min-width: 1px; 
	margin-right: 0;
}
.sf-with-ul {
	padding-right: 10px;
}
.sfHover .sf-with-ul {
	z-index: 9999;
	display: block;
}
.sf-sub-indicator {
	position: absolute;
	display: none !important;
	right: 3px;
	top: 1.05em; 
	width: 9px;
	height: 6px;
	text-indent: -999em;
	overflow: hidden;
}

#header .sf-menu li ul li .sf-sub-indicator {
	
	right: 10px;
	top: 12px;
	width: 7px;
	height: 9px;
	display: block;
}
#header .sf-menu li ul li a > .sf-sub-indicator { 
	top: 17px;
}
a > .sf-sub-indicator { 
	top: 17px;
}

a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator {
	
	display: none;
}

.sf-menu ul .sf-sub-indicator {
}
.sf-menu ul a > .sf-sub-indicator {
}

#header .sf-menu ul a:focus > .sf-sub-indicator, #header .sf-menu ul a:hover > .sf-sub-indicator, #header .sf-menu ul a:active > .sf-sub-indicator, #header .sf-menu ul li:hover > a > .sf-sub-indicator, #header .sf-menu ul li.sfHover > a > .sf-sub-indicator {
}

.mnav {
	width: 310px;
	position: absolute;
	top: 15px;
	left: 10px;
	z-index: 1;
	height: 28px;
	line-height: 30px;
	background:  #fff;
	color: #8c8c8c;
	padding: 4px 5px 2px 5px; 
	border: 1px solid #bdbdbd;
	overflow: hidden;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display: block;
	cursor: pointer;
}
*/






#navBar
{margin:52px 0 0 30px; width:670px;}

.menupad
{padding:0 0 0 14px !important;}

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

#menu > ul > li {
  float: left;
}
#menu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#menu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#menu.align-center ul ul {
  text-align: left;
}
#menu.align-right > ul > li {
  float: right;
}
#menu.align-right ul ul {
  text-align: right;
}
#menu > ul > li > a {
    font: 11px/11px "Open Sans", Arial, sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 #fff;
	padding:9px; 
	border-radius:3px;
}
#menu > ul > li:hover > a,
#menu > ul > li.active > a {
  color: #fff;
  background:#ed1c24;
  text-shadow:none;
  
}


#menu > ul > li.has-sub > a {
  padding-right: 25px;
}
#menu > ul > li.has-sub > a::after {
  position: absolute;
  top: 4px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  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;
  display:none !important;
}
#menu > ul > li.has-sub:hover > a::after {
  border-color: #f38d1c;
}

#menuarrow > a::after {
  position: absolute;
  top: 24px;
  left: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  content: "";
  -webkit-transform: rotate(-223deg) !important;
  -moz-transform: rotate(-223deg) !important;
  -ms-transform: rotate(-223deg) !important;
  -o-transform: rotate(-223deg) !important;
  transform: rotate(-223deg) !important;
  -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;
}

#menu ul ul {
  position: absolute;
  left: -9999px;
  border-top:3px solid #;
  z-index:9;
  padding:0px 0 0 0;
  margin:-1px 0 0 0;
}

#menuarrow > a
{text-align:right;}

#menu li:hover > ul {
  left: auto;
}
#menu.align-right li:hover > ul {
  right: 0;
}
#menu ul ul ul {
  margin-left: 100%;
  top: 0;
  z-index:9999;
}
.leftmenu {
  margin-left: -100% !important;
  top: 0;
}
#menu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#menu 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;
  margin:0 0 0 0;
}
#menu ul li:hover > ul > li {
  height: 32px;
}
#menu ul ul li a {
  padding: 10px 10px;
  width:170px;
  text-transform:uppercase;
  font-size: 11px;
  background: #2a2a2a;
  text-decoration: none;
  border-bottom:1px solid #000;
  color: #fff;
  -webkit-transition:.5s;
  -moz-transition:.5s;
  -ms-transition:.5s;
  -o-transition:.5s;
  transition:.5s;
}
#menu ul ul li:hover > a,
#menu ul ul li a:hover {
  color: #fff; background: #027e85;
}

.menuactive
{font-weight:bold;}

#menu ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #444444;
  border-right: 1px solid #444444;
  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;
}
#menu.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;
}
#menu ul ul li.has-sub:hover > a::after {
  border-color: #f38d1c;
}
@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) {
  #menu {
    width: 100%;
  }
  #menu ul {
    width: 100%;
    display: none;
  }
  #menu.align-center > ul,
  #menu.align-right ul ul {
    text-align: left;
  }
  #menu ul li,
  #menu ul ul li,
  #menu ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }
  #menu ul li a,
  #menu ul ul li a {
    width: 100%;
  }
  #menu > ul > li,
  #menu.align-center > ul > li,
  #menu.align-right > ul > li {
    float: none;
    display: block;
  }
  #menu ul ul li a {
    padding:10px 10px 10px 10px;
    font-size: 12px;
    color: #fff;
    background: none;
  }
  #menu ul ul li:hover > a,
  #menu ul ul li a:hover {
    color: #000000;
  }
  #menu ul ul ul li a {
    padding-left: 40px;
  }
  #menu ul ul,
  #menu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }
  #menu > ul > li.has-sub > a::after,
  #menu ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #menu #menu-button {
    display: block;
    padding: 13px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
	background:#008890;
  }
  #menu #menu-button::after {
    content: '';
    position: absolute;
    top: 13px;
    right: 20px;
    display: block;
    width: 15px;
    height: 2px;
    background: #fff;
  }
  #menu #menu-button::before {
    content: '';
    position: absolute;
    top: 18px;
    right: 20px;
    display: block;
    width: 15px;
    height: 3px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  #menu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 31px;
    width: 52px;
    cursor: pointer;
  }
  #menu .submenu-button::after {
    content: '';
    position: absolute;
    top: 12px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #fff;
    z-index: 99;
  }
  #menu .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 16px;
    display: block;
    width: 11px;
    height: 1px;
    background: #fff;
    z-index: 99;
  }
  #menu .submenu-button.submenu-opened:after {
    display: none;
  }
  #menu ul ul ul {
  margin-left:0 !important;
  top: 0;
}

#menuarrow > a
{text-align:left;}
}

