* {
    margin: 0;
    padding: 0;
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
}

.header {
    width: 1200px;
    height: 140px;
    margin: 0 auto;
    z-index: 5;
}

.logo {
    height: 80px;
    display: block;
    padding-top: 28px;
}
.mw-icon {
	height: 100%!important;
	padding: 10% 0 ;
}
.navbar {
    width: 100%;
    height: 60px;
    display: table;
    z-index: 2;
    position:relative;
    /* top: -60px; */
}
.navbar > ul {
    list-style: none;
    display: flex;
    display: -ms-flex;
    width: 100%;
    height: 60px;
}

.navbar > ul li {
    list-style: none;
    height: 60px;
    text-align: center;
    background-color: #2e4d87;
    flex: 1;
    float:left;
    width:14.2%;
}

.navbar > ul li:hover {
    background-color: #253d6b;
    text-decoration: none;
    transition: background-color 600ms ease, color 600ms ease;
}

.navbar > ul li a {
    display: inline-block;
    font-size: 12pt;
    text-decoration: none;
    color: white;
    width: 100%;
    height: 100%;
    line-height: 60px;
}

.navbar > ul li ul {
    display: none;
    border: 1px solid white;
}
 
.bgBar {
    width: 100%;
    height: 60px;
    margin-top: -60px;
    position: absolute;
    z-index: 1;
    background-color: #2e4d87;
}



.image {
    width: 390px;
    height: 80px;
    float: left;
}

.image img {
    margin-top : 14px;
}

.search {
    height: 100%;
    width : 50%;
    float: right;
    display: inline-flex;
}

.searchBtn {
    margin: 22px auto;
    display: table;
}

.searchBtn > input {
    width: 300px;
    height: 32px;
    line-height:32px;
    border: 2px solid #2573c2;
    font-size: 12px;
    color: #999999;
    margin: 0 auto;
    padding-left: 15px;
}

#xmInfo {
	border-radius: 0 !important;
}

.searchBtn > a {
    width: 70px;
    height: 32px;
    border-radius: 0;
    background-color: #2573c2;
    border: 2px solid #2573c2;
    color: white;
    float: right;
    display: inline-block;
    font-size: 16px;
}

.login {
    position: relative;
    float: right;
    cursor: pointer;
    color: #333333;
    font-size: 12px;
    margin-left:130px;
    line-height:80px;
}

.login:hover {
    color: #0069d6;
}
.login:hover i {
	background-position: 0px 122px;
} 

.login i {
    display:inline-block;
    vertical-align: middle;
    width: 19px;
    height: 19px;
    background-image:url(../../../../_files/img/home/ico-01.png);
    background-position: 0px 88px;
    zoom: 0.7;
}
login span {
	margin-left:5px;
	font-size: 12px;
    display: inline-block;
}


.menu-right {
    position: relative;
    top: -20px;
    width: 285px;
    height: auto;
    background-color: #f0f0f0;

}

.xminfo {
    margin: 8px 0;
}
.menu-right li {
    height: 50px;
    /* width: 285px; */
    padding: 0 20px;
    line-height: 50px;
}
.menu-right li:hover {
    color: red;
    background-color: #fff;
}
.main-left {
    position: relative;
    bottom: 528px;
    right: 703px;
    float: right;
    width: 895px;
    height: 100%;
    background-color: rgb(135, 135, 208);
}
.main-left li {
    height: 50px;
    padding: 0 20px;
    line-height: 50px;
}
.mw-footer .col-md-8{
	margin-top:28px;
}

@media screen and (max-width: 414px ) {
	.mw-icon {
		padding: 20% 0 !important;
	}
	.mw-icon .mw-icon-menu, 
	.mw-icon .mw-icon-search {
	  margin-left: 10px!important;
	}
}


@media screen and (min-width: 415px) and (max-width: 768 ) {
	.mw-icon {
		padding: 10% 0 !important;
	}
}

@media (max-width: 992px){
	.mw-footer .row{
	  margin-top: 40px;
	}
}
.menu a{
	color:#666;
}

@media print {
.hidden-print {
    display: none !important;
  }
	
  .visible-print-inline {
    display: inline !important;
  }

  .visible-print-block {
    display: block !important;
  }
  .visible-print-inline-block {
    display: inline-block !important;
  }
    .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  a {
       display: none  !important;
  } 
  a[href]:after {
  	content:""
  }
  .top{
  	 display: none  !important;
  }
  .mw-search {
      display: none  !important;
  }
  .in_bottom clearfix {
      display: none  !important ;
  }
  .mw-logo mw-logo-mobile {
      display: none  !important;
  }
  .btn btn-default{
  	 display: none  !important;
  }
}
.suggestbox{
	padding:0 10px;
    height : 32px;
}

.suggestbox {
    text-align: left;
    position: relative;
    float: none !important;
}

.mw-flex .mw-flex-full {
    position: relative;
    z-index: 10;
}

.mobile-title {
    z-index: 5;
}

.long {
	font-size : 14px !important;
}

#phoneSearch {
	position:relative;
	z-index: 10;
	cursor : pointer;
	display: inline-block;
}
.mw-icon-menu {
	display: inline-block;
}


