html,body {
  color: #505050;
  line-height: 1.75em;
  background: #ffffff;
  position: relative;
/*  font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Hiragino Sans GB W3", "WenQuanYi Micro Hei", "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
*/
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.container{

}
.mycol{
  padding: 0;
  margin:0;
}
.mymenu{
	height:100px;
  text-align: center;
  padding:0;
}

.nopadding{
  padding:0;
}

.navbar-brand{
  height: 110px;
  padding:0;

}

@media(max-width:991px){
	.copyright {
	  background: #0168b7;
	  text-align: center;
	  color: #ffffff;
	  padding-top: 15px;
	  padding-bottom: 15px;
	  font-weight: 300;
	  font-size: 0.9em;
	}
 }

@media(max-width: 767px){

}

.justify{
  text-align:justify;
}

.pink{
	color:#e4007f;
}

.center{
  text-align: center;
}

.left{
  text-align: left;
}
/* main-navigation */
.main-navigation {
  text-align: center;
}

.bigtitle{
  border-top:thin #dddddd solid;
  border-bottom:thin #dddddd solid;
  background-color: #f7f7f7;
  font-size:1.6em;
}

.titlecol{
  padding:0.5em 0;
}

.xblue{
  color:#0a4084;
}

.lincolor1{
  color: #00a1df !important;
}

.lincolor2{
  color: #84bd00 !important;
}

.toplogo img{
  width: 100%;
}


.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9";
    color:#ffffff;
}

.main-navigation .menu {
  padding: 0;
  margin: 0;
}

.main-navigation .menu li {
  list-style: none;
  display: inline-block;
  position: relative;
}

.main-navigation .menu li.nav-current {
  border-bottom: 2px solid #e67e22;
  margin-bottom: -2px;
}

.main-navigation .menu li a {
  color: #000000;
  line-height: 90px;
  display: block;
  padding: 0 10px;
  font-size: 1.1em;
  font-weight: bold;

}

.main-navigation .menu li:hover > a {
  color: #ffffff !important;
  background: #009ddc !important;
  text-decoration: none;
}

.main-navigation .menu li ul {
  visibility: hidden;
  background: #ffffff;
  text-align: left;
  padding: 2px 0px;
  margin: 0;
  position: absolute;
  left: 0;
  top: 120%;
  /*width: 200px;*/
  z-index: 999;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease;
       -o-transition: all 0.2s ease;
          transition: all 0.2s ease;
}

.main-navigation .menu li ul li {
  display: block;
  margin: 0;
  padding-top:8px;
  padding-bottom: 8px;
}

.main-navigation .menu li ul li a {
  line-height: 1.8em;
  color: #ffffff;
}

.main-navigation .menu li ul:hover > a {
  color: #000000;
}

.main-navigation .menu li:hover ul {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  top: 100%;
}


.dropdown-menu{
  background: #009ddc !important;
  color: #ffffff !important;
  border:none !important;
  border-radius:0 !important;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus{
 	
} 


.brXsm{
	display: none;
}

.dropdown-menu li:hover > a {
  	color:#ffffff !important;
}

@media (max-width: 1190px){
	.main-navigation .menu li a {
	    text-align: center;
	    width: 114px;
      line-height:70px;
	}
  .toplogo img{
    width: 80%;
  }
  .mymenu{
    height: 150px;
  }
  .navbar-brand{
    height: 72px;
  }

  #main-menu{
    clear: both;
  }
}

@media (max-width: 991px){
	.main-navigation .menu li a {
	    text-align: center;
	    width: 90px;
      padding:0 5px;
	}
}



@media (max-width: 767px) {
  .main-navigation {
    text-align: left;
  }
  .main-navigation .menu li {
    display: block;
  }
  .main-navigation .menu li:hover > a {
    color: #fff100;
    text-decoration: none;
  }
  .main-navigation .menu li ul {
    visibility: visible;
    padding: 0px 0px 0px 20px;
    margin: 0;
    position: relative;
    top: 0;
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .copyright span{
  	font-size: 0.8em;
  	line-height:1.4em;
  }
.myhead {
    height: 102px;
    }
  .mymenu{
    background: #00a1df;
  }
  .lincolor1,.lincolor2{
    color: #ffffff !important;
  }
  .main-navigation .menu li a {
    width:100%;
  }
  .wwoof{
    width: 95%;
  }
  .mymenu{
    height: auto;
  }
  .toplogo{
    background: #ffffff;
    height: 90px;
  }
  .toplogo img{
    width: 100%;
  }

  .blogo{
    padding-left:10px !important;
    padding-right: 10px !important;
  }
  .wechat{
    padding: 15px !important;
  }
  .wechat img{
    width: 50%;
  }
  .xfooter{
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

/* navbar */
.navbar-header {
  text-align: center;
}

.navbar-header i {
  height: 56px;
  line-height: 56px;
  font-size: 2em;
  cursor: pointer;
}

@media (min-width: 767px) {
  .nav-toggle-button {
    display: none;
  }
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}






/*====================================================
	footer
====================================================*/
.main-footer {
  background: #202020;
  padding: 35px 0 0;
  color: #959595;
}
.main-footer .widget .title {
  color: #ffffff;
  border-bottom: 1px solid #303030;
}
.main-footer .widget .tag-cloud a {
  border: 1px solid #303030;
}
.main-footer .widget .tag-cloud a:hover {
  border: 1px solid #e67e22;
}
.main-footer .widget .friend-links a {
  border: none;
}
.main-footer .widget .friend-links a:hover {
  border: none;
}
.main-footer .widget .friend-links hr {
  margin: 1em 0;
  border-top: 1px dashed #303030;
}
.main-footer .widget .recent-post .recent-single-post {
  border-bottom: 1px dashed #303030;
}
.main-footer .widget .recent-post .recent-single-post .post-title {
  color: #959595;
}
.main-footer .widget .recent-post .recent-single-post .post-title:hover {
  color: #e67e22;
}
.main-footer .widget .recent-post .recent-single-post .date {
  color: #505050;
}

.xfooter{
  background: #009ddc;
  padding-top:30px;
  padding-bottom: 20px;
  color: #ffffff;
}

.mycolx{
  padding-left:10px;
  padding-right: 0;
}

.ctext{
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4em;
}

.blogo{
  padding:35px 0 0 0;
}

.krpadding{
  padding-right: 0 !important;
}

.wechat{
  padding:55px 35px 0 35px;
  text-align: center;
}

@media(max-width:767px) and (orientation : portrait){
	
}

@media(max-width:767px) {

}