html,body{
  height: 100%
}
body {
	font-family: Montserrat, "Open Sans", Arial, Verdana, Helvetica, 'Microsoft Yahei', Lato, sans-serif;
	font-size: 14px;
	color: #282828;
	overflow-x: hidden;
}
ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}

a {
	outline: none!important;
	color: #282828;
}
a:hover, a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.text-center {
	text-align: center;
}
b, strong {
	font-weight: bold;
}
p {
	font-size: inherit;
}

#container {
	padding-top: 0px;/old:*126*/
  position:relative;
}
#container:after{
  content: "  ";
  display: table;
  clear: both;
}
/*-------------------------------------------------*/
/* =  Header
/*-------------------------------------------------*/
.navbar-default {
	/*background: #001e2d;*/
	background: rgba(0,30,45,0.6);
	/*box-shadow: 0 0px 3px #a1a1a1;
	-webkit-box-shadow: 0 0px 3px #a1a1a1;
	-moz-box-shadow: 0 0px 3px #a1a1a1;
	-o-box-shadow: 0 0px 3px #a1a1a1;*/
	border: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	margin: 0;
}
.navbar-header {
	z-index: 99;
	position: relative;
}

/*-------------------------------------------------*/
/* =  navbar-brand
/*-------------------------------------------------*/
.navbar-brand {
	height: auto;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	color: #333333;
	font-size: 19px;
	font-family: 'Montserrat', "Microsoft Yahei", sans-serif;
	font-weight: 700;
	margin: 0 0 30px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0;
	color: #333333 !important;
	padding: 15px 5px;
	letter-spacing: 2.5px;
	z-index: 99999;
}
.navbar-brand span {
	color: #FFFFFF;
}
.navbar-brand .logo {
	max-height: 55px;
}

/*-------------------------------------------------*/
/* =  navbar-nav
/*-------------------------------------------------*/
.navbar-nav {
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.navbar-nav > li > a {
	padding: 27px 15px;
}
.navbar-nav > li > a {
	color: #777777 !important;
	font-size: 1.1em;
	font-family: 'Montserrat', "Microsoft Yahei", sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	padding: 35px 24px;
}
.navbar-nav > li > a:hover, .navbar-nav > li > a.active {
	color: #333333 !important;
}

.navbar-default .navbar-nav > li > a {
	color: #99d6ff!important;
}
.navbar-default .navbar-toggle{
  margin-top: 26px;
}
.navbar-nav > li > a.active, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #FFFFFF!important;
}
.navbar-collapse {
	position: relative;
}
/*-------------------------------------------------*/
/* =  drop-down
/*-------------------------------------------------*/
.navbar-nav li:hover ul.drop-down {
	opacity: 1;
	display: block;
}
ul.drop-down {
	margin: 0;
	padding: 0;
	position: absolute;
	width: 140px;
	border-top: #FFFFFF 2px solid;
	top: 100%;
	left: 0;
	/*padding: 10px 0;*/
	text-align: center;
	opacity: 0;
	display: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	background: rgba(0, 30, 45, 0.6);
}
ul.drop-down li {
	display: block;
}
ul.drop-down li a {
	padding: 10px 20px;
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	display: block;
	color: #99d6ff;
	font-size: 14px;
	line-height: 30px;
	font-family: 'Montserrat', "Microsoft Yahei", sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0;
}
ul.drop-down li a:hover {
	color: #FFFFFF;
}

.navbar-nav .drop-down .Lev2 {
	position: relative;
}
.navbar-nav .drop-down .Lev2:hover .sub-menu3 {
	display: block !important;
	left: 100%;
	top: 0!important;
	margin-top: -12px!important;
}
ul.drop-down li a {
	padding: 8px 20px;
	font-size: 1em;
	font-weight: normal;
}
/*-------------------------------------------------*/
/* =  mmenu
/*-------------------------------------------------*/
.noDis{
  display: none;
}
#mmenu {
	border-left: 1px #E5E5E5 solid;
}
#mmenu .mmDiv {
	padding-top: 40px;
}
#mmenu .mm-title {
	padding: 12px 0 11px;
}

#mmenu .mm-header .mm-title {
	top: -10px;
	font-size: 14px;
}
#mmenu a {
	color: #333;
	font-size: 14px;
  font-family: 'Montserrat', "Microsoft Yahei", sans-serif;
}
#mmenu a:hover, #mmenu a:active {
	color: #AF7F48
}
#mmenu .mm-listview > li > a, #mmenu .mm-listview > li > span {
	padding: 10px 10px 10px 20px;
}

/*-------------------------------------------------*/
/* =  main
/*-------------------------------------------------*/
.mainDiv{
  position: relative;
  display: block;
  /*margin-top: 100px;*/
  margin-bottom: 10px;
  background-color: white;
}

.mainDiv .content{
  padding: 40px;
}

/*.mainDiv .contentSecond{
  padding: 40px;
}

.mainDiv .contentThird{
  padding: 40px;
}*/


/*-------------------------------------------------*/
/* =  footer
/*-------------------------------------------------*/
footer {
	background: #252525;
	padding-top: 30px;
}
footer .footer-widgets {
	padding-bottom: 30px;
}
footer .footer-widgets .widgets {
	margin-bottom: 40px;
}
footer .footer-widgets .widgets ul.tag-list {
	margin: 0;
	padding: 0;
}
footer .footer-widgets .widgets ul.tag-list li {
	display: inline-block;
	margin-bottom: 5px;
	margin-right: 1px;
}
footer .footer-widgets .widgets ul.tag-list li a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	color: #fff;
	font-size: 12px;
	font-family: 'Montserrat', "Microsoft Yahei", sans-serif;
	font-weight: 400;
	padding: 6px 12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	background: #333333;
}
footer .footer-widgets .widgets ul.tag-list li a:hover {
	background: #E60012;
}
footer .footer-widgets .widgets ul.flickr-list {
	margin: 0;
	padding: 0;
}
footer .footer-widgets .widgets ul.flickr-list li {
	display: inline-block;
	margin-bottom: 5px;
	margin-right: 2px;
}
footer .footer-widgets .widgets ul.flickr-list li a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
footer .footer-widgets .widgets ul.flickr-list li a img {
	max-width: 60px;
}
footer .footer-widgets .widgets ul.flickr-list li a:hover {
	opacity: 0.7;
}
footer .footer-widgets .widgets.info-widget p {
	margin-bottom: 0px;
}
footer .footer-widgets .widgets.info-widget p span {
	font-family: 'Montserrat', "Microsoft Yahei", sans-serif;
	color: #E60012;
	margin-right: 5px;
}
footer .footer-widgets .widgets.info-widget p.first-par {
	margin-bottom: 10px;
}
footer h2 {
	color: #333333;
	font-family: 'Montserrat', "Microsoft Yahei", sans-serif;
	margin: 0 0 15px;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 15px;
	margin-bottom: 25px;
	padding-bottom: 15px;
	font-weight: 400;
	position: relative;
}
/*footer h2:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 30px;
	height: 2px;
	background: #FFFFFF;
}*/
.dark-title a {
	color: #fff;
}
.dark-title a:hover, .dark-title a:active {
	color: #1cbac8;
}
footer .last-line {
	background: #111111;
	padding: 10px 0;
}
footer .last-line p.copyright {
	font-size: 12px;
	margin: 0;
	text-align: center;
}
footer p {
	font-size: 12px;
	color: #ffffff;
}

#footer-sec {
	padding-top:60px;
    bottom: 0px;
    width: 100%;
}
#footer-sec h2 {
	font-size: 1.6em;
	font-weight: 500;
    margin-top: 5px;
}
#footer-sec .footer-widgets .widgets {
	margin-bottom: 0;
}
#footer-sec .footer-widgets {
	padding-bottom: 5px;
}
#footer-sec .last-line p.copyright {
	font-size: 12px;
	line-height: 18px;
	color: #999999;
}

.f-about {
	color: #ddd;
	line-height: 1.6;
}
footer .footer-widgets .widgets ul.tag-list li {
	margin-right: 5px;
	margin-bottom: 10px;
}
.f-contact, .f-contact p {
	font-size: 14px;
	color: #cccccc;
}
/*.f-line p{
	text-decoration: underline;
}*/
.f-contact p {
	margin-bottom: 14px;
}
.f-contact i {
	padding-right: 6px;
}
.copyright b {
	color: #fff;
}
.f-line span{
	border-bottom: 1px solid #cccccc;
}
.f-line span:hover{
	color: #99d6ff;
	border-bottom: 1px solid #99d6ff;
}