
@charset "utf-8";


/* ------------------------------------------------------  Phone --------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 600px) {

#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;
  z-index: 3300;
}

#menu-button {
	float: right;
	top: -55px;
}


#menu:after,
#menu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#menu {
  font-family: 'Open Sans', sans-serif;
z-index: 2300;
}
#menu > ul > li {
  float: none;
    background: #ffffff;
	opacity: 0.9;
}
#menu.align-center > ul {
  font-size: 0;
}
#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 > ul > li > a {
	padding: 12px;
	font-size: 16px;
	letter-spacing: 1px;
	text-decoration: none;
	color: #737373;
	text-transform: uppercase;
	text-align: left;
}
#menu > ul > li:hover > a {
  color: #000000;
}
#menu > ul > li.has-sub > a {
  padding-right: 30px;
}
#menu > ul > li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #959595;
  content: '';
}
#menu > ul > li.has-sub > a:before {
  position: absolute;
  top: 19px;
  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;
}
#menu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#menu ul ul {
  position: absolute;
  left: -9999px;
}
#menu.align-right ul ul {
  text-align: right;
}
#menu 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;
}
#menu li:hover > ul {
  left: auto;
}
#menu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#menu li:hover > ul > li {
  height: 35px;
}
#menu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#menu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#menu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 190px;
  font-size: 14px;
  text-decoration: none;
  color: #959595;
  font-weight: 400;
  background: #e9e9e9;
}



/* ----------------------------------------------------------- */



#menu.small-screen {
  width: 100%;
}
#menu.small-screen ul {
  width: 100%;
  display: none;
}
#menu.small-screen.align-center > ul {
  text-align: left;
}
#menu.small-screen ul li {
	width: 100%;
	border-top: 1px solid rgba(120, 120, 120, 0.2);
}
#menu.small-screen ul ul li,
#menu.small-screen li:hover > ul > li {
  height: auto;
}
#menu.small-screen ul li a,
#menu.small-screen ul ul li a {
  width: 100%;
  border-bottom: 0;
}
#menu.small-screen > ul > li {
  float: none;
}
#menu.small-screen ul ul li a {
  padding-left: 25px;
}
#menu.small-screen ul ul ul li a {
  padding-left: 35px;
}
#menu.small-screen ul ul li a {
  color: #959595;
  background: none;
}
#menu.small-screen ul ul li:hover > a,
#menu.small-screen ul ul li.active > a {
  color: #000000;
  background: #eeeeee;
}
#menu.small-screen ul ul,
#menu.small-screen ul ul ul,
#menu.small-screen.align-right ul ul {
  position: relative;
  left: 0;
  width: 100%;
  margin: 0;
  text-align: left;
}
#menu.small-screen > ul > li.has-sub > a:after,
#menu.small-screen > ul > li.has-sub > a:before,
#menu.small-screen ul ul > li.has-sub > a:after,
#menu.small-screen ul ul > li.has-sub > a:before {
  display: none;
}







#menu.small-screen #menu-button {
	display: inline;
	padding: 15px;
	color: #000000;
	cursor: pointer;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
	margin-top: 8px;
	width: 20%;
	background: #ffffff;
}
#menu.small-screen #menu-button:before {
  position: absolute;
  top: 12px;
  right: 19px;
  display: block;
  height: 3px;
  width: 30px;
  background: #ababab;
  content: '';
}
#menu.small-screen #menu-button:after {
  position: absolute;
  top: 22px;
  right: 19px;
  display: block;
  height: 7px;
  width: 30px;
  border-top: 3px solid #ababab;
  border-bottom: 3px solid #ababab;
  content: '';
}


#menu.small-screen #menu-button.menu-opened:after {
  top: 10px;
  border: 0;
  height: 3px;
  width: 22px;
  background: #646870;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#menu.small-screen #menu-button.menu-opened:before {
  top: 10px;
  background: #646870;
  width: 22px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#menu.small-screen .submenu-button {
  position: absolute;
  z-index: 99;
  right: 0;
  top: 0;
  display: block;
  border-left: 1px solid rgba(120, 120, 120, 0.2);
  height: 40px;
  width: 50px;
  cursor: pointer;
}
#menu.small-screen .submenu-button.submenu-opened {
  background: #eeeeee;
}
#menu.small-screen ul ul .submenu-button {
  height: 40px;
  width: 50px;
}
#menu.small-screen .submenu-button:after {
  position: absolute;
  top: 22px;
  right: 19px;
  width: 8px;
  height: 2px;
  display: block;
  background: #959595;
  content: '';
}
#menu.small-screen ul ul .submenu-button:after {
  top: 15px;
  right: 13px;
}
#menu.small-screen .submenu-button.submenu-opened:after {
  background: #000000;
}
#menu.small-screen .submenu-button:before {
  position: absolute;
  top: 19px;
  right: 22px;
  display: block;
  width: 2px;
  height: 8px;
  background: #959595;
  content: '';
}
#menu.small-screen ul ul .submenu-button:before {
  top: 12px;
  right: 16px;
}
#menu.small-screen .submenu-button.submenu-opened:before {
  display: none;
}
#menu.small-screen.select-list {
  padding: 5px;
}

#menu.small-screen ul li a {
  margin: 0;
  padding: 15;
  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;
}

 #logo {
	padding: 0;
	height: 44px;
	width: 198px;
	display: inline-block;
	margin-right: 59px;
	margin-top: 6px;
}

#logo1 {
  position:relative;
  width: 198px;
  margin:0 auto;
}

#logo1 img {
  position:absolute;
  left:0;
    width:100%;
    height:auto;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
#logo1 img.top:hover {
  opacity:0;
}

.icon_img {
	padding-bottom: 15px;
	display: inline;
	position: relative;
	bottom: 5px;
}


}


/* ------------------------------------------------------  Tablet --------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------- */
@media only screen and (min-width: 601px) {

#menu {
	width: auto;
	margin-top: 8px;
	margin-bottom: 0;
	position: relative;
	height: 30px;
	padding: 0;
	display: inline-block;
	z-index: 3300;
	
	
}
#menu ul {
	padding: 0;
	margin-top: 0;
	text-align: center;
	display: block;
}

#menu ul li {
	float: left;
	list-style-type: none;
	position: relative;
	display: inline;
}

#menu ul li a {
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #959595;
	text-decoration: none;
	display: block;
	text-align: left;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 18px;
	font-weight: 400;
	letter-spacing: .1em;
	margin-left: 7px;
}

#menu ul ul {
	position: absolute;
	visibility: hidden;
	width: 115px;
}

#menu ul li ul li a {
	width: 90px;
	padding-: 7px 0 7px 10px;
}

#menu ul li:hover ul {
	visibility: visible;
	background-color: #ffffff;
	z-index: 100;
}

#menu ul li ul li a:hover {
	color: #000000;
	background-color: #eeeeee;
}

#menu ul li a:hover {
	color: #000000;
}

#menu li > a:after { content: '▾'; } 

  #menu li > a:only-child:after { content: ''; }   

  #logo {
	position: absolute;
	left: 40%;
	margin: 0 0 0 -40px;
	z-index: 1700;
	height: auto;
	width: 260px;
}

#logo1 {
  position:relative;
  width: 260px;
  margin:0 auto;
}

#logo1 img {
  position:absolute;
  left:0;
    width:100%;
    height:auto;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
#logo1 img.top:hover {
  opacity:0;
}

.icon_img {
	display: inline;
	position: relative;
	bottom: 2px;
}
#menu #menu-button {
  display: none;
}

}

/* --------------------------------------------------------------------------------------------------------------------------------------
Desktop Layout: 840px to a max of 1900px.  Inherits styles from: Mobile Layout and Tablet Layout.
---------------------------------------------------------------------------------------------------------------------------------------- */

@media only screen and (min-width: 840px) {

#menu {
	width: auto;
	margin-top: 12px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: auto;
	padding: 0;
	z-index: 3300;
}
#menu ul {
	padding: 0;
	margin: 0;
	display: block;
	text-align: center;
}

#menu ul li {
	float: left;
	list-style-type: none;
	position: relative;
	display: inline;
}

#menu ul li a {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 30px;
	color: #737373;
	text-decoration: none;
	display: block;
	padding: 5px 10px;
}

#menu ul ul {
	position: absolute;
	width: 184px;
	visibility: hidden;
}

#menu ul li ul li a {
	width: 180px;
	padding: 5px 0 0 7px;
	opacity: 0.9;
	font-size: 13px;
}

#menu ul li:hover ul {
	visibility: visible;
	background-color: #ffffff;
	margin: 0;
}
#menu ul li:hover {
	text-align: left;	
}

#menu ul li ul li a:hover {
	color: #000000;
	width: 180px;
}

#menu ul li a:hover {
	color: #000000;
}

  #logo {
	position: absolute;
	left: 41%;
	margin: 0 0 0 -40px;
	z-index: 1700;
	height: 79px;
	width: 342px;
}

#logo1 {
  position:relative;
  width: 342px;
  margin:0 auto;
}

#logo1 img {
  position:absolute;
  left:0;
    width:100%;
    height:auto;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
#logo1 img.top:hover {
  opacity:0;
}

.icon_img {
	display: inline;
	position: relative;
	bottom: 2px;
}
#menu #menu-button {
  display: none;
}

}

