h4,
h5,
h6,
h1,
h2,
h3 {
	margin-top: 0;
	font-family: '微软雅黑';
}

ul,
ol {
	margin: 0;
	padding: 0;
}

ul li {
	list-style: none;
}

a {
	text-decoration: none !important;
}

p {
	margin: 0;
}

* {
	margin: 0;
	padding: 0;
}

html,
body {
	font-family: 'Roboto', sans-serif;
	font-size: 100%;
	width: 100%;
	background: #fff;
}

@font-face {
	font-family: 'RopaSans-Regular';
	src: url(../fonts/RopaSans-Regular.ttf) format('truetype');
}

@font-face {
	font-family: 'Courgette-Regular';
	src: url(../fonts/Courgette-Regular.ttf) format('truetype');
}


/*公共右侧导航栏样式*/

.aside {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 0px;
	height: auto;
	z-index: 1888;
	background: #fdd000;
	/* box-shadow: -2px 0 10px #fdd000; */
	border-radius: 220px;
	-webkit-animation-name: redPulse; 
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: infinite; 
	cursor:pointer;
	font-size: 16px;
}

@-webkit-keyframes redPulse {
	from {
		-webkit-box-shadow: 0 0 4px #fdd000;
	}

	50% {
		-webkit-box-shadow: 0 0 18px #fdd000;
	}

	to {
		-webkit-box-shadow: 0 0 4px #fdd000;
	}
}

.aside ul li a {
	display: block;
	text-align: center;
	font-weight: bold;
	padding: 10px 22px;
	color: #000;
}


/* 回顶部 */

#toTop {
	position: fixed;
	bottom: -100px;
	right: 40px;
	z-index: 2000;
	width: 0px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: #555555;
	background: url(../images/top.png) no-repeat 100%;
	background-size:90%;
	color: #fff;
	cursor: pointer;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
#close {
	cursor: pointer;
	position: fixed;
	bottom: 18px;
	right: 0;
	width: 0px;
	height: 40px;
	z-index: 1999;
	background: url(../images/right-menu-icons.png) no-repeat -776px -15%;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

#show {
	display: block;
	cursor: pointer;
	position: fixed;
	bottom: 18px;
	right: 0;
	width: 40px;
	height: 40px;
	z-index: 100;
	background-color: #ffae58;
	background-image: url(../images/showAside.png);
	background-size: 80%;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

#close:hover {
	background: url(../images/right-menu-icons.png) no-repeat -776px -93px;
	background-color: #fff;
}


/*右侧导航栏样式结束*/


/*公共顶部导航栏样式*/
.navbar-inverse {
	border: none !important;
}

.navbar-header {
	height: 80px;
}

.navbar-nav>li>a {
	height: 80px;
	line-height: 50px;
	box-sizing: border-box;
	overflow: hidden;
	text-align: center;
}

.navbar-nav>li>a:focus {
	color: #fff !important;
}

.navbar-nav>li>a:hover {
	color: #fdd000 !important;
	border-bottom: 3px solid #fdd000;
}

.navbar-nav>li>a:hover:after {
	display: block;
}

.navbar-brand {
	text-align: center;
	padding: 0 15px;
}

.navbar-brand img {
	height: 20px;
	margin-top: 30px;
}

.active>a {
	border-bottom: 3px solid #fdd000;
}


/*公共顶部导航栏样式结束*/


/*--产品系列--*/

.welcome {
	padding: 4em 0;
	text-align: center;
	/*border:1px solid red;*/
}

.welcome h3 {
	font-size: 2.4em;
	text-transform: capitalize;
	color: #ffae58;
	/*padding-bottom: 0.5em;*/
}

.welcome-grids {
	margin-top: 2em;
	/*border:1px solid red;*/
}

.welcome-grid {
	box-sizing: border-box;
	width: 20%;
	margin-top: 2em;
}

.welcome-grid h4 {
	font-size: 1em;
	text-transform: capitalize;
	margin: 1em 0;
	color: #000;
	height: 2.4em;
}

.welcome-grid p {
	font-size: 1em;
	line-height: 2em;
	color: #eee;
}

.wel {
	display: block;
	/*padding: 0 1em;*/
	text-decoration: none !important;
	cursor: pointer;
	/*border:1px solid red;*/
}

.wel p {
	width: 8em;
	height: 8em;
	overflow: hidden;
	border: 3px solid #ffae58;
	border-radius: 100%;
	overflow: hidden;
}

.wel img {
	margin-top: 20%;
	height: 60%;
	/*border:1px solid red;*/
	box-sizing: border-box;
	vertical-align: middle;
}


/* Bounce To Bottom */

.hvr-bounce-to-bottom {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.hvr-bounce-to-bottom:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #222;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.hvr-bounce-to-bottom:hover,
.hvr-bounce-to-bottom:focus,
.hvr-bounce-to-bottom:active {
	color: white;
}

.hvr-bounce-to-bottom:hover:before,
.hvr-bounce-to-bottom:focus:before,
.hvr-bounce-to-bottom:active:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}


/*--产品系列介绍结束--*/


/* -- 明星产品推荐 --*/
.titieB {
	display: none;
}

.admission {
	padding: 4em 0;
	background: #f0f7ff;
}

.admission p {
	color: #777;
	font-size: 0.95em;
	line-height: 1.8em;
	margin-bottom: 2em;
}

.admission_left {
	padding-left: 0;
}

.admission_left h2,
.admission_right h3 {
	font-size: 1.5em;
	color: #000;
	margin-bottom: 1em;
}

.admission_right {
	padding-right: 0;
}

.faculty_top {
	margin-bottom: 2em;
}

figure.team_member {
	position: relative;
	overflow: hidden;
	color: #fff;
}

figure.team_member figcaption {
	position: absolute;
	top: 72%;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: rgba(0, 0, 0, .5);
}

figure.team_member figcaption h3 {
	margin: 0 0 8px 0;
}

figure.team_member figcaption h3 a {
	color: #fff;
	font-size: 17px;
}

figure.team_member figcaption span {
	margin-bottom: 15px;
	display: block;
	color: #ffae58;
}

figure.team_member figcaption ul {
	text-align: center;
	overflow: hidden;
	color: #9d9d9d;
	margin-top: 28%;
	*/
}

figure.team_member figcaption ul li {
	overflow: hidden;
	font-size: 15px;
}

figure.team_member figcaption ul li img {
	display: block;
	width: 2.4em;
	margin: 0.5em auto;
}

figure.team_member figcaption>a {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 9.6em;
	height: 3.6em;
	line-height: 3.6em;
	margin-top: -1.8em;
	margin-left: -4.8em;
	border: 1px solid #ffae58;
	text-align: center;
	color: #fff;
	font-size: 1em;
	background: rgba(255, 255, 255, .2);
}

figure.team_member figcaption>a:hover {
	background: #ffae58;
}

p.person-deg1 {
	margin-bottom: 20px !important;
}

figure.team_member figcaption p {
	margin-bottom: 0;
	color: #fff;
}

.title-variation1 .style-title1,
.course-details .cousre-details-img .course-title,
figure.themeumlms-course-img figcaption,
figure.team_member:hover figcaption {
	background-color: rgba(0, 0, 0, .5);
}

figure.team_member:hover figcaption {
	top: 0;
}

figure.team_member:hover .wp-post-image {
	-webkit-transform: scale(1.1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 750ms;
	-moz-transform: scale(1.1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 750ms;
	overflow: hidden;
}

figure.team_member:hover .person-social {
	-webkit-transition-delay: .2s;
	-moz-transition-delay: .2s;
	-ms-transition-delay: .2s;
	-o-transition-delay: .2s;
	transition-delay: .2s;
}

figure.team_member:hover p,
figure.team_member:hover .person-social {
	left: 0;
	-webkit-transition-timing-function: linear;
	-moz-transition-timing-function: linear;
	-ms-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
}

figure,
figcaption,
img,
h2,
p,
i,
.person-social {
	-webkit-transition: all .5s;
	transition: all .5s;
}

@media(max-width:1080px) {
	figure.team_member figcaption {
		padding: 20px !important;
	}

	figure.team_member figcaption h3 {
		font-size: 17px;
	}

	.titieA {
		display: none;
	}

	.titieB {
		display: block;
	}

	figure.team_member figcaption>a {
		/*display: none;*/
		width: 10.3em;
		height: 2.4em;
		line-height: 2.4em;
		top: 3.2em;
		left: 48%;
		margin-top: 0;
		margin-left: 0;
		background: #ffae58;
	}
}


/* -- 明星产品推荐结束 --*/


/*--铁将军简介样式--*/
.content-middle {
	background: url(../img/about/group.jpg) no-repeat center;
	width: 100%;
	/*min-height: 250px;*/
	display: block;
	background-size: cover;
}

.mid-content {
	background-color: rgba(255, 174, 88, .7);
	/*#3c94f1*/
	padding: 2em;
	width: 35%;
	margin: 5em auto 0;
	float: right;
}

.mid-content h3 {
	text-transform: uppercase;
	font-size: 2em;
	color: #fff;
}

.mid-content p {
	font-size: 1em;
	margin: 0.5em 0 0em;
	line-height: 2em;
	color: #fff;
}

a.more-in {
	text-decoration: none;
	font-size: 0.9em;
	border: 1px solid #fff;
	color: #fff;
	padding: 0.3em 0.7em;
	display: inline-block;
	margin: 1em 0 0;
}

/* Sweep To Right */
.hvr-sweep-to-right {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.hvr-sweep-to-right:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #27da93;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:active {
	color: white;
}

.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

a.more-in:before {
	background: #fff;
}

a.more-in:hover {
	color: #ffae58;
}

/*--铁将军简介样式结束--*/


/*新闻更新*/

.events {
	padding: 4em 0;
}

.events h4 {
	color: #000;
	font-size: 1.8em;
	text-align: center;
}

.events-grids h3 {
	font-size: 1.2em;
	line-height: 3em;
	font-weight: bold;
}

.events h5 {
	color: #000;
	font-size: 1.2em;
	line-height: 1.6em;
	letter-spacing: 1px;
}

.events p {
	font-size: 1em;
	color: #999;
	line-height: 2em;
}

.events-grids {
	margin-top: 2em;
}

.events-grids .title_img {
	width: 100%;
	overflow: hidden;
}

.events-grids .title_img img {
	width: 100%;
}

.events-grids .title_img:hover img {
	-webkit-transform: scale(1.1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 450ms;
	-moz-transform: scale(1.1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 450ms;
	overflow: hidden;
}

.events-left,
.events-right {
	padding: 0 2em;
}

.events-left ul li:nth-child(1),
.about ul li:nth-child(1),
.events-right ul li:nth-child(1),
.about ul li:nth-child(1) {
	margin: 0;
}

.events-left ul li,
.about ul li,
.events-right ul li,
.about ul li {
	display: block;
	margin: 1em 0 0;
	position: relative;
}

.events-left ul li a,
.about ul li a,
.events-right ul li a,
.about ul li a {
	color: #999;
	font-size: 0.9em;
	padding-left: 2em;
}

.events-left ul li a:hover,
.about ul li a:hover,
.events-right ul li a:hover,
.about ul li a:hover {
	color: #000;
}

.events-left ul li a:before,
.about ul li a:before,
.events-right ul li a:before,
.about ul li a:before {
	content: '';
	background: url(../images/icon6.png)no-repeat 0px -1px;
	position: absolute;
	top: 20%;
	left: 0%;
	display: block;
	width: 15px;
	height: 15px;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	/*border:1px solid red;*/
}

.events-left ul li a:hover:before,
.about ul li a:hover:before,
.events-right ul li a:hover:before,
.about ul li a:hover:before {
	left: 1.5%;
}

.bnr-galry img {
	margin-top: 2em;
}


/*新闻更新结束*/


/*---footer底部信息样式-----*/

.footer {
	background: url(../images/footBg.png) center top repeat;
	/*border:1px solid red;*/
}

.footer-grid {
	float: left;
	padding: 40px 0;
}

.footer-grid h3 {
	font-size: 1.4em;
	color: #fff;
	text-transform: capitalize;
}

.footer-grid p {
	font-size: 0.8em;
	color: rgb(135, 138, 140);
}

.footer-grid ul li {
	list-style-type: none;
}

.footer-grid ul li a {
	display: block;
	font-size: 1em;
	line-height: 2.4em;
	color: rgb(135, 138, 140);
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	text-decoration: none;
}

.footer-grid ul li a:hover {
	color: #fff;
	text-decoration: none;
}

ul.social-icons1 li {
	display: inline-block;
}

ul.social-icons1 li a {
	overflow: hidden;
	box-sizing: border-box;
	text-align: center;
	padding: 10px 0;
}

ul.social-icons1 li a img {
	width: 84%;
}

ul.social-icons1 li:hover a img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}

.footer-lastgrid {
	margin: 0;
}

.email-link {
	color: #FFF;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	text-transform: lowercase;
}

.email-link:hover {
	color: rgb(135, 138, 140);
}


/*---start-copy-right-----*/

.copy-right {
	text-align: center;
	padding-bottom: 1.6em;
}

.copy-right p {
	font-size: 0.8em;
	color: rgb(135, 138, 140);
	text-transform: capitalize;
	line-height: 1.8em;
}

.copy-right p a {
	color: #fff;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

.copy-right p a:hover {
	color: rgb(135, 138, 140);
	text-decoration: underline;
}

/*---footer底部信息样式-----*/

/*公共动画banner除首页之外都有*/
.z_banner {
	background: url(../img/product/category-bg1.png) center top repeat;
	text-align: center;
	overflow: hidden;
	/*margin-top:80px;*/
	height: 20em;
}

.z_banner_title {
	font-size: 2.4em;
	color: #fff;
	margin-top: 2.2em;
}

.z_banner_text {
	font-size: 24px;
	color: #ffae58;
}

@media (max-width: 750px) {
	.z_banner_title {
		font-size: 1.6em;
	}

	.z_banner_text {
		margin-top: 1.5em;
	}
}

.platform_advantage_bg_z {
	position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.platform_advantage_bg_z li {
	position: absolute;
	display: block;
	width: 40px;
	height: 40px;
	background: rgba(255, 255, 255, .15);
	bottom: -300px;
	-webkit-animation: square_z 22s infinite;
	animation: square_z 22s infinite;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear
}

.platform_advantage_bg_z li:nth-child(1) {
	left: 10%
}

.platform_advantage_bg_z li:nth-child(2) {
	left: 20%;
	width: 80px;
	height: 80px;
	-webkit-animation-delay: 200ms;
	animation-delay: 200ms;
	-webkit-animation-duration: 17s;
	animation-duration: 17s
}

.platform_advantage_bg_z li:nth-child(3) {
	left: 25%;
	-webkit-animation-delay: 400ms;
	animation-delay: 400ms
}

.platform_advantage_bg_z li:nth-child(4) {
	left: 40%;
	width: 60px;
	height: 60px;
	-webkit-animation-duration: 10s;
	animation-duration: 10s;
	background-color: rgba(255, 255, 255, .25)
}

.platform_advantage_bg_z li:nth-child(5) {
	left: 70%
}

.platform_advantage_bg_z li:nth-child(6) {
	left: 80%;
	width: 120px;
	height: 120px;
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
	background-color: rgba(255, 255, 255, .2);
}

.platform_advantage_bg_z li:nth-child(7) {
	left: 32%;
	width: 100px;
	height: 100px;
	-webkit-animation-delay: 7s;
	animation-delay: 7s
}

.platform_advantage_bg_z li:nth-child(8) {
	left: 55%;
	width: 20px;
	height: 20px;
	-webkit-animation-delay: 15s;
	animation-delay: 15s;
	-webkit-animation-duration: 40s;
	animation-duration: 40s;
}

.platform_advantage_bg_z li:nth-child(9) {
	left: 25%;
	width: 10px;
	height: 10px;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-animation-duration: 40s;
	animation-duration: 40s;
	background-color: rgba(255, 255, 255, .3)
}

.platform_advantage_bg_z li:nth-child(9) {
	left: 90%;
	width: 120px;
	height: 120px;
	-webkit-animation-delay: 11s;
	animation-delay: 11s
}

@-webkit-keyframes square {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	100% {
		-webkit-transform: translateY(-1700px)rotate(600deg);
		transform: translateY(-1700px)rotate(600deg)
	}
}

@keyframes square {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	100% {
		-webkit-transform: translateY(-1700px)rotate(600deg);
		transform: translateY(-1700px)rotate(600deg)
	}
}

@-webkit-keyframes square_z {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	100% {
		-webkit-transform: translateY(-700px)rotate(500deg);
		transform: translateY(-700px)rotate(500deg)
	}
}

@keyframes square_z {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	100% {
		-webkit-transform: translateY(-700px)rotate(500deg);
		transform: translateY(-700px)rotate(500deg)
	}
}

/*公共动画banner除首页之外都有样式结束*/

/*关于我们*/

.aboutBox {
	/*border:1px solid red;*/
	overflow: hidden;
}

.aboutBox h3 {
	height: 3.6em;
	text-align: center;
	font-size: 1.8em;
	line-height: 1.8em;
	background: url(../img/about/bg01.png) center no-repeat;
	margin: 1.5em 0;
	padding: 0.9em 0;
}

.about_info {
	width: 100%;
	overflow: hidden;
}

.about_info li {
	text-align: center;
	box-sizing: border-box;
	border-right: 1px solid #d6d5d5;
}

.about_info li p {
	font-size: 4em;
	color: #292828;
	line-height: 2.2em;
}

.about_info li span {
	font-size: 1em;
	color: #292828;
}

.about_info li:nth-child(4) {
	border: none
}

.conceptBox1 {
	background: url(../img/about/zcBg.png) no-repeat;
	padding: 0;
}

.conceptBox2 {
	background: url(../img/about/cxBg.png) no-repeat;
	padding: 0;
}

.conceptBox3 {
	background: url(../img/about/jqBg.png) no-repeat;
	padding: 0;
}

.about_concept {
	overflow: hidden;
	height: 420px;
	background: rgba(0, 0, 0, .5);
}

.about_concept i {
	font-style: normal;
	padding: 0 0.7em;
	color: #ffae58
}

.concept_img {
	display: block;
	padding: 4em 0 2em 0;
	overflow: hidden;
	text-align: center
}

.about_concept p {
	text-align: center;
	color: #fff;
	font-size: 1.8em;
}

.about_concept span {
	display: block;
	padding: 0.8em;
	line-height: 2em;
	color: #fff;
}


/*发展历程*/

.proxy_process_line {
	height: 15px;
	width: 86%;
	margin: 0 auto;
	background: #ffae5880;
	margin-top: 60px;
}

.proxy_process_content {
	margin-top: -55px;
}

.proxy_process_list {
	display: block;
	text-align: center;
}

.proxy_process_list_top {
	width: 90px;
	height: 90px;
	text-align: center;
	line-height: 90px;
	margin: 0 auto;
	border-radius: 100%;
	background: #ffae58;
	color: #fff;
	font-size: 1.6em;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.proxy_process_list_top:before {
	content: "";
	width: 70px;
	height: 70px;
	background: #fff;
	border-radius: 100%;
	position: absolute;
	top: 12%;
	left: 12%;
	z-index: -1;
	opacity: 0;
	transform: scale(0);
	-webkit-transform: scale(0);
	transition: 0.4s all;
	-webkit-transition: 0.4s all;
}

.proxy_process_list_middle {
	width: 15px;
	height: 15px;
	background: #ffae58;
	margin: -1px auto 0 auto;
}

.proxy_process_list_bottom {
	background: #ffae58;
	padding: 10px;
	min-height: 90px;
	border-radius: 5px;
}

.proxy_process_list_bottom .title {
	color: #ffae58;
	font-size: 0.9em;
	background: #fff;
	padding: 10px 0;
	border-radius: 5px;
}

.proxy_process_list_bottom .text {
	color: #fff;
	/*height: 100px;*/
	line-height: 20px;
	overflow: hidden;
	margin: 10px 0;
}

.proxy_process_list:hover .proxy_process_list_top:before {
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
}

.proxy_process_list:hover .proxy_process_list_top {
	color: #ffae58;
}

@media(max-width:1080px) {
	.z_banner_title {
		font-size: 1em !important;
	}

	.z_banner_text {
		font-size: 1em !important;
	}

	.aboutBox h3 {
		margin: 0.5em 0;
		font-size: 1.5em;
	}

	.about_info li {
		border: none;
	}

	.about_info li p {
		font-size: 2.8em;
		line-height: 1.5em;
	}

	.about_info li span {
		font-size: 0.9em;
	}

	.aboutBox2 .col-md-7 {
		margin-bottom: 0 !important;
	}

	.aboutBox2 .col-md-5 {
		margin-top: 0 !important;
		margin-bottom: 2em !important;
	}

	.aboutBox3 {
		padding-bottom: 2em !important;
	}

	.conceptBox1,
	.conceptBox2,
	.conceptBox3 {
		margin-bottom: 2em;
	}

	.about_concept span {
		padding: 1em;
	}
}


/*关于我们结束*/


/*新闻资讯*/

.newsBox {
	padding: 3em 0;
	overflow: hidden;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}

.newsItem {
	margin-top: 3em;
}

.newImgbox {
	overflow: hidden;
}

.newImgbox img {
	width: 100%;
	border-radius: 5px;
}

.newInfobox h3 {
	color: #000;
	font-size: 20px;
}

.newInfobox h4 {
	color: grey;
}

.newInfobox span {
	display: block;
	width: 100%;
	height: 3px;
	background: #f5f5f5;
	overflow: hidden;
	margin-bottom: 0.5e m;
}

.newInfobox i {
	width: 40px;
	height: 3px;
	background: #ffae58;
	float: left;
}

.newsItem:hover .newInfobox i {
	width: 100%;
}

.newInfobox p {
	line-height: 2em;
	color: #3a3939;
	font-size: 0.9em;
}

.technical_support_list {
	overflow: hidden;
}

.technical_support_box_z {
	background: #fff;
	padding: 30px;
}

.technical_support_box_z_header .title {
	color: #4E4E4E;
	font-size: 24px;
}

.technical_support_box_z_header ul {
	overflow: hidden;
	margin-top: 10px;
}

.technical_support_box_z_header ul li {
	float: left;
	font-size: 12px;
	color: #989898;
	margin-right: 20px;
}

.technical_support_box_z_info_box {
	border-top: solid 1px #F7F7F7;
	border-bottom: solid 1px #F7F7F7;
	margin: 30px 0;
	padding: 30px 0;
}

.technical_support_box_z_info_box p {
	line-height: 1.8em;
	text-indent: 2em;
}

.technical_support_box_z_info_box p img {
	width: 45%;
	margin: 1.5em 0;
	margin-right: 1.5em;
}


/*新闻资讯结束*/


/*oem*/

.partners_content_list {
	display: block;
	margin: 20px 10px;
	/*border:1px solid #dcd6d6;*/
	padding: 1em;
	border-radius: 8px;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	box-sizing: border-box;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.partners_content_list:hover {
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	transform: translate3d(0, -5px, 0);
	-webkit-transform: translate3d(0, -5px, 0);
}


/*oem结束*/


/*经销商*/

.z_banner_input {
	position: relative;
	width: 100%;
	max-width: 800px;
	margin: 30px auto 20px auto;
}

.z_banner_input input {
	background: rgba(0, 0, 0, .6);
	color: #fff;
	border: solid 1px #1a9fbf;
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-radius: 3px;
	text-indent: 20px;
}

.z_banner_input img {
	position: absolute;
	top: 10px;
	right: 20px;
	cursor: pointer;
}

#search-keyword {
	position: relative;
}

#s_province,
#s_city,
#s_county {
	height: 32px;
	width: 30.7%;
	position: absolute;
	top: 10px;
	left: 1px;
	background: none;
	border: none;
	outline: none;
	text-indent: 15px;
	color: #1a9fbf;
	border-right: solid 1px #4e4f50;
	appearance: none;
	-webkit-appearance: none;
	-webkit-appearance: none;
}

#s_city {
	top: 10px;
	left: 30.8%;
}

#s_county {
	top: 10px;
	left: 61.6%;
	border-right: none;
}

.index_product {
	padding: 3em 0;
	background: #fff;
}

.index_product_content {
	/*margin-left: -10px;*/
}

.index_product_list {
	display: block;
	margin: 0 0 3em 0em;
	position: relative;
	overflow: hidden;
}

.index_product_list:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.4);
	content: '';
	-webkit-transition: -webkit-transform 0.8s;
	transition: transform 0.8s;
	-webkit-transform: scale3d(2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -140%, 0);
	transform: scale3d(2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -140%, 0);
}

.index_product_list:hover:before {
	-webkit-transform: scale3d(2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 140%, 0);
	transform: scale3d(2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 140%, 0);
}

.index_product_list .list_backimg {
	padding: 2em 0;
	text-align: center;
	background: url(../img/dealer/shopBg.png) center repeat;
	border-radius: 10px;
}

.index_product_list .list_txt {
	color: #fff;
	margin-top: 10px;
}

.index_product_list .list_title {
	font-size: 1em;
	line-height: 2.8em;
	/* color:#ffae58; */
	font-weight: bold;
	color: #1a9fbf;
}

.index_product_list .list_info {
	line-height: 2.2em;
	font-size: 0.9em;
	/*color:#1a9fbf;*/
}

.index_product_list .list_info span {
	display: inline-block;
	width: 50%;
	vertical-align: middle;
	line-height: 2.2em;
}

.index_product_list .list_info span img {
	width: 2em;
}

.index_product_list .list_info i {
	font-style: normal;
	vertical-align: middle;
}

.index_product_list .list_text {
	line-height: 2.2em;
	font-size: 0.8em;
	margin-top: 0.7em;
	color: #ffae58;
}


/*经销商结束*/


/*联系我们*/

.contactBox input,
.contactBox select {
	display: block;
	height: 3em;
	padding: 0.5em 0.8em;
	font-size: 0.9em;
	line-height: 1.428571429;
	/*background-color: #fff;*/
	background-image: none;
	border-radius: 4px !important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	border: 1px solid rgba(111, 121, 122, 0.3);
	box-shadow: none;
	-webkit-box-shadow: none;
}

input.form-control:focus {
	border-color: #ffae58;
	outline: none;
	box-shadow: none;
}

textarea.form-control:focus {
	border-color: #ffae58;
	outline: none;
	box-shadow: none;
}

select.form-control:focus {
	border-color: #ffae58;
	outline: none;
	box-shadow: none;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.contactBox select {
	width: 100%;
	-webkit-appearance: none;
	/* google */
	-moz-appearance: none;
	/* firefox */
	appearance: none;
	/* IE */
	background: url(../img/contact/downLa.png) no-repeat scroll right center transparent;
	background-size: 20px;
}

.kzf-mod-so-title-box {
	margin: 1em 0 2em;
	text-align: center;
}

.kzf-so-title {
	margin-bottom: 0.5em;
	font-size: 2.4em;
	color: #fdd000;
}

.kzf-so-text {
	color: #818181;
	font-size: 0.9em;
}

.kzf-mod-link-container {
	padding: 2em 0;
	background: url(../img/contact/so-link-bg.png) no-repeat;
	background-size: cover;
}

.kzf-mod-link-container .kzf-mod-link-out .kzf-mod-link-inf-box {
	margin: 0 0 30px -26px;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}

.kzf-mod-link-container .kzf-mod-link-out .kzf-mod-link-inf-box>div {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.kzf-mod-link-container .kzf-mod-link-out .kzf-mod-link-inf-box>div a {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.kzf-mod-link-container .kzf-mod-link-out .kzf-mod-link-inf-box .kzf-mod-wrap {
	padding: 20px 3px;
	width: 100%;
	text-align: center;
	background-color: rgba(180, 180, 180, .2);
}

.kzf-mod-link-container .kzf-mod-link-out .kzf-mod-link-inf-box .kzf-mod-wrap .kzf-mod-pic {
	margin-bottom: 20px;
}

.kzf-mod-link-container .kzf-mod-link-out .kzf-mod-link-inf-box .kzf-mod-wrap .kzf-mod-txt {
	color: #fff;
	font-size: 0.9em;
}

.kzf-mod-link-container .kzf-mod-link-out .kzf-mod-link-qq-box {
	margin-left: -15px;
	/*QQ����*/
	display: none;
}

.kzf-mod-link-container .kzf-mod-link-out .kzf-mod-link-qq-box .kzf-mod-wrap {
	margin-left: 15px;
	margin-bottom: 1px;
	padding: 12px 3px;
	text-align: center;
	color: #fff;
	background-color: rgba(180, 180, 180, .2);
}

.kzf-mod-link-container .kzf-mod-link-out .kzf-mod-link-qq-box .kzf-mod-wrap img {
	margin-right: 10px;
}

.kzf-mod-link-container .kzf-mod-link-out .kzf-mod-link-qq-box .kzf-mod-wrap span {
	vertical-align: middle;
	font-size: 16px;
}

@media screen and (max-width: 967px) {
	.kzf-so-title {
		font-size: 30px;
	}

	.kzf-mod-case-container {
		padding: 50px 0;
	}

	.kzf-mod-so-title-box {
		margin: 25px 0 45px;
	}

	.kzf-mod-case-container .kzf-mod-case-out .kzf-mod-case-box .kzf-mod-wrap {
		margin: 0 0 55px 30px;
	}

	.kzf-mod-link-container {
		padding: 50px 6px 82px;
	}

	.kzf-mod-link-container .kzf-mod-link-out .kzf-mod-link-inf-box {
		margin: 0 0 30px -16px;
	}

	.kzf-mod-link-container .kzf-mod-link-out .kzf-mod-link-inf-box .kzf-mod-wrap {
		margin: 0 0 3px 16px;
	}

	.kzf-mod-link-container .kzf-mod-link-out .kzf-mod-link-qq-box .kzf-mod-wrap span {
		font-size: 14px;
	}
}

@media screen and (max-width: 767px) {
	.kzf-mod-case-container {
		padding: 40px 0;
	}

	.kzf-mod-so-title-box {
		margin: 25px 0 30px;
	}

	.kzf-so-title {
		margin-bottom: 3px;
		font-size: 26px;
	}

	.kzf-mod-link-container .kzf-mod-link-out .kzf-mod-link-inf-box .kzf-mod-wrap {
		margin: 0 0 1px 5px;
	}

	.kzf-mod-link-container .kzf-mod-link-out .kzf-mod-link-inf-box {
		margin: 0 0 10px -5px;
	}

	.kzf-mod-link-container .kzf-mod-link-out .kzf-mod-link-qq-box {
		margin-left: -5px;
	}

	.kzf-mod-link-container .kzf-mod-link-out .kzf-mod-link-qq-box .kzf-mod-wrap {
		margin-left: 5px;
	}
}

@media screen and (max-width: 479px) {
	.kzf-mod-case-container {
		padding: 15px 0;
	}

	.kzf-mod-so-title-box {
		margin: 15px 0 30px;
	}

	.kzf-mod-case-container .kzf-mod-case-out .kzf-mod-case-box .kzf-mod-wrap {
		margin: 0 0 30px 30px;
	}

	.kzf-mod-link-container .kzf-mod-link-out .kzf-mod-link-inf-box {
		margin: 0 0 5px -5px;
	}

	.kzf-mod-link-container .kzf-mod-link-out .kzf-mod-link-inf-box .kzf-mod-wrap .kzf-mod-pic {
		margin-bottom: 10px;
	}

	.kzf-mod-link-container {
		padding: 15px 6px 35px;
	}

	.kzf-mod-link-container .kzf-mod-link-out .kzf-mod-link-inf-box .kzf-mod-wrap {
		padding: 10px 3px;
	}

	.kzf-mod-link-container .kzf-mod-link-out .kzf-mod-link-inf-box .kzf-mod-wrap .kzf-mod-txt {
		font-size: 12px;
	}

	.kzf-mod-link-container .kzf-mod-link-out .kzf-mod-link-qq-box {
		margin-left: -3px;
	}

	.kzf-mod-link-container .kzf-mod-link-out .kzf-mod-link-qq-box .kzf-mod-wrap {
		margin-left: 3px;
		margin-bottom: 1px;
		padding: 6px 2px;
	}

	.kzf-mod-link-container .kzf-mod-link-out .kzf-mod-link-qq-box .kzf-mod-wrap img {
		margin-right: 3px;
	}

	.kzf-mod-link-container .kzf-mod-link-out .kzf-mod-link-qq-box .kzf-mod-wrap span {
		font-size: 12px;
	}
}


/*
 * @Autor:����Ⱥ
 * Time:2016/09/12
 * Desc:��Ʒ�ͷ���
 */

.kzf-mod-product {
	padding: 90px 0;
	text-align: center;
}

.kzf-mod-product-title {
	font-size: 36px;
	color: #3c94f1;
}

.kzf-mod-product-brief {
	color: #818181;
	margin: 20px 0 55px 0;
}

.kzf-mod-product-list-title {
	color: #333;
	font-size: 18px;
	margin: 25px 0 10px 0;
}

.kzf-mod-product-list p {
	line-height: 2;
	color: #818181;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
}

.kzf-mod-product-list img {
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	position: relative;
	top: 0;
}

.kzf-mod-product-list:hover img {
	top: 5px;
}

.kzf-mod-product-list:hover p {
	color: #444;
}

@media only screen and (max-width: 967px) {
	.kzf-mod-product {
		padding: 60px 0;
	}

	.kzf-mod-product-title {
		font-size: 30px;
	}

	.kzf-mod-product-brief {
		margin: 20px 0 40px 0;
	}

	.kzf-mod-product-list-title {
		font-size: 16px;
		margin: 20px 0 10px 0;
	}

	.kzf-mod-product-list p {
		line-height: 1.8;
	}
}

@media only screen and (max-width: 767px) {
	.kzf-mod-product {
		padding: 40px 0 0 0;
	}

	.kzf-mod-product-title {
		font-size: 26px;
	}

	.kzf-mod-product-brief {
		margin: 15px 0 25px 0;
	}

	.kzf-mod-product-list {
		margin-bottom: 40px;
	}

	.kzf-mod-product-list-title {
		font-size: 16px;
		margin: 20px 0 10px 0;
	}

	.kzf-mod-product-list p {
		line-height: 1.8;
	}
}

.kzf-mod-custom {
	padding: 90px 0;
	text-align: center;
	background: #11121C;
}

.kzf-mod-custom-title {
	font-size: 36px;
	color: #3c94f1;
}

.kzf-mod-custom-brief {
	color: #818181;
	margin: 20px 0 55px 0;
}

.kzf-mod-custom-content {
	overflow: hidden;
}

.kzf-mod-custom-list {
	width: 14.2%;
	float: left;
}

.kzf-mod-custom-list img {
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	position: relative;
	top: 0;
}

.kzf-mod-custom-list-title {
	color: #fff;
	font-size: 18px;
	margin: 25px 0 10px 0;
}

.kzf-mod-custom-list p {
	line-height: 2;
	color: #818181;
	padding: 0 15px;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
}

.kzf-mod-custom-list:hover img {
	top: 5px;
}

.kzf-mod-custom-list:hover p {
	color: #FAFAFA;
}

@media only screen and (max-width: 967px) {
	.kzf-mod-custom {
		padding: 60px 0 20px 0;
	}

	.kzf-mod-custom-title {
		font-size: 30px;
	}

	.kzf-mod-custom-brief {
		margin: 20px 0 40px 0;
	}

	.kzf-mod-custom-list {
		width: 25%;
		margin-bottom: 40px;
	}

	.kzf-mod-custom-list-title {
		font-size: 16px;
		margin: 20px 0 10px 0;
	}

	.kzf-mod-custom-list p {
		line-height: 1.8;
	}
}

@media only screen and (max-width: 767px) {
	.kzf-mod-custom {
		padding: 40px 0 0 0;
	}

	.kzf-mod-custom-title {
		font-size: 26px;
	}

	.kzf-mod-custom-brief {
		margin: 15px 0 25px 0;
	}

	.kzf-mod-custom-list {
		margin-bottom: 40px;
	}

	.kzf-mod-custom-list-title {
		font-size: 16px;
		margin: 20px 0 10px 0;
	}

	.kzf-mod-custom-list p {
		line-height: 1.8;
	}
}

@media only screen and (max-width: 479px) {
	.kzf-mod-custom-list {
		width: 33.333%;
	}

	.kzf-mod-custom-list img {
		width: 100px;
	}

	.kzf-mod-custom-list p {
		padding: 0 10px;
		font-size: 12px;
	}

	.kzf-mod-custom-list-last {
		float: none;
		animation-delay: inherit;
		visibility: visible;
		animation-name: inherit;
		-webkit-animation-fill-mode: inherit;
		animation-fill-mode: initial;
		margin-left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}


/*联系我们结束*/

.show-grid [class^=col-] {
	background: #fff;
	text-align: center;
	margin-bottom: 10px;
	line-height: 2em;
	border: 10px solid #f0f0f0;
}

.show-grid [class*="col-"]:hover {
	background: #e0e0e0;
}

.grid_3 {
	margin-bottom: 2em;
}

.xs h3,
h3.m_1 {
	color: #000;
	font-size: 1.7em;
	font-weight: 300;
	margin-bottom: 1em;
}

.grid_3 p {
	color: #999;
	font-size: 0.85em;
	margin-bottom: 1em;
	font-weight: 300;
}

.grid_4 {
	background: none;
	margin-top: 50px;
}

h3.title {
	color: #8E0000;
	font-size: 3em;
	text-align: center;
}

.label {
	font-weight: 300 !important;
	border-radius: 4px;
}

.grid_5 {
	background: none;
	padding: 2em 0;
}

.grid_5 h3,
.grid_5 h2,
.grid_5 h1,
.grid_5 h4,
.grid_5 h5,
h3.hdg,
h3.bars {
	margin-bottom: 1em;
	color: #8E0000;
	font-size: 2em;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
	border-top: none !important;
}

.tab-content>.active {
	display: block;
	visibility: visible;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
	z-index: 0;
}

.badge-primary {
	background-color: #03a9f4;
}

.badge-success {
	background-color: #8bc34a;
}

.badge-warning {
	background-color: #ffc107;
}

.badge-danger {
	background-color: #e51c23;
}

.grid_3 p {
	line-height: 2em;
	color: #888;
	font-size: 0.9em;
	margin-bottom: 1em;
	font-weight: 300;
}

.bs-docs-example {
	margin: 1em 0;
}

section#tables p {
	margin-top: 1em;
}

.tab-container .tab-content {
	border-radius: 0 2px 2px 2px;
	border: 1px solid #e0e0e0;
	padding: 16px;
	background-color: #ffffff;
}

.table td,
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
	padding: 15px !important;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
	font-size: 0.9em;
	color: #999;
	border-top: none !important;
}

.tab-content>.active {
	display: block;
	visibility: visible;
}

.label {
	font-weight: 300 !important;
}

.label {
	padding: 4px 6px;
	border: none;
	text-shadow: none;
}

.nav-tabs {
	margin-bottom: 1em;
}

.alert {
	font-size: 0.85em;
}

h1.t-button,
h2.t-button,
h3.t-button,
h4.t-button,
h5.t-button {
	line-height: 1.8em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

li.list-group-item1 {
	line-height: 2.5em;
}

.input-group {
	margin-bottom: 20px;
}

.in-gp-tl {
	padding: 0;
}

.in-gp-tb {
	padding-right: 0;
}

.list-group {
	margin-bottom: 48px;
}

ol {
	/*margin-bottom: 44px;*/
}

h2.typoh2 {
	margin: 0 0 10px;
}

@media (max-width:768px) {
	.grid_5 {
		padding: 0 0 1em;
	}

	.grid_3 {
		margin-bottom: 0em;
	}
}

@media (max-width:640px) {

	.grid_5 h3,
	.grid_5 h2,
	.grid_5 h1,
	.grid_5 h4,
	.grid_5 h5,
	h3.hdg,
	h3.bars {
		margin-bottom: .5em;
	}

	.progress {
		height: 10px;
		margin-bottom: 10px;
	}

	ol.breadcrumb li,
	.grid_3 p,
	ul.list-group li,
	li.list-group-item1 {
		font-size: 14px;
	}

	.breadcrumb {
		margin-bottom: 10px;
	}

	.well {
		font-size: 14px;
		margin-bottom: 10px;
	}

	h2.typoh2 {
		font-size: 1.5em;
	}

	.label {
		font-size: 60%;
	}
}

@media (max-width:480px) {
	.banner {
		min-height: 405px;
	}

	.table h1 {
		font-size: 26px;
	}

	.table h2 {
		font-size: 23px;
	}

	.table h3 {
		font-size: 20px;
	}

	.label {
		font-size: 53%;
	}

	.about_concept p {
		font-size: 1.2em;
	}

	.about_concept span {
		font-size: 0.9em;
	}

	.alert,
	p {
		font-size: 14px;
	}

	.pagination {
		margin: 20px 0 0px;
	}
}

@media (max-width: 320px) {
	.grid_4 {
		margin-top: 18px;
	}

	h3.title {
		font-size: 1.6em;
	}

	.alert,
	p,
	ol.breadcrumb li,
	.grid_3 p,
	.well,
	ul.list-group li,
	li.list-group-item1,
	a.list-group-item {
		font-size: 13px;
	}

	.alert {
		padding: 10px;
		margin-bottom: 10px;
	}

	ul.pagination li a {
		font-size: 14px;
		padding: 5px 11px;
	}

	.list-group {
		margin-bottom: 10px;
	}

	.well {
		padding: 10px;
	}

	.nav>li>a {
		font-size: 14px;
	}

	table.table.table-striped,
	.table-bordered,
	.bs-docs-example {
		display: none;
	}
}


/*--//Typography --*/


/*-- contact-page --*/

.contact h3 {
	color: #8E0000;
	font-size: 2.5em;
	margin: 0 0 1em;
	text-align: center;
}

p.your-para {
	color: #464646;
	font-size: 16px;
	margin: 0 0 10px 0;
}

.contact-grid input[type="text"],
.contact-grid textarea {
	width: 100%;
	padding: 10px 10px;
	margin: 0 0 20px 0;
	background: #fff;
	font-size: 14px;
	outline: none;
	border: 1px solid #DADADA;
	-webkit-appearance: none;
}

.contact-grid textarea {
	resize: none;
	min-height: 180px;
}

.contact-in h4 {
	color: #000;
	font-size: 1.4em;
	margin: 0 0 15px 0;
	line-height: 1.5em;
	text-transform: uppercase;
}

p.para1 {
	color: #999;
	font-size: 1em;
	line-height: 2em;
}

.address-more,
.address-left {
	float: left;
	width: 40%;
}

.contact-grid {
	padding-left: 0;
}

.address-more p,
.address-left p {
	color: #999;
	font-size: 1em;
	line-height: 2em;
}

.address-left p a {
	text-decoration: none;
	color: #999;
}

.address-left p a:hover {
	color: #8E0000;
}

.more-address {
	padding: 2em 0;
}

.map iframe {
	width: 100%;
	height: 400px;
	border: none;
}

.send input[type="submit"] {
	font-size: 1em;
	background: #242a2c;
	padding: 0.7em 2em;
	text-align: center;
	color: #fff;
	border: none;
	outline: none;
	text-transform: uppercase;
	-webkit-appearance: none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	letter-spacing: 1px;
}

.send input[type="submit"]:hover {
	background: #8E0000;
}


/*-- //contact-page --*/

.about h2,
.services h2,
.facilities h2,
.contact h2 {
	font-size: 3em;
	text-transform: capitalize;
	color: #3c94f1;
	text-align: center;
	margin: 0 0 1.5em;
}

.services h4 {
	font-size: 1em;
	color: #ffae58;
	text-transform: capitalize;
	margin: 0.8em 0 0.3em;
	font-weight: bold;
}

.services p {
	font-size: 0.82em;
	line-height: 1.6em;
	color: #999;
	min-height: 8em;
}

.services-grids {
	margin-top: 3em;
}

.all_button {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	float: right;
	display: inline-block;
	background: #ffae58;
	border: 1px solid #ffae58;
	color: #fff;
	margin-top: 10px;
	padding: 6px 30px;
	border-radius: 3px;
	overflow: hidden;
}

.all_button:hover {
	background: #fff;
	background: transparent;
	color: #ffae58;
}

a.mask {
	text-decoration: none;
	overflow: hidden;
	display: block;
}

img.zoom-img {
	-webkit-transform: scale(1, 1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transform: scale(1, 1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;
}

img.zoom-img:hover {
	-webkit-transform: scale(1.1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 750ms;
	-moz-transform: scale(1.1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 750ms;
	overflow: hidden;
}


/*-- single --*/

.single {
	padding: 5em 0;
}

.single-left1 h2 {
	margin: 1em 0 0.5em;
	text-transform: capitalize;
	font-size: 1.7em;
	color: #000;
	line-height: 1.5em;
}

.single-left1 ul li {
	display: inline-block;
	margin-right: 3em;
	color: #999;
}

.single-left1 ul li span {
	color: #8E0000;
	font-size: 1em;
	margin-right: 0.5em;
	vertical-align: middle;
}

.single h3 {
	color: #8E0000;
	font-size: 2em;
}

.single-left1 ul li a {
	color: #999;
	font-style: italic;
	text-decoration: none;
}

.single-left1 ul li a:hover {
	color: #8E0000;
}

.single-left1 p {
	margin: 2em 0;
	color: #999;
	line-height: 1.8em;
	font-size: 1em;
}

.admin {
	padding: 2em;
	background: #212121;
	margin: 3em 0;
}

.admin p {
	color: #f5f5f5;
	font-size: 14px;
	margin: 0;
	line-height: 1.8em;
	position: relative;
	padding-left: 3.5em;
}

.admin p:before {
	position: absolute;
	top: 0%;
	left: 0%;
	content: '';
	background: url(../images/img-sp.png) no-repeat -6px -263px;
	width: 32px;
	height: 32px;
	display: block;
}

.admin a {
	display: block;
	text-align: right;
	color: #C59C45;
	font-size: 1em;
	text-decoration: none;
}

.admin a:hover {
	color: #fff;
}

.comments-grids {
	margin: 3em 0 0;
}

.comments-grid-left {
	float: left;
	width: 16%;
}

.comments-grid-right {
	float: right;
	width: 80%;
}

.comments-grid-right ul {
	padding: 1em 0;
}

.comments-grid-right ul li {
	display: inline-block;
	color: #999;
	font-size: 1.1em;
}

.comments-grid-right ul li i {
	margin: 0 1em;
	font-style: normal;
}

.comments-grid-right ul li a {
	color: #8E0000;
	text-decoration: none;
}

.comments-grid-right ul li a:hover {
	color: #C59C45;
}

.comments-grid-right h4 a {
	font-size: 1.2em;
	color: #000;
	text-decoration: none;
}

.comments-grid-right h4 a:hover {
	color: #8E0000;
}

.comments-grid-right p {
	font-size: 1em;
	color: #999;
	line-height: 1.8em;
	margin: 0;
}

.comments-grid:nth-child(2) {
	margin: 2em 0;
}

.comments-grid:nth-child(3) {
	margin: 0 0 2em;
}

.leave-coment-form {
	margin: 3em 0 0;
	width: 70%;
}

.leave-coment-form input[type="text"],
.leave-coment-form input[type="email"],
.leave-coment-form textarea {
	outline: none;
	border: 1px solid #CECECE;
	background: #f5f5f5;
	padding: 10px;
	font-size: 14px;
	color: #999;
	width: 48.7%;
}

.leave-coment-form input[type="email"] {
	margin-left: 1em;
}

.leave-coment-form textarea {
	min-height: 200px;
	resize: none;
	width: 100% !important;
	margin: 1em 0 0.8em;
}

.leave-coment-form input[type="submit"] {
	outline: none;
	border: none;
	background: #8E0000;
	padding: 10px 0;
	font-size: 1em;
	color: #fff;
	width: 30%;
	margin-left: 32em;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}

.leave-coment-form input[type="submit"]:hover {
	background: #000;
}

.leave-coment-form form {
	margin: 3em 0 0;
}

.comments {
	width: 70%;
}


/*-- //single --*/

.faculty_grid {
	margin-bottom: 2em;
}

@media(max-width:1440px) {
	.sb-search {
		right: 9.5em;
	}

	.sb-search.sb-search-open,
	.no-js .sb-search {
		width: 23%;
	}
}

@media(max-width:1366px) {
	.sb-search {
		right: 6.5em;
	}
}

@media(max-width:1280px) {
	.sb-search {
		right: 3.5em;
	}
}

@media(max-width:1024px) {
	.sb-search {
		right: 3em;
	}

	.nav>li>a {
		margin: 0 10px ! important;
	}

	.wel2,
	.wel3,
	.wel1 {
		padding: 2em 0.5em;
	}

	figure.team_member figcaption {
		top: 55%;
	}

	.mid-content {
		width: 42%;
	}

	.view {
		width: 31%;
	}

	.view h4 {
		margin: 3em 0 0;
	}

	.leave-coment-form input[type="text"],
	.leave-coment-form input[type="email"],
	.leave-coment-form textarea {
		width: 48.6%;
	}

	.leave-coment-form input[type="submit"] {
		margin-left: 29em;
	}

	.sb-search.sb-search-open,
	.no-js .sb-search {
		width: 32%;
	}
}

@media(max-width:991px) {
	nav.navbar.navbar-default {
		width: 70% ! important;
	}

	.sb-search {
		right: 1em;
	}

	.nav>li>a {
		margin: 0 7px ! important;
	}

	.navbar-default .navbar-nav>li>a {
		font-size: 1em;
	}

	.welcome {
		padding: 3em 0;
	}

	.welcome h3 {
		font-size: 3em;
	}

	.banner-main h3 {
		font-size: 2em;
	}

	.banner {
		min-height: 710px;
	}

	.welcome-grid {
		float: left;
		width: 33.33%;
	}

	.welcome-grid p,
	.mid-content p,
	.events p,
	.about p,
	.services p,
	p.para1,
	.address-more p,
	.address-left p,
	.single-left1 p,
	.comments-grid-right p {
		font-size: 0.8em;
	}

	.welcome-grid h4 {
		font-size: 1.7em;
	}

	.admission {
		padding: 2em 0;
	}

	.faculty_grid {
		float: left;
		width: 33.33%;
	}

	figure.team_member figcaption {
		top: 43%;
	}

	.mid-content {
		width: 49%;
	}

	.mid-content h3 {
		font-size: 2em;
	}

	.events h3 {
		font-size: 1.5em;
	}

	.events-left {
		margin-bottom: 1.5em;
	}

	figure.team_member figcaption span {
		margin-bottom: 8px;
	}

	.bnr-galry-left,
	.bnr-galry-right {
		float: left;
		width: 50%;
	}

	.events {
		padding: 3em 0;
	}

	.footer {
		padding: 3em 0 1em;
	}

	.footer-grid p {
		font-size: 0.95em;
	}

	.footer-grid ul li a {
		font-size: 0.95em;
	}

	.footer-grid h3 {
		margin-bottom: 1em;
	}

	.banner-1 {
		min-height: 103px;
	}

	.about,
	.facilities,
	.typo,
	.contact,
	.services {
		padding: 3em 0;
	}

	.single {
		padding: 3em 0;
	}

	.about h2,
	.services h2,
	.facilities h2,
	.contact h2 {
		margin: 0 0 1em;
	}

	.footer-grid {
		float: left;
		width: 25%;
		margin-right: 0%;
	}

	.about h3 {
		margin: 0 0 0.5em;
	}

	.view {
		width: 30%;
	}

	.view h4 {
		margin: 1.9em 0 0;
	}

	.services-grid {
		float: left;
		width: 33.33%;
	}

	.contact-grid {
		padding-left: 1em;
		margin-bottom: 2em;
	}

	.leave-coment-form input[type="text"],
	.leave-coment-form input[type="email"],
	.leave-coment-form textarea {
		width: 48.2%;
	}

	.leave-coment-form input[type="submit"] {
		margin-left: 22em;
	}
}

@media(max-width:800px) {
	.logo {
		float: left;
		width: 21%;
	}

	.sb-search.sb-search-open,
	.no-js .sb-search {
		width: 41%;
	}
}

@media(max-width:768px) {
	span.menu {
		display: block;
		text-align: center;
		padding: 1px 0px 0px 0px;
		cursor: pointer;
		color: #E74C3C;
		font-size: 16px;
		font-weight: 700;
		position: relative;
	}

	.top-nav ul.res {
		display: none;
		padding: 0px;
	}

	.top-nav ul.res {
		padding: 0;
		margin: 1.15em 0em 0em 0em;
		z-index: 999;
		position: absolute;
		width: 100%;
		left: 0;
	}

	.top-nav ul.res li {
		display: block;
		text-align: center;
		background: #000;
		margin: 0;
		width: 100%;
	}

	.top-nav ul.res li a {
		font-size: 16px;
		padding: 1em 0;
		color: #fff;
		display: block;
	}

	ul.res li a:hover,
	ul.res li a.active {
		color: #000;
	}

	.nav-justified>li>a {
		margin-bottom: 0px;
	}

	.logo {
		float: left;
		width: 20%;
	}

	.about-btm {
		margin: 3em 0 0;
	}
}

@media(max-width:767px) {
	.navbar-default .navbar-toggle {
		margin-right: 334px;
	}

	nav.navbar.navbar-default {
		width: 100% ! important;
		text-align: center;
	}

	.navbar-toggle {
		margin-top: 20px;
	}

	.navbar-default .navbar-toggle .icon-bar {
		background-color: #000;
	}

	.navbar-toggle .icon-bar {
		height: 4px;
	}

	.navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus {
		background-color: #EAE089;
	}

	.navbar-default .navbar-toggle {
		border: none;
	}

	.navbar-default .navbar-collapse,
	.navbar-default .navbar-form {
		border-color: #000;
	}

	.navbar-default .navbar-nav>.active>a,
	.navbar-default .navbar-nav>.active>a:hover,
	.navbar-default .navbar-nav>.active>a:focus {
		border-bottom: none ! important;
	}

	.navbar-default .navbar-nav>li>a:hover,
	.navbar-default .navbar-nav>li>a:focus {
		border-bottom: none ! important;
	}
}

@media(max-width:736px) {
	.navbar-default .navbar-toggle {
		margin-right: 322px;
	}
}

@media(max-width:667px) {
	.navbar-default .navbar-toggle {
		margin-right: 289px;
	}
}

@media(max-width:640px) {
	.logo {
		float: left;
		width: 27%;
	}

	.banner-main img {
		width: 39%;
	}

	.banner {
		min-height: 535px;
		padding: 0 0 3em;
	}

	.welcome-grid {
		float: left;
		width: 50%;
		margin-bottom: 1.5em;
		padding: 0;
	}

	.welcome-grid h4 {
		font-size: 1em
	}

	.faculty_grid {
		float: left;
		width: 50%;
	}

	figure.team_member figcaption {
		top: 54%;
	}

	/* .admission {
		padding: 3em 0 0;
	} */

	.mid-content {
		width: 56%;
	}

	.about h3 {
		font-size: 2em;
	}

	.about,
	.typo,
	.contact,
	.services {
		padding: 3em 0 0;
	}

	.view {
		width: 46%;
	}

	.view h4 {
		margin: 2.5em 0 0;
		font-size: 18px;
		padding: 7px;
	}

	.facilities,
	.services {
		padding: 3em 0 2em;
	}

	.contact h3 {
		font-size: 2em;
	}

	.single-left1 ul li {
		margin-right: 2em;
	}

	.single-left1 h2 {
		font-size: 1.5em;
	}

	.single h3 {
		font-size: 1.8em;
	}

	.comments {
		width: 100%;
	}

	.leave-coment-form {
		width: 100%;
	}

	.navbar-default .navbar-toggle {
		margin-right: 271px;
	}

	.sb-search.sb-search-open,
	.no-js .sb-search {
		width: 51%;
	}

	.about h2,
	.services h2,
	.facilities h2,
	.contact h2 {
		font-size: 2.5em;
	}

	h3.title {
		font-size: 2.5em;
	}
}

@media(max-width:600px) {
	.navbar-default .navbar-toggle {
		margin-right: 257px;
	}

	.sb-search.sb-search-open,
	.no-js .sb-search {
		width: 61%;
	}
}

@media(max-width:568px) {
	.navbar-default .navbar-toggle {
		margin-right: 240px;
	}
}

@media(max-width:480px) {
	.welcome-grids {
		margin-top: 1em;
	}

	.welcome {
		padding: 3em 0 0;
	}

	.faculty_grid img {
		width: 100%;
	}

	.faculty_grid {
		float: left;
		width: 100%;
	}

	figure.team_member figcaption {
		top: 56%;
	}

	/* .admission {
		padding: 3em 0 0;
	} */

	.mid-content {
		width: 92%;
		float: none;
		margin: 2em auto !important;
	}

	.mid-content h3 {
		font-size: 1.8em;
	}

	.bnr-galry-left,
	.bnr-galry-right {
		float: left;
		width: 100%;
	}

	.footer-grid {
		float: left;
		width: 100%;
		margin-right: 0%;
		margin-bottom: 1.5em;
	}

	.footer-grid h3 {
		margin-bottom: 0.5em;
	}

	.copy-right {
		text-align: center;
		padding: 0em 0 0;
	}

	.about-left {
		width: 100%;
		margin-bottom: 1em;
	}

	.about-right {
		width: 100%;
		padding: 0;
		margin-bottom: 1.5em;
	}

	.about h5 {
		font-size: 2.5em;
	}

	.view {
		width: 100%;
	}

	.view h4 {
		margin: 7em 0 0;
	}

	.services-grid {
		float: left;
		width: 100%;
		margin-bottom: 1.5em;
	}

	.services-grids {
		margin-top: 0em;
	}

	.contact-in h4 {
		font-size: 1.2em;
		line-height: 1.3em;
	}

	.single-left1 h2 {
		font-size: 1.3em;
	}

	.single-left1 ul li {
		margin-right: 1em;
	}

	.comments-grids {
		margin: 2em 0 0;
	}

	.leave-coment-form input[type="text"],
	.leave-coment-form input[type="email"],
	.leave-coment-form textarea {
		width: 47.8%;
	}

	.leave-coment-form input[type="submit"] {
		width: 37%;
		margin-left: 17em;
	}

	.comments-grid-left {
		float: left;
		width: 100%;
		text-align: center;
		margin-bottom: 1.5em;
	}

	.comments-grid-right {
		float: right;
		width: 100%;
		text-align: center;
	}

	.navbar-default .navbar-toggle {
		margin-right: 190px;
	}

	.banner-main h3 {
		font-size: 1.7em;
	}

	.banner-main p {
		font-size: 0.9em;
	}

	.banner {
		min-height: 458px;
	}

	.sb-search.sb-search-open,
	.no-js .sb-search {
		width: 80%;
	}

	.view {
		margin: 0;
	}

	.facilities {
		margin-bottom: 2em;
	}

	.address-more,
	.address-left {
		float: left;
		width: 100%;
	}

	.map iframe {
		width: 100%;
		height: 160px;
	}
}

@media(max-width:414px) {
	.welcome h3 {
		font-size: 2.5em;
	}

	.welcome-grids {
		margin-top: 1.5em;
	}

	.welcome {
		padding: 3em 0 0;
	}

	.mid-content h3 {
		font-size: 1.4em;
	}

	.mid-content p {
		line-height: 1.7em;
	}

	.mid-content {
		padding: 1em;
		margin: 2em auto 0;
	}

	.about h3 {
		font-size: 1.8em;
	}

	.bt-rgt {
		float: right;
		width: 80%;
	}

	.view h4 {
		margin: 6em 0 0;
	}

	.contact h3 {
		font-size: 1.8em;
	}

	.leave-coment-form input[type="text"],
	.leave-coment-form input[type="email"],
	.leave-coment-form textarea {
		width: 100%;
	}

	.leave-coment-form input[type="email"] {
		margin-left: 0em;
		margin-top: 1em;
	}

	.leave-coment-form input[type="submit"] {
		width: 43%;
		margin-left: 13em;
	}

	.comments-grid-right ul li {
		font-size: 1em;
	}

	.leave-coment-form form {
		margin: 1.5em 0 0;
	}

	.navbar-default .navbar-toggle {
		margin-right: 164px;
	}

	.sb-icon-search {
		background: #fff url('../images/search.png') no-repeat 5px 5px;
	}

	.sb-icon-search,
	.sb-search-submit {
		width: 30px;
		height: 30px;
		top: 6px;
		background-size: 20px;
	}

	.sb-search-submit {
		background: #fff url('../images/search.png') no-repeat 5px 5px;
		background-size: 20px;
	}
}

@media(max-width:384px) {
	figure.team_member figcaption {
		top: 50%;
	}

	.mid-content h3 {
		font-size: 1.5em;
	}

	.events-right ul li a,
	.about ul li a {
		font-size: 0.95em;
	}

	.copy-right p {
		font-size: 0.95em;
	}

	.about h4 {
		font-size: 1.3em;
	}

	.bt-lft {
		float: left;
		width: 18%;
	}

	.view h4 {
		margin: 5.5em 0 0;
	}

	.leave-coment-form input[type="submit"] {
		margin-left: 12em;
	}

	.navbar-default .navbar-toggle {
		margin-right: 142px;
	}
}

@media(max-width:375px) {
	.view h4 {
		margin: 5em 0 0;
	}

	.leave-coment-form input[type="submit"] {
		width: 47%;
		margin-left: 11em;
	}

	.navbar-default .navbar-toggle {
		margin-right: 139px;
	}

	.logo h1 a {
		font-size: 1.1em;
	}

	.sb-search {
		top: 1.5em;
	}

	.sb-search.sb-search-open,
	.no-js .sb-search {
		width: 89%;
	}
}

@media(max-width:320px) {
	.welcome h3 {
		font-size: 2em;
	}

	.welcome-grid h4 {
		font-size: 0.85em
	}

	.welcome {
		padding: 2em 0 0;
	}

	span.glyphicon.glyphicon-glass,
	span.glyphicon.glyphicon-user,
	span.glyphicon.glyphicon-heart {
		font-size: 2.5em;
		padding: 0;
	}

	.wel2,
	.wel3,
	.wel1 {
		padding: 1em 0.5em;
	}

	.welcome-grid p,
	.mid-content p,
	.events p,
	.about p,
	.services p,
	p.para1,
	.address-more p,
	.address-left p,
	.single-left1 p,
	.comments-grid-right p {
		font-size: 0.8em;
		line-height: 1.6em;
	}

	.admission {
		padding: 2em 0 0;
	}

	.faculty_top {
		margin-bottom: 0em;
	}

	.mid-content {
		width: 94%;
	}

	.mid-content h3 {
		font-size: 1.4em;
	}

	.events h3 {
		font-size: 1.2em;
	}

	.events h5 {
		font-size: 1.1em;
		line-height: 1.2em;
	}

	.events-right ul li a,
	.about ul li a {
		font-size: 0.9em;
	}

	.footer {
		padding: 1.5em 0 1em;
	}

	.footer-grid h3 {
		font-size: 1.5em;
	}

	.footer-grid p {
		font-size: 0.9em;
		line-height: 1.6em;
	}

	.footer-grid {
		padding: 0;
	}

	.about h4 {
		font-size: 1.2em;
	}

	.about h5 {
		font-size: 2em;
	}

	.about h2,
	.services h2,
	.facilities h2,
	.contact h2 {
		margin: 0 0 0.5em;
		font-size: 2.3em;
	}

	.about,
	.facilities,
	.typo,
	.contact,
	.services {
		padding: 2em 0 0;
	}

	.about h3 {
		font-size: 1.7em;
	}

	.abt-left {
		padding: 0;
	}

	.abt-left {
		padding: 0;
	}

	.events-right ul li a,
	.about ul li a {
		padding-left: 1.7em;
	}

	.view h4 {
		margin: 4em 0 0;
	}

	.contact-grid {
		padding: 0;
	}

	.contact-in {
		padding: 0;
	}

	.contact-in h4 {
		font-size: 1.1em;
		;
	}

	.address-more,
	.address-left {
		float: left;
		width: 100%;
	}

	.more-address {
		padding: 1em 0 0;
	}

	.contact-form {
		margin-bottom: 1.5em;
		margin-top: 1em;
	}

	.send input[type="submit"] {
		padding: 0.5em 1.5em;
	}

	.single-left1 h2 {
		line-height: 1.3em;
		font-size: 1.2em;
	}

	.single h3 {
		font-size: 1.7em;
	}

	.leave-coment-form input[type="submit"] {
		width: 56%;
		margin-left: 7.5em;
	}

	.logo {
		float: left;
		width: 52%;
	}

	.navbar-default .navbar-toggle {
		margin-right: 111px;
	}

	.sb-search {
		right: 1em;
		top: 1em;
	}

	.welcome-grid {
		padding: 0;
	}

	.faculty_grid {
		padding: 0;
	}

	figure.team_member figcaption {
		top: 47%;
	}

	figure.team_member figcaption>a {
		left: 45%;
	}

	.events-left {
		padding: 0;
	}

	.events-right {
		padding: 0;
	}

	.events-right {
		padding: 0 !important;
	}

	.ab-lf {
		padding: 0;
	}

	.banner-main h3 {
		font-size: 1.3em;
	}

	.banner-main p {
		font-size: 0.9em;
		line-height: 1.5em;
		margin: 0.5em 0 0;
	}

	.banner-main {
		padding: 0em 0em 0em 0em;
	}

	.banner {
		min-height: 360px;
	}

	.navbar-toggle {
		/*margin-top: -42px;*/
	}

	.sb-search.sb-search-open,
	.no-js .sb-search {
		width: 93%;
	}

	.contact-grid input[type="text"],
	.contact-grid textarea {
		padding: 8px 10px;
		margin: 0 0 14px 0;
	}

	.leave-coment-form input[type="text"],
	.leave-coment-form input[type="email"],
	.leave-coment-form textarea {
		padding: 8px 10px;
		;
	}

	.header {
		padding: 1em 0;
	}

	.banner-1 {
		min-height: 80px;
	}
}
