@import url(http://fonts.googleapis.com/css?family=Times New Roman:400,400);

/* Mobile Layout: 600px and below. */
@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; }

#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: Times New Roman, serif;
z-index: 300; }

#menu > ul > li {
  float: none;
    background: #00134e; }
	
#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: #dddddd;
	text-transform: uppercase;
	text-align: left; }
	
#menu > ul > li:hover > a {
  color: #75c421; }
  
#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: #dddddd;
  content: ''; }
  
#menu > ul > li.has-sub > a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #75c421;
  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: 16px;
  text-decoration: none;
  color: #dddddd;
  font-weight: 400;
  background: #011f62;
}

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

#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: #dddddd;
  background: none; }
  
#menu.small-screen ul ul li:hover > a,
#menu.small-screen ul ul li.active > a {
  color: #75c421;
  background: #011f64; }
  
#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: #75c421;
	cursor: pointer;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
	margin-top: 8px;
	width: 20%;
	background: #00134e; }
	
#menu.small-screen #menu-button:before {
  position: absolute;
  top: 12px;
  right: 22px;
  display: block;
  height: 3px;
  width: 36px;
  background: #646870;
  content: ''; }
  
#menu.small-screen #menu-button:after {
  position: absolute;
  top: 23px;
  right: 22px;
  display: block;
  height: 7px;
  width: 36px;
  border-top: 3px solid #646870;
  border-bottom: 3px solid #646870;
  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: #001f63; }

#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: #dddddd;
  content: ''; }
  
#menu.small-screen ul ul .submenu-button:after {
  top: 15px;
  right: 13px; }
  
#menu.small-screen .submenu-button.submenu-opened:after { background: #75c421; }
  
#menu.small-screen .submenu-button:before {
  position: absolute;
  top: 19px;
  right: 22px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  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: 0px;
	height: auto;
	width: 95%;
	display: block;
	margin: 16px auto 0 auto;
	z-index: 20000; }

#logo1 {
  position:relative;
  width: 95%;
  margin: 0 auto;
z-index: 20000;   }

#logo1 img {
  position:absolute;
  left: 0;
    width:100%;
    height: auto;
	z-index: 20000; 
  -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 Layout: 601px to 839px. Inherits styles from: Mobile Layout. */
@media only screen and (min-width: 601px) {

 #logo {
	padding: 0px;
	height: 70px;
	width: 330px;
	display: inline-block;
	margin: 22px 0 0 0;
	z-index: 12000; }

#logo1 {
  position:relative;
  width: 330px;
  z-index: 9000;
  margin: 10px auto 0 auto; }

#logo1 img {
  position:absolute;
  left:0;
    width:100%;
    height: auto;
	z-index: 12000;
  -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;}

}

/* Desktop Layout: 901px to a max of 1900px.  Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (min-width: 901px) {

 #logo {
	padding: 0px;
	height: auto;
	width: 432px;
	display: inline-block;
	margin: 0 auto;
	z-index: 9000; }

#logo1 {
  position:relative;
  width: 432px;
  z-index: 9000;
  margin: 10px auto 80px auto; }

#logo1 img {
  position:absolute;
  left:0;
    width:100%;
    height: auto;
	z-index: 9000;
  -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; }

}