/*==========================================================
                        NORMALIZE
==========================================================*/

ol,
ul {
	list-style: none;
	margin: 0px;
}

/*=======================================================
                        Components
=========================================================*/
/*========================   Menu   ==========================*/
.sf-menu2 {
  display: inline-block;
}
.sf-menu2:before,
.sf-menu2:after {
  content: " ";
  display: table;
}
.sf-menu2:after {
  clear: both;
}
.sf-menu2 > li {
  position: relative;
  float: left;
}
@media screen and (max-width: 660px) {
	.sf-menu2 > li {
		margin-left:-25px;
 
}
	}
	
.sf-menu2 > li + li {
  margin-left: 33px;
}
.sf-menu2 a {
  display: block;
}
.sf-menu2 > li > a {
	color: #ffe45f;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 15px;
	text-decoration: none;
}
.sf-menu2 > li.sfHover > a,
.sf-menu2 > li > a:hover {
	color: #FFEFA6;
}
.sf-menu2 > li.active > a {
	color: #ffe45f;
}
.sf-menu2 ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 190px;
  margin-top: 16px;
  padding: 10px 20px 10px;
  background: #FFF;
  border-top: 5px solid #000;
  z-index: 2;
  font-weight: 500;
  font-size: 13px;
  line-height: 34px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu2 ul > li > a {
  color: #888888;
}
.sf-menu2 ul > li.sfHover > a,
.sf-menu2 ul > li > a:hover {
  color: #b9da37;
}
.sf-menu2 ul ul {
  position: static;
  top: 100%;
  width: auto;
  margin-top: 0;
  margin-left: 20px;
  padding: 0;
  border: 0;
  z-index: 4;
}
.sf-menu2 > li > .sf-with-ul {
  position: relative;
}
.sf-menu2 > li > .sf-with-ul:before {
  position: absolute;
  left: 50%;
  top: 68%;
  margin-left: -6px;
  content: '\f0d7';
  font: 400 12px/12px 'FontAwesome';
}
@media (max-width: 460px) {
  .sf-menu2 {
    display: none;
  }
}
/*==================  Select Menu  ======================*/
.select-menu2 {
  position: relative;
  display: none;
  margin: 0 auto;
  border: 1px solid #f2f2f2;
  width: 420px;
  background: #ffffff url('../images/select.png') no-repeat right center;
  overflow: hidden;
}
.select-menu2 .select {
  width: 440px;
  height: 30px;
  color: #585858;
  background-color: transparent;
  font: 400 15px 'Raleway', sans-serif;
  line-height: 30px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
}
.select-menu2 .select::-ms-expand {
  display: none;
}
@media (max-width: 460px) {
  .select-menu2 {
    display: block;
  }
}
@media (max-width: 479px) {
  .select-menu2 {
    width: 270px;
  }
  .select-menu2 .select {
    width: 290px;
  }
}


.pBtn_container {
	padding-top: 10px;
	padding-bottom: 0px;
	margin-bottom: 20px;
	margin-top: 4px;
	background-image: url(../images/memu_bg.gif);
	background-repeat: repeat-x;
	height: 43px;
}
@media (max-width: 967px) {
  .pBtn_container {
	  margin-top: 60px;
  }
}

@media (max-width: 460px) {
  .pBtn_container {
	  background-image:none;
  }
}
@media (max-width: 460px) {
  .pBtn_container {
	  margin-top: 80px;
  }
}