@media (min-width:900px) {
	.navbar-brand {
		padding: 20px 100px 0 0;
	}

	.kingdom-footer {
		margin-top: 60px;
		padding: 35px 0 0;
		background: #202020;
		color: #959595;
	}

	label.footer-column-title {
		padding-bottom: 21px;
	}
	.clear {
		clear:both;
	}
}

@media only screen and (min-width:768px) {
	.footer-column-checkbox {
		display: none;
	}
}

.banner-tit{
   text-align: center;
   padding-top: 155px;
}

.banner-tit p{
  font-weight: 400;
  color: #FFFFFF;
  letter-spacing:2px;
  font-size: 18px;
 }
 
 .banner-tit h3{
  font-weight: 400;
  font-size: 54px;
  color: #FFFFFF;
  letter-spacing:8px;
 }

.footer-column-checkbox {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

@media only screen and (max-width:767px) {
	.footer-column-slide {
		overflow: hidden;
		max-height: 0;
		transition: max-height .5s;
	}
}

@media only screen and (max-width:767px) {
	.footer-column-checkbox:checked~.footer-column-slide {
		max-height: 100vh;
	}

	.footer-column-checkbox:checked+.footer-column-title .icon-arrow:before {
		content: "\e113";
		font-family: 'Glyphicons Halflings';
	}
}

@media only screen and (max-width:767px) {
	span.icon-arrow {
		position: absolute;
		top: 50%;
		right: 2px;
		line-height: 1;
		transform: translateY(-50%);
	}

	span.icon-arrow:before {
		content: "\e114";
		font-family: 'Glyphicons Halflings';
	}

	div.footer-column {
		border-bottom: 1px solid rgba(255,255,255,.2);
	}

	label.footer-column-title {
		padding: 11px 20px;
	}
}

label.footer-column-title {
	position: relative;
	font-size: 16px;
}

@media (max-width:767px) {
	.navbar-brand {
		padding: 20px 0 0 20px;
	}
}

div.navbar-header {
	margin-right: 100px;
}

@media (max-width:767px) {
	.container>.navbar-header {
		margin-right: -15px;
	}

	div.navbar-header {
		margin-right: -15px;
	}

	div.footer-column-slide {
		padding-left: 20px;
	}

	.kingdom-footer {
		margin-top: 40px;
		padding: 0;
		background: #202020;
		color: #959595;
	}
}

.copyright span {
	margin: .5em;
}

.copyright {
	padding-top: 14px;
	padding-bottom: 20px;
	border-top: 1px solid #303030;
	background: #111;
	color: #f7f5f5;
	text-align: center;
	font-size: 13px;
}

.copyright a {
	color: #f7f5f5;
}

.kingdom-footer ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	line-height: 2;
}

.copyright a:hover {
	color: #f7f5f5;
}

.kingdom-footer ul {
	list-style: none;
	line-height: 40px;
}

div.footer-social.clearfix {
	margin-top: 30px;
}

.footer_contact_info span {
	padding: 0 0 0 60px;
	color: #fff;
}

ul.footer_contact_info li img {
	position: absolute;
	margin-top: 8px;
}

img.img-responsive {
	display: inline-block;
	margin-bottom: 20px;
	height: auto;
	max-width: 100%;
}

.left {
	float: left;
}

li {
	list-style: none;
}

.nav li.subactive,nav.nav li:active {
	background-color: #006eff;
}

.navt {
	background-color: #d98636;
}

@media (max-width:767px) {
	.nav .navmain {
		display: block;
		width: 100%;
		height: 45px;
		text-align: center;
		line-height: 45px;
	}

	.nav-pills>li+li {
		margin-left: 0;
		width: 100%;
	}

	div.container.clearfix {
		padding: 0;
	}

	nav.nav {
		padding: 0;
	}

	img {
		max-width: 100%;
	}
}

@media (min-width:900px) {
	.nav .navmain {
		display: block;
		width: 150px;
		height: 45px;
		text-align: center;
		line-height: 45px;
	}
}

.nav a,.nav a:active,.nav a:focus,.nav a:hover,.nav a:link {
	color: #fff;
	text-decoration: none;
}

.nav-pills {
	margin-bottom: 0;
}

.nav-pills>li+li {
	margin-left: 0;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}
