﻿@import url('https://fonts.googleapis.com/css?family=Poppins:400,600,300');

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,300);

#cssmenu {
	/*font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, Sans-Serif;*/
	 /*font-family: 'Poppins', sans-serif;*/ /*font-family: 'Poppins', sans-serif; text-transform: uppercase;*/
	font-family: Montserrat, sans-serif;
	font-size: .85em;
	line-height: 32px;
	text-transform: none;
	text-align: center;
 /*	width: 100%;
	position:fixed;
	z-index: 9999;
	box-shadow: 0px 2px 3px rgba(0, 18, 36, 0.4);*/
}


#cssmenu > ul {
  z-index: 100; /* z-index to put menu on top of slider */
  position: relative; /* z-index to work */
  width: auto;
  list-style-type: none;
  padding: 0px 0px 0px 0px;
  margin: 0;
  background-color: rgba(29,40,58,0.95); /* BKG FOR DESKTOP MAIN MENU AREA HORIZ BAR */
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px; 
  	border-bottom-style: solid;
	border-bottom-width: 8px;
	/*border-bottom-color: #ee5805;*/
	border-bottom-color: #b6a885;
	
  /*background #1c2840   border: 1px solid #ece6e8; border-bottom: 3px solid #d9ced2;*/

}

#cssmenu > ul li#responsive-tab {
  display: none;
  /* Hide for large screens */

}
#cssmenu > ul li {
  display: inline-block;
  *display: inline;
  /*zoom: 1;*/
}
#cssmenu > ul li.right {
  float: right;
}
#cssmenu > ul li.has-sub {
  position: relative;
}
#cssmenu > ul li.has-sub:hover ul {
  display: block;
}
#cssmenu > ul li.has-sub ul {
  display: none;
  width: 200px;
  position: absolute;
  margin: 0;
  padding: 0;
  list-style-type: none;
  /*background: #32383F; */  /* border: 1px solid #ece6e8; rgba(28,40,64,0.90);*/
  background-color:rgba(88,92,103,0.80); /* BKG COLOR ON SUBS MENU AREA DROP DOWNS */
  border-bottom: 10px solid #aa0200; /*END BORDER DROP DOWNS MENU */
  border-top: 0 none;
}
#cssmenu > ul li.has-sub ul li {
  display: block;
}
#cssmenu > ul li.has-sub > a {
  /*background-image: url('images/caret.png');*/  /* ARROWS ON TOP MENUS*/
  background-repeat: no-repeat;
  background-position: 90% -95%;
}
#cssmenu > ul li.has-sub > a.active,
#cssmenu > ul li.has-sub > a:hover {
	
/*background: #0099cc;  COLOR HOVER TOP HORIZONTAL MENUS ONLY*/
	background-color:rgba(88,92,103,0.80);
	background-position: 90% 195%;
}
#cssmenu > ul li a {
  display: block;
  padding: 12px 12px 12px 16px; /* TOP, RIGHT, BOTTOM, LEFT*/
  text-decoration: none;
  color: #FFFFFF; /* FONT COLOR MAIN MENU AND DROP DOWNS*/
  text-align: left;

/*text-shadow: 0px 1px 0px #fff;*/

}
#cssmenu > ul li a.active,
#cssmenu > ul li a:hover {
  /*background: rgba(228,174,42,0.9);  COLOR OF BKG ON HOVER ON SUB MENUS*/
  background: rgba(170,2,0,0.6); /* COLOR OF BKG ON HOVER ON SUB MENUS*/
  color: #fff;
  /*text-shadow: 0px 1px 0px #000;*/
}

#cssmenu1 > ul {

  z-index: 100; /* z-index to put menu on top of slider */
  position: relative; /* z-index to work */
  width: auto;
  list-style-type: none;
  padding: 0px 0px 2px 0px;
  margin: 0;
  background-color: rgba(29,40,58,0.95);

  /*background: #1d283a;  BKG FOR DESKTOP MAIN MENU AREA */
 /* border: 1px solid #ece6e8;*/
 /* border-bottom: 3px solid #d9ced2;*/
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}



@media (max-width: 980px) {
  #cssmenu > ul {
    width: 100%;
    margin-top: 0%;
    margin-bottom: 3%;
   }
  #cssmenu > ul li#responsive-tab {
    display: block;
  }
  #cssmenu > ul li#responsive-tab a {
    background: url('images/menu1.png') no-repeat;
    background-position: 95% -40%;
  }
  #cssmenu > ul li#responsive-tab a:hover {
    /* background-color:rgba(28,40,64,0.90); COLOR HOVER MENU AREA MOBILE & DESKTOP*/
    background-position: 95% 135%;
  }
  #cssmenu > ul li {
    display: none;
  }
  #cssmenu > ul li.right {
    float: none;
  }
  #cssmenu > ul li.has-sub {
    position: relative;
  }
  #cssmenu > ul li.has-sub ul {
    display: block;
    position: static;
    width: 100%;
    background-color:rgba(28,40,64,0.70); /* BKG FOR MOBILE SUBS */
    border: .5 none;
  }
  #cssmenu > ul li.has-sub ul li {
    display: block !important;
  }
  #cssmenu > ul li.has-sub ul li a span {
    display: block;
    padding-left: 24px;
  }
  #cssmenu > ul li.has-sub > a {
    background-image: none;
}

}


/* Make sure they show even if hidden in mobile view by JS */
@media (min-width: 980px) {
  #cssmenu > ul > li.collapsed {
    display: inline-block !important;
    *display: inline;
    /*zoom: 1;*/
  }
  #cssmenu > ul ul li.collapsed {
    display: block !important;
  }
}

