.gd{ font-size:20px; border:1px solid #fff!important;text-transform:uppercase; margin:0 auto!important; width:200px; height:40px; color:#fff;text-align:center; z-index:999999; margin-top:-280px!important; position:relative; line-height:40px;}
.wenzi{ margin-top:-180px!important;text-align:center; margin:0 auto; color:#000; font-size:80px;text-transform:uppercase;}
a:hover .gd{ background:#daa32b; display:block}

/*--------------------------------------------
Grid Framework
----------------------------------------------*/
.container {
  margin-right: auto;
  margin-left: auto; height:40px; line-height:40px;

}



.container {
  max-width: 1280px;
}
@media only screen and (min-width: 30em) {
  .container {
    max-width: 480px;
  }
}
@media only screen and (min-width: 768px) {
  .container {
    max-width: 640px;
  }
}

@media only screen and (min-width: 1200px) {

  .container {
    max-width: 1280px;
  }
 
}

html,
body,
div,
ul,
li {
  border: 0;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}


 
  .header-preset-03 .header-wrapper {
    background-color: #fff;
  }
  .header-preset-03 .nav {
    position: absolute;
    left: 0;
    right: 0;
 
  }
  .header-preset-03 .navigation {
    padding: 0;
    text-align: left;
    position: relative;
  }



  .navigation > div > ul > li:hover > a {
 background:#014d88; 
  }


}
/*--------------------------------------------------------------
Navigation
--------------------------------------------------------------*/
@media (max-width: 992px) {
  .sub-menu-toggle.fa {
    display: none;
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    left: 0;
  }
  .menu-item-has-children > .sub-menu-toggle.fa {
    display: block;
  }
  .menu-link {
    cursor: pointer;
    display: inline-block;
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .menu-link.active {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  .header-wrapper {
    position: relative;
  }
  .header-preset-02 .nav,
  .header-preset-03 .nav,
  .header-preset-05 .nav {
    position: absolute;
    right: 30px;
    top: 55px;
    z-index: 99999;
    text-align: right;
    background: none !important;
  }
  .navigation {
    position: absolute;
    background-color: #fff !important;
    right: 0;
    top: 120%;
    z-index: 999;
    width: 250px;
    visibility: hidden;
    opacity: 0;
    box-shadow: 3px 2px 2px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .navigation.active {
    visibility: visible;
    opacity: 1;
    top: 100%;
  }
  .navigation .menu > li.mega {
    display: none;
  }
  .navigation .menu > li > a {
    text-transform: uppercase;
   
    display: block;
    color: #111 !important;
  }
  .navigation .sub-menu {
    display: none;
  }
  .navigation .sub-menu li {
    padding-right: 15px;
  }
  .navigation .sub-menu li:last-child {
    border: none;
  }
  .navigation li {
    padding: 0 15px;
    border-bottom: 1px solid #EEEEEE;
  }

  .navigation li.menu-item-has-children {
    padding: 0;
  }
  .navigation li.menu-item-has-children > a {
    border-bottom: 1px solid #d8d8d8;
    display: block; line-height:25px;
    text-transform: uppercase;
  }
  .navigation li.menu-item-has-children li {
    padding: 5px 15px 5px 15px !important;
  }
  .navigation li.menu-item-has-children li a {
    color: #AAAAAA;
    display: block;
  
  }
  .navigation li.menu-item-has-children li a:hover {
    background: none !important;
  }
  .header__right {
    text-align: right;
    position: relative;
  }
}
@media only screen and (min-width: 992px) {
  .nav {
    width: 100%;
  }


  .navigation > div > ul > li.mega-menu .sub-menu li {
    font-size: 13px;
    border: none;
    width: 100%;
    display: inline-block;
    vertical-align: top;
  }
 
  .sub-menu-toggle.fa {
    display: none;
  }
  .navigation > div > ul {
    font-size: 0;
  }
  .navigation > div > ul li {
    font-size: 14px;
  }
  .navigation > div > ul > li {
    display: inline-block;
    position: relative;
  }
  .navigation > div > ul > li:hover > .sub-menu,
  .navigation > div > ul > li:hover > .children {
    visibility: visible;
    opacity: 1;
    z-index: 999;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
  }
  .navigation > div > ul > li:hover > .sub-menu li,
  .navigation > div > ul > li:hover > .children li {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
  }
  .navigation > div > ul > li.current-menu-item > a:after {
    width: 100%;
  }
  .navigation > div > ul > li.current-menu-item > a:before {
    visibility: visible;
    opacity: 1;
    
  
  }
  .navigation > div > ul > li > a {
    display: inline-block; text-align:center;
    position: relative;
  }
   .navigation > div > ul > li {
    background:#161659; width:230px; text-align:center; height:40px; line-height:40px; margin-right:2px;
  }
  
   .navigation > div > ul > li > a:hover {
    background:#014d88; display:block;
  }
  .navigation > div > ul > li > a:hover:after {
    width: 100%;
  }
  .navigation > div > ul > li > a:hover:before {
    visibility: visible;
    opacity: 1;
    

  }

  .navigation .sub-menu,
  .navigation .children {
    background-color: #fff;
    text-align: left;
    position: absolute;
    width: 230px;
    left: 0;
    top: 40px;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    margin: 0;
    -webkit-transform: translate(0, 20px);
    -moz-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
 
  .navigation .sub-menu li:hover,
  .navigation .children li:hover {
    z-index: 2;
  }
  .navigation .sub-menu li:hover > .sub-menu,
  .navigation .children li:hover > .sub-menu {
    left: 98%;
    opacity: 1;
    visibility: visible;
    z-index: 3;
  }
  .navigation .sub-menu .sub-menu,
  .navigation .children .sub-menu {
    left: 110%;
    top: -20px;
  }
  .navigation .sub-menu a,
  .navigation .children a {
    color: #888; font-size:14px;
    padding: 10px 10px;
    display: block;
  }
  .navigation .sub-menu a:hover,
  .navigation .children a:hover {
    color: #fff;
  }
  .navigation .sub-menu a:hover:after,
  .navigation .children a:hover:after {
    color: #fff;
  }
  .navigation .sub-menu li,
  .navigation .children li {
    display: block;
    text-transform: none;
    width: 100%; line-height:25px; border-bottom:1px solid #d8d8d8;
    background-color: #fff;
    position: relative;
  }
  .navigation .sub-menu li:first-child,
  .navigation .children li:first-child {
    border-top: 3px solid transparent;
  }
  .navigation .sub-menu li.page_item_has_children > a:before,
  .navigation .children li.page_item_has_children > a:before,
  .navigation .sub-menu li.page_item_has_children > a:after,
  .navigation .children li.page_item_has_children > a:after {
    content: " ";
    display: table;
  }
  .navigation .sub-menu li.page_item_has_children > a:after,
  .navigation .children li.page_item_has_children > a:after {
    clear: both;
  }
  .navigation .sub-menu li.page_item_has_children > a:after,
  .navigation .children li.page_item_has_children > a:after {
 
 
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "\f054";
    float: right;
    margin-top: 5px;
  }
  .navigation .sub-menu li.page_item_has_children:hover .children,
  .navigation .children li.page_item_has_children:hover .children {
    visibility: visible;
    opacity: 1;
    left: 100%;
  }
  .navigation .sub-menu .children,
  .navigation .children .children {
    position: absolute;
    left: 110%;
    visibility: hidden;
    opacity: 0;
    top: -50%;
  }
  .menu-link {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .navigation > div > ul > li > a {

    font-size: 17px;
   
 
  }
}


.navigation,.nav{background-color:#00004d; height:40px;}
		.navigation a:before,
		.navigation a:after{color: #FFB600;}

		.navigation .sub-menu li a:hover,
		.navigation .children li a:hover {	background-color: #FFB600;}
.navigation > div > ul > li{ width:230px;}
.navigation > div > ul > li > a {color: #ffffff; text-align:center}

		.navigation .menu > li > a:hover {
			color: #ffffff;}

		.navigation .sub-menu li:first-child, .navigation .children li:first-child, .navigation > div > ul > li:hover .sub-menu, .navigation > div > ul > li:hover .children, .mini-cart.open .widget_shopping_cart_content {
			border-top-color: #FFB600; }

		
		@media only screen and (min-width: 992px) {
		
			.header-preset-03 .navigation > div > ul > li > a{
				border-right-color: #3D475A;width:230px;}

			
			.navigation > div > ul > li:hover > a:after {
				background-color: #FFB600; }

		
			
			.header-preset-03 .navigation > div > ul > li:hover > a
			{
				border-top-color: #FFB600;}

			
		}