@media (min-width:1200px) {
	.container {
		width: 1170px!important;
		margin: 0 auto
	}
}

a:hover,a:focus {
	color: #80c9f1;
	text-decoration: none;
	outline: none;
	}	
	
.header-box {
	background: #fff
}

.topbar {
	width: 100%;
	background-color: #7c6aa6
}

.topbar .container .am-g {
	padding: 3px 0;
	font-size: 15px;
	color: #fff
}

.topbar .container .am-g .topbar-left {
	font-size: 15px
}

.topbar .container .am-g .topbar-left .am-icon-globe {
	font-size: 23px
}

.topbar .container .am-g .topbar-left .am-btn-primary {
	color: #fff;
	background-color: #7c6aa6;
	border-color: #7c6aa6
}

.topbar .container .am-g .topbar-left .am-btn {
	padding: 0;
	line-height: 1;
	margin-top: -10px
}

.topbar .container .am-g .topbar-right {
	line-height: 34px;
	width: 75%
}

.topbar .container .am-g .topbar-right i {
	opacity: .3;
	margin: 0 5px
}

.topbar .container .am-g .topbar-right a {
	color: #fff;
	font-size: 14px;
	margin: 4px
}

.topbar .container .am-g .topbar-right a:nth-of-type(1) {
	margin-left: 20px
}

@media screen and (max-width:640px) {
	.m-header .m-logo {
		width: 250px;
		margin: 8px auto
	}

	.m-header .m-logo img {
		width: 250px;
		margin: 0 auto
	}

	.m-header .am-offcanvas-bar {
		width: 320px;
		background: #383d61
	}

	.m-header .am-icon-bars {
		font-size: 30px;
		color: #262626
	}

	.m-header {
		padding: 10px 0;
		background: #fFF
	}

	.am-menu-offcanvas1 .am-menu-nav>li>a:focus,.m-header .am-menu-offcanvas1 .am-menu-nav>.am-open>a,.m-header .am-menu-offcanvas1 .am-menu-nav>li>a:hover {
		background-color: #383d61!important;
		color: #fff;
		outline: 0
	}

	.m-header .am-menu-offcanvas1 .am-menu-sub {
		background-color: #383d61!important
	}

	.m-header .am-menu-sub {
		padding: 0
	}

	.m-header .am-menu-sub li {
		border-top: 1px solid rgba(0,0,0,.3);
		-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
		box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
		text-shadow: 0 1px 0 rgba(0,0,0,.5);
		padding-left: 36px
	}

	.m-header .am-menu-offcanvas1 .am-menu-nav>li>a {
		color: #fff
	}

	.m-header .am-menu-sub li a {
		color: rgba(255,255,255,.3);
		text-shadow: none!important
	}

	.m-header .nav-icon::before {
		margin-left: -14px;
		margin-right: 5px
	}

	.m-header .nav-icon-globe::before {
		content: "\f0ac"
	}

	.m-header .nav-share-contain {
		height: 44px;
		line-height: 44px;
		text-indent: 9px;
		padding: 0;
		position: relative;
		color: #ccc;
		border-top: 1px solid rgba(0,0,0,.3);
		-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
		box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
		text-shadow: 0 1px 0 rgba(0,0,0,.5)
	}
}

.header {
	padding: 20px 0
}

.header .logo {
	padding-top: 8px
}

.header .logo img {
	width: 300px
}

.header .header-right {
	text-align: center
}

.header .header-right .header-contact {
	float: left;
	text-align: center;
	padding: 18px 30px 0 0
}

.header .header-right .header-contact .header_contacts--item {
	float: left;
	vertical-align: middle
}

.header .header-right .header-contact .header_contacts--item .contact_mini {
	position: relative;
	padding: 0 40px 0 35px
}

.header .header-right .header-contact .header_contacts--item .contact_mini strong {
	display: block;
	font-size: 15px;
	font-weight: 600;
	text-align: left
}

.header .header-right .header-contact .header_contacts--item .contact_mini .contact-icon {
	font-size: 26px;
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	left: 0
}

.header .header-right .header-contact .header_contacts--item .contact_mini span {
	font-size: 12px;
	color: #969696;
	display: block;
	text-align: left
}

.header .header-right .contact-btn {
	float: right;
	margin-top: 20px;
}

.header .header-right .contact-btn .am-btn-secondary {
	color: #7c6aa6;
	background-color: #fff;
	border-color: #7c6aa6
}

.header .header-right .contact-btn .am-btn-secondary:hover {
	background-color: #7c6aa6;
	color: #fff
}

.nav-contain {
	width: 100%;
}

.nav-contain .nav-inner {
	max-width: 1200px;
	margin: 0 auto
}

.nav-contain .nav-inner .am-nav li {
	list-style: none;
	position: relative;
	height:30px;
	line-height: 30px;
}

.nav-contain .nav-inner .am-nav .active {
	background-color: #fcfcfc;
}

.nav-contain .nav-inner .am-nav li:hover .sub-menu {
	display: block
}

.nav-contain .nav-inner .am-nav li .sub-menu {
	display: none;
	width: 100%;
	padding-left: 0;
	position: absolute;
	box-shadow: 0 0 7px rgba(0,0,0,.15);
	top: 100%;
	z-index: 1000!important;
	background: #2b59bb;
	border-radius: 0 0 3px 3px;
	margin: 0
}

.nav-contain .nav-inner .am-nav li .sub-menu .menu-item {
	border-top: 1px solid #eaeaea;
	position: relative;
	padding: 10px 5px
}

.nav-contain .nav-inner .am-nav li .sub-menu .menu-item a {
	display: block;
	font-size: 14px;
	text-align: center;
}

.nav-contain .nav-inner .am-nav li a {
	color: #333;
	padding: 2px;
}

.nav-contain .nav-inner .am-nav li a:hover {
	color: #333;
	background-color: #fcfcfc;
}

@font-face {
	font-family:fontawesome;src:url(../fonts/fontawesome-webfont.ttf),url(../fonts/fontawesome-webfont.woff)
}

.page-header {
	text-align: center;
	padding: 40px 0 40px;
	font-weight: 300;
	background: url(../images/index/slide_simple_bg3.png) #383d61
}

.page-header .page-header-title {
	font-size: 50px;
	color: #FFF;
	font-weight: 400
}

.breadcrumb-box {
	border-bottom: 1px solid #e9e9e9
}

.breadcrumb-box .am-breadcrumb {
	padding: 16px 0 0;
	margin-bottom: 1rem
}

.breadcrumb-box .am-breadcrumb li a {
	font-size: 14px;
	color: #262626
}

.breadcrumb-box .am-breadcrumb .am-active {
	color: ##6975a6
}

.section {
	padding: 50px 0
}

.section .section--header .section--title {
	font-size: 30px;
	font-weight: 300;
	text-align: center
}

.section .section--header .section--description {
	font-size: 15px;
	line-height: 30px;
	color: #9b9b9b;
	text-align: center;
	margin: 13px 0 0
}

@media screen and (max-width:640px) {
	.section {
		padding: 50px 0!important
	}

	.section .section--header {
		padding: 0 15px
	}

	.section .section--header .section--title {
		font-size: 30px!important
	}

	.section .section--header .section--description {
		font-size: 15px;
		line-height: 32px
	}

	.section--description {
		font-size: 16px
	}
}

.layout-footer .footer {
	width: 100%;
	background: url(../images/footer.jpg);
	background-size: cover;
	position: relative
}

.layout-footer .footer .am-u-md-3 {
	padding-left: 25px
}

.layout-footer .footer .footer--bg {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: .95;
	top: 0;
	left: 0
}

.layout-footer .footer .footer--inner {
	position: relative;
	z-index: 1
}

.layout-footer .footer .footer--inner .footer_main {
	position: relative
}

.layout-footer .footer .footer_main--column {
	margin: 50px 0 0
}

.layout-footer .footer .footer_main--column_title {
	color: #fff;
	font-size: 17px;
	line-height: 29px;
	font-weight: 700;
	display: block
}

.layout-footer .footer .footer_about {
	position: relative;
	padding: 17px 25px 0 0
}

.layout-footer .footer .footer_about--text {
	font-size: 14px;
	line-height: 25px;
	color: #fff;
	padding: 0 0 16px
}

.layout-footer .footer .footer_navigation {
	padding: 6px 15px 0 0
}

.layout-footer .footer .footer_navigation--item {
	display: block;
	position: relative;
	padding: 0px 25px 12px 0;
	text-align: left;
	border-bottom: 1px solid rgba(255,255,255,.1)
}

.layout-footer .footer .footer_navigation--item::before {
	position: absolute;
	content: "\f054";
	display: block;
	right: 10px;
	top: 50%;
	transform: translate(0,-50%);
	margin-top: 3px;
	color: #fff;
	font-size: 12px;
	font-family: fontawesome
}

.layout-footer .footer .footer_navigation--link {
	color: #fff;
	font-size: 14px;
	line-height: 22px
}

.layout-footer .footer .footer_navigation--link:hover {
	text-decoration: underline
}

.layout-footer .footer .footer_contact_info {
	padding: 5px 0 0
}

.layout-footer .footer .footer_contact_info--item {
	padding: 5px 0;
	position: relative;
	color: #fff;
	font-size: 14px;
	line-height: 25px;
	list-style: none
}

.layout-footer .footer .footer_contact_info--item i {
	display: block;
	position: absolute;
	left: -2px;
	top: 12px
}

.layout-footer .footer .footer_contact_info--item span {
	display: inline-block;
	vertical-align: text-top;
	padding: 0 0 0 28px
}

.contact_card {
	background: #fff;
	border: 1px solid #e9e9e9;
	border-radius: 3px;
	position: relative;
	text-align: center;
	padding: 80px 0 48px;
	margin: 30px
}

.contact_card .contact_card--icon {
	position: absolute;
	font-size: 56px;
	display: block;
	top: 37px;
	left: 50%;
	transform: translate(-50%,0);
	color: #59bcdb
}

.contact_card .contact_card--title {
	font-size: 20px;
	display: inline-block
}

.contact_card .contact_card--text {
	padding: 0 0 10px;
	color: #969696;
	font-size: 16px;
	line-height: 23px
}

.contact_card .contact_card--text a {
	color: #969696
}

.contact_card .am-btn-secondary {
	background-color: transparent;
	color: #59bcdb;
	border-color: #59bcdb;
	border-width: 2px;
	padding: 12px 18px
}

.contact_card .am-btn-secondary:hover {
	background-color: #59bcdb;
	color: #fff
}

html {overflow-x:hidden;}

.custom_service p img {display: inline; vertical-align:middle;}
.scrollsidebar{position:absolute; z-index:999; top:350px;right:0;padding-right: 10px}
.side_content{width:154px; height:auto; overflow:hidden; float:left; }
.side_content .side_list {width:154px;overflow:hidden;}
.show_btn{ width:0; height:112px; overflow:hidden; margin-top:50px; float:left; cursor:pointer;}
.show_btn span { display:none;}
.close_btn{width:24px;height:24px;cursor:pointer;}
.side_title,.side_bottom,.close_btn,.show_btn {background:url(../images/sidebar_bg.png) no-repeat;}
.side_title {height:46px;}
.side_bottom { height:8px;}
.side_center {font-family:Verdana, Geneva, sans-serif; padding:5px 12px; font-size:12px;}
.close_btn { float:right; display:block; width:21px; height:16px; margin:16px 10px 0 0; _margin:16px 5px 0 0;}
.close_btn span { display:none;}
.side_center .custom_service p { text-align:center; padding:6px 0; margin:0; vertical-align:middle;}
.other  { text-align:center;border-bottom:1px solid #ddd;border-top:1px solid #ddd}
.other p { padding:5px 0; _height:16px; margin:0;color: #666666;}
.msgserver { text-align:center; margin-bottom:5px;}
.msgserver a { background:url(../images/sidebar_bg.png) no-repeat -119px -115px; padding-left:22px;}

/* blue skin as the default skin */
.side_title, .side_blue .side_title {background-position:-195px 0;}
.side_center, .side_blue .side_center {background:url(../images/blue_line.png) repeat-y center;}
.side_bottom, .side_blue .side_bottom {background-position:-195px -50px;}
.close_btn, .side_blue .close_btn {background-position:-44px 0;}
.close_btn:hover, .side_blue .close_btn:hover {background-position:-66px 0;}
.show_btn , .side_blue .show_btn {background-position:-119px 0;}
.msgserver a, .side_blue .msgserver a {color:#06C;}

/* green skin  */
.side_green .side_title {background-position:-349px 0;}
.side_green .side_center {background:url(../images/green_line.png) repeat-y center;}
.side_green .side_bottom {background-position:-349px -50px;}
.side_green .close_btn {background-position:-44px -23px;}
.side_green .close_btn:hover {background-position:-66px -23px;}
.side_green .show_btn {background-position:-147px 0;}
.side_green .msgserver a {color:#76a20c;}