header{
	position: relative;
	z-index: 50;
}
header .container{
	background-color: #fff;
}
header .logo{
	width: 600px;
	margin-bottom: 18px;
    margin-top: 18px;
}
.top_menu li{
	display: inline-block;
	margin-right: 5px;
}
.top_menu li a{
	text-transform: uppercase;
	color: #999999;
	font-family: NewsGot-Lig,NewsGothicL;
	font-size: 14px;
	line-height: 18px;
	-webkit-transition: all 0ms ease 0s;
    -moz-transition: all 0ms ease 0s;
    -o-transition: all 0ms ease 0s;
	transition: all 0ms ease 0s;
}
.top_menu li a:hover,
.top_menu li.current-menu-item a,
.top_menu li.current_page_item a{
    font-weight: bold;
    text-decoration: underline;
}
.top_menu li:last-child{
	margin-right: 0px;
}
.header-top .container{
	padding-left: 0px;
	padding-right: 15px;
	padding-bottom: 5px;
}
.header_menu{
	background-image: url(../images/nav_back.png);
	height: 35px;
	text-align: center;
	font-size: 0px;
	margin-bottom: 0px;
}
.header_menu li{
	display: inline-block;
	height: 100%;
	border-left: 1px solid black;
    border-right: 0px solid black;
}
.header_menu li:last-child{
	border-right: 1px solid black;
}
.header_menu li a{
	display: block;
	line-height: 35px;
	font-size: 15px;
	font-family: NewsGot-Lig,NewsGothicL;
	text-transform: uppercase;
	color: #fff;
	-webkit-transition: all 0ms ease 0s;
    -moz-transition: all 0ms ease 0s;
    -o-transition: all 0ms ease 0s;
	transition: all 0ms ease 0s;
	padding: 0 10px;
}
.header_menu li a:hover{
    font-weight: bold;
}
.header_menu li a:hover{
	text-decoration: none;
}
.header_menu li a:hover,
.header_menu li.current-menu-item a,
.header_menu li.current_page_item a,
.header_menu li.current_page_ancestor.current-page-ancestor a{
    font-weight: bold;
    color: #ffc300;
    background-color: #952126;
}
/*.header_menu li.menu-item-has-children{
	position: relative;
}*/
ul.sub-menu{
	display: none;
}
.header_menu li.menu-item-has-children ul.sub-menu{
	position: absolute;
	width: auto;
	border-top: 0px;
	border-right: 1px solid #374B51;
    border-bottom: 1px solid #374B51;
    border-left: 1px solid #374B51;
    /*background-color: rgba(243,245,245,0.85);*/
    background: #e31d25;
    background: -moz-linear-gradient(top, #e31d25 0%, #98272d 100%);
    background: -webkit-linear-gradient(top, #e31d25 0%,#98272d 100%);
    background: linear-gradient(to bottom, #e31d25 0%,#98272d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e31d25', endColorstr='#98272d',GradientType=0 );
}
.header_menu li.menu-item-has-children ul.sub-menu li{
	display: block;
	border: 0px;
	text-align: left;
}
.header_menu li.menu-item-has-children ul.sub-menu li a{
	color: #fff;
}
.header_menu li.menu-item-has-children:hover ul.sub-menu,
.header_menu li.menu-item-has-children:hover ul.sub-menu li.menu-item-has-children:hover ul.sub-menu{
	display: block;
}
.header_menu li.menu-item-has-children:hover ul.sub-menu ul.sub-menu{
	display: none;
}
.header_menu li.menu-item-has-children ul.sub-menu li a{
	background: none;
	font-weight: normal;
}
.header_menu li.menu-item-has-children ul.sub-menu li a:hover,
.header_menu li.menu-item-has-children.current_page_ancestor.current-page-ancestor ul.sub-menu li.current-menu-item a,
.header_menu li.menu-item-has-children.current_page_ancestor.current-page-ancestor ul.sub-menu li.current_page_item a,
.header_menu li.current_page_ancestor.current-page-ancestor ul.sub-menu li.current_page_item a{
	color: #ffc300;
    text-decoration: underline;
    font-weight: bold;
    background: none;
}
.header_menu li .current_page_item a{
	font-weight: bold !important;
}
.header_menu li .current_page_item ul.sub-menu li a{
	font-weight: normal !important;
}
.header_menu li.menu-item-has-children.current_page_ancestor.current-page-ancestor ul.sub-menu li.current-menu-item a,
.header_menu li.menu-item-has-children.current_page_ancestor.current-page-ancestor ul.sub-menu li.current_page_item a,
.header_menu li.current_page_ancestor.current-page-ancestor ul.sub-menu li.current_page_item a{
	color: #ffc300;
	text-decoration: none;
}
.header_menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children{
	/*background: url(../images/parent.png) no-repeat 98% center;*/
	position: relative;
}
.header_menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children:after{
	content: "\f105";
	position: absolute;
	right: 7px;
	top: 7.4px;
	color: #fff;
	font-size: 15px;
	font-family: FontAwesome;
}
.header_menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children{
	position: relative;
}
.header_menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children ul.sub-menu{
	left: 100%;
	top: 0;
}
.header-phone{
	position: relative;
	width: 100%;
	padding: 4px 8px 0;
	background: #e31d25;
    background: -moz-linear-gradient(top, #e31d25 0%, #98272d 100%);
    background: -webkit-linear-gradient(top, #e31d25 0%,#98272d 100%);
    background: linear-gradient(to bottom, #e31d25 0%,#98272d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e31d25', endColorstr='#98272d',GradientType=0 );
}
.toggle-btn-wrapper a{
	color: #fff;
	font-family: NewsGot-Dem;
	font-size: 18px;
}
.toggle-btn-wrapper {
	font-size: 0px;
}
ul.top_menu_phone{
	margin-top: 0px;
}
ul.top_menu_phone li{
	display: inline-block;
	padding-right: 10px;
}
ul.top_menu_phone li:last-child{
	padding-right: 0px;
}
ul.top_menu_phone li a{
	color: #fff;
	font-size: 14px;
}
.logo-phone-wrapper{
	margin-right: -8px;
	margin-left: -8px;
	padding: 8px;
	background-color: #fff;
}
.logo-phone{
	max-width: 600px;
	margin: 0px auto;
}
.search-form-phone{
	margin: 0px auto;
	max-width: 250px;
	padding: 8px 0;
	font-size: 0px;
}
.search-form-phone input,
.search-form-phone button{
	display: inline-block;
	vertical-align: middle;
	float: none;
	font-size: 15px;
	color: #fff;
}
.search-form-phone input{
	border: 1px #fff solid;
	background: none;
	padding: 4px;
	width: 80%;
}
.search-form-phone button{
	border: 0px;
	border-radius: 0px;
	width: 15%;
	margin-left: 5%;
}
.search-form-phone input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #f0f0f0;
}
.search-form-phone input::-moz-placeholder { /* Firefox 19+ */
  color: #f0f0f0;
}
.search-form-phone input:-ms-input-placeholder { /* IE 10+ */
  color: #f0f0f0;
}
.search-form-phone input:-moz-placeholder { /* Firefox 18- */
  color: #f0f0f0;
}
.main-menu .toggle-content{
	display: none;
	position: absolute;
	left: 0;
	height: auto;
	padding: 10px 8px 10px;
	width: 100%;
	background: rgba(0, 0, 0, 0.9); 
}
ul.header_menu_phone li a{
	display: block;
	color: #fff;
	font-size: 18px;
	letter-spacing: .5px;
	font-family: NewsGot-Dem;
}
ul.header_menu_phone li.menu-item-has-children a:after {
    content: "\f105";
    float: right;
    padding-right: 8px;
    font-family: FontAwesome;
}
ul.header_menu_phone li ul.sub-menu li a:after,
ul.header_menu_phone li.menu-item-has-children ul li.menu-item-has-children ul li a:after{
	display: none;
}
ul.header_menu_phone li.menu-item-has-children ul li.menu-item-has-children a:after{
	display: initial;
}
ul.header_menu_phone li ul.sub-menu{
	display: none;
	padding-left: 15px;
}
.toggle-btn-wrapper{
	z-index: 50;
	position: relative;
}