.header-background {
	position: absolute;
	height: 157px;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	border-bottom: 44px solid #01826b;
}
#site-wrapper {
	background: #e5f2f0;
}
.header-outer {
	background-color: #fff;
}

.breadcrumb>li+li::before {
	content: '/';
}

.header {
	position: relative;
	min-height: 113px;
	padding: 20px 0 0 0;
	background: #fff;
}

.header .breadcrumb {
	float: right;
	text-align: right;
	margin: 0;
	padding: 0;
	background: none;
}

.header .breadcrumb a {
	font-weight: normal;
}

.header .col-xs-logo {
	white-space: nowrap;
}

.header #logo {
	margin: 6px 0 0 0;
	width: 100%;
	float: left;
	max-width: 280px;
}

.header #logo-anniversary {
	height: 100%;
	max-height: 56px;
	margin: 6px 0 0 10px;
}

.header .header-share-price {
	float: right;
	clear: both;
	margin: 0 0 8px;
	font-size: 12px;
}

.header .header-share-price a {
	color: #3a464f;
	font-weight: normal;
}

.header .header-share-price a:hover {
	text-decoration: none;
}

.header .header-share-price a span {
	color: #01826b;
}

.header .header-share-price a span.positive {
	color: #0b9048;
}

.header .header-controls {
	list-style: none;
	float: right;
	clear: both;
	margin: 0;
	padding: 0;
}

.header .header-controls>li {
	padding: 0 0 0 10px;
	margin: 0 0 8px 0;
	float: left;
}
.header .header-controls>li:last-child{
	margin-top: 2px;
}
.header .header-controls .btn-default {
	background: #e7eaec;
}

.header .header-controls .dropdown-menu {
	background: #e7eaec;
}

.navbar-outer {
	margin-bottom: 25px;
	background-color: #01826b;
}

.navbar {
	min-height: 44px;
	border: 0;
	border-radius: 0;
	margin: 0;
}
.navbar-collapse{
	padding: 0;
}
.navbar.navbar-default {
	background: none;
}
.navbar.navbar-default > div> ul > li{
	padding: 0 21px;
}
.navbar.navbar-default > div> ul > li:first-child{
	padding-left: 0;
}
.navbar.navbar-default .navbar-nav li a {
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}

.navbar.navbar-default .navbar-nav li.active>a,
.navbar.navbar-default .navbar-nav li.active>a:focus,
.navbar.navbar-default .navbar-nav li.active>a:hover {
	background: #054f42;
	color: #fff;
}

.navbar.navbar-default .navbar-nav li .dropdown-menu {
	background: #fff;
	color: #054f42;
	box-shadow: 0 0;
	border-radius: 0;
	border: 0;
	padding: 0;
}

.navbar.navbar-default .navbar-nav li .dropdown-menu li {
	border-bottom: 1px solid #8695a0;
	background: #054f42;
}

.navbar.navbar-default .navbar-nav li .dropdown-menu li a {
	color: #fff;
	padding: 8px 15px;
	background: none;
	font-weight: normal;
}

.navbar.navbar-default .navbar-nav li .dropdown-menu li a:hover {
	color: #054f42;
}

.navbar.navbar-default .navbar-nav li .dropdown-menu li:hover {
	background: #fff;
}

.navbar.navbar-default .navbar-nav li .dropdown-menu li:hover a {
	color: #054f42;
}

.navbar.navbar-default .navbar-nav li .dropdown-menu li:last-child {
	border-bottom: 0;
}

.navbar-toggle {
	margin: 0;
	font-size: 28px;
	padding: 3px 14px 1px 14px;
	background: #01826b;
	border: 0;
	border-radius: 0;
	color: #fff;
	position: absolute;
	top: 4px;
	left: 4px;
}

.navbar-toggle:focus,
.navbar-toggle:hover {
	background: #054f42;
}

.navbar-nav li:hover {
	background: #054f42;
}

.navbar.navbar-default .navbar-nav li:hover a {
	color: #fff;
}

.navbar-nav li:hover .dropdown-menu {
	display: block;
}

.dropdown-toggle-language {
	border-radius: 0;
	position: absolute;
	top: 4px;
	right: 4px;
	border-radius: 0;
}

.dropdown-toggle-language .btn {
	border-radius: 0;
	padding: 8px 8px 7px 8px;
	background: #e7eaec;
	border: 0;
	width: 52px;
}

.dropdown-toggle-language i {
	font-size: 28px;
}

.dropdown-toggle-language .dropdown-menu {
	background: #e7eaec;
	border-radius: 0;
	margin: 0;
	border: 0;
}

.dropdown-toggle-language.open>.dropdown-toggle.btn-default {
	background: #e7eaec;
	box-shadow: 0 0;
}

.nav.nav-sub-navigation {
	background: #fff;
	position: relative;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
}


.nav.nav-sub-navigation li a {
	color: #666;
	padding: 8px 15px;
	font-weight: normal;
}

.nav.nav-sub-navigation li a:hover,
.nav.nav-sub-navigation li a:focus {
}
.nav.nav-sub-navigation li.dept1{
	padding-left: 15px;
}
.nav.nav-sub-navigation li.dept1 a{
	padding-left: 25px;
}
.nav.nav-sub-navigation li.dept1 a:before{
	content: '\f105';
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #666;
	font-size: 17px;
	padding-right: .5em;
	position: absolute;
	top: 6px;
	left: 4px;
	content: '\f0a4';
}
.nav.nav-sub-navigation li.dept0 a:before {
	content: '\f105';
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #666;
	font-size: 17px;
	padding-right: .5em;
	position: absolute;
	top: 6px;
	left: 4px;
}

.nav.nav-sub-navigation li.depth2 a:before {
	content: '\f0a4';
}

.nav.nav-sub-navigation li a:hover:before {
	color: #01826b;
}

.nav.nav-sub-navigation li.active>a {
	color: #01826b;
}

.nav.nav-sub-navigation li.active>a:before {
	color: #01826b;
}

.nav.nav-sub-navigation li:first-child {

	width: 100%;
}





.nav.nav-sub-navigation li:first-child a:before {
}

.nav.nav-sub-navigation li:last-child {
	border-bottom: 0;
}

.nav.nav-sub-navigation li.depth2 a {
	padding-left: 35px;
}

.nav.nav-sub-navigation li.depth2 a:before {
	left: 16px;
}

.nav.nav-sub-navigation li.depth3 a {
	padding-left: 45px;
}

.nav.nav-sub-navigation li.depth3 a:before {
	left: 32px;
}

.nav.nav-sub-navigation li.depth4 a {
	padding-left: 60px;
}

.nav.nav-sub-navigation li.depth4 a:before {
	left: 48px;
}

.nav.nav-sub-navigation li.depth5 a {
	padding-left: 75px;
}

.nav.nav-sub-navigation li.depth5 a:before {
	left: 64px;
}

.nav.nav-sub-navigation li.depth6 a {
	padding-left: 90px;
}

.nav.nav-sub-navigation li.depth6 a:before {
	left: 80px;
}

.slide-active .container-main {
	-webkit-transform: translateX(83%);
	transform: translateX(83%);
}

.slide-active .slide-side {
	left: 0;
}

.slide-side {
	width: 83%;
	padding: 15px;
	height: 100%;
	overflow: hidden;
	display: block;
	position: absolute;
	background: #3a464f;
	top: 0;
	bottom: 0;
	left: -83%;
	z-index: 999999;
	transition: all .1s ease-out;
}

.slide-side .form-inline-side-search {
	margin: 0 0 15px 0;
}

.slide-side .nav-slide-side-wrapper {
	overflow: auto;
	position: relative;
}

.slide-side .nav-slide-side-wrapper .nav.nav-slide-side a {
	color: #fff;
}

.slide-side .nav-slide-side-wrapper .nav.nav-slide-side a:hover,
.slide-side .nav-slide-side-wrapper .nav.nav-slide-side a:focus {
	background: none;
}

.slide-side .nav-slide-side-wrapper .nav.nav-slide-side li {
	border-bottom: 1px solid #8695a0;
	position: relative;
}

.slide-side .nav-slide-side-wrapper .nav.nav-slide-side li a {
	padding-right: 40px;
}

.slide-side .nav-slide-side-wrapper .nav.nav-slide-side li a:hover,
.slide-side .nav-slide-side-wrapper .nav.nav-slide-side li a:focus {
	background: none;
}

.slide-side .nav-slide-side-wrapper .nav.nav-slide-side li.active {
	background: #01826b;
}

.slide-side .nav-slide-side-wrapper .nav.nav-slide-side li.active a {
	background: none;
}

.slide-side .nav-slide-side-wrapper .nav.nav-slide-side li.active .control {
	display: block;
}

.slide-side .nav-slide-side-wrapper .nav.nav-slide-side li.active .control:after {
	content: '';
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 20px;
	padding-right: 0;
	position: absolute;
	right: 0;
	top: 7px;
	width: 40px;
	text-align: center;
	color: #fff;
}

.slide-side .nav-slide-side-wrapper .nav.nav-slide-side li .control {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 40px;
	color: #fff;
}

.slide-side .nav-slide-side-wrapper .nav.nav-slide-side .depth-1 {
	background: rgba(0, 0, 0, .9);
}

.slide-side .nav-slide-side-wrapper .nav.nav-slide-side .depth-1 a {
	padding-left: 30px;
}

.slide-side .nav-slide-side-wrapper .nav.nav-slide-side .depth-2 {
	background: rgba(0, 0, 0, .7);
}

.slide-side .nav-slide-side-wrapper .nav.nav-slide-side .depth-2 a {
	padding-left: 40px;
}

.slide-side .nav-slide-side-wrapper .nav.nav-slide-side .depth-3 {
	background: rgba(0, 0, 0, .5);
}

.slide-side .nav-slide-side-wrapper .nav.nav-slide-side .depth-3 a {
	padding-left: 50px;
}

.slide-side .nav-slide-side-wrapper .nav.nav-slide-side .depth-4 {
	background: rgba(0, 0, 0, .3);
}

.slide-side .nav-slide-side-wrapper .nav.nav-slide-side .depth-4 a {
	padding-left: 60px;
}

.slide-side .nav-slide-side-wrapper .nav.nav-slide-side .depth-5 {
	background: rgba(0, 0, 0, .1);
}

.slide-side .nav-slide-side-wrapper .nav.nav-slide-side .depth-5 a {
	padding-left: 70px;
}

.carousel {
	margin: 0 0 15px 0;
}

.carousel img {
	height: auto;
	width: 100%;
}

.carousel .carousel-indicators {
	/*background:rgba(0,0,0,.7);*/
	border-radius: 8px;
	right: 454px;
	left: auto;
	width: auto;
	padding: 6px 10px;
	margin: 0;
}

.carousel .carousel-indicators li {
	border-color: #898989;
	background: #898989;
}

.carousel .carousel-indicators li.active {
	background: #01826b;
	border-color: #01826b;
}

.carousel .carousel-inner {
	max-height: 100%;
	/*height: 255px;*/
}

.carousel .carousel-inner .item {
	overflow: hidden;
}

.carousel-caption {
	width: 80%;
	right: 10%;
	left: 10%;
	top: 5%;
	padding: 0;
}

.carousel-caption h2 {
	color: #fff;
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
	font-size: 30px;
	line-height: 32px;
	font-weight: normal;
}

.carousel-caption h2 a {
	font-weight: normal;
	color: #fff;
}

.carousel-caption .btn {
	margin: 10px 0 0 0;
}

.carousel-caption .col-md-4 {
	background: rgba(0, 0, 0, .7);
	text-align: left;
	color: #c6c6c6;
	padding: 15px;
	float: right;
}

.carousel-caption.left .col-md-4 {
	float: left;
}

.carousel-caption.left img {
	vertical-align: top;
}

.col-home-panel {
	padding-left: 0;
	padding-right: 0;
}

.col-home-panel .box {
	background: #fff;
	margin: 0 9px 18px 9px;
}

.col-home-panel .box .box-bar {
	background: #8695a0;
	border-bottom: 8px solid #01826b;
	min-height: 24px;
	padding: 0 0 11px 15px;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
}

.col-home-panel .box .box-bar h1,
.col-home-panel .box .box-bar h2 {
	font-size: 18px;
	line-height: 19px;
	font-weight: normal;
	color: #fff;
	margin: 0 0 0 0;
	padding: 18px 0 0 0;
	background: none;
}

.col-home-panel .box .box-bar h1 a,
.col-home-panel .box .box-bar h2 a {
	color: #fff;
	font-weight: normal;
}

.col-home-panel .box .box-bar h1 a:hover,
.col-home-panel .box .box-bar h2 a:hover {
	text-decoration: none;
}

.col-home-panel .box .arrow {
	width: 30px;
	height: 48px;
	float: right;
	/*background:url(../img/arrow.png) no-repeat;*/
}

.col-home-panel .box .box-content {
	min-height: 210px;
	background: #fff;
	height: 319px;
	width: 319px;
	overflow: hidden;
}

.col-home-panel .box .box-content ul.home-quick-links {
	list-style: none;
	padding: 0 15px 0 15px;
	margin: 0;
}

.col-home-panel .box .box-content ul.home-quick-links li {
	border-bottom: 1px solid #d4d4d4;
	padding: 9px 0;
}

.col-home-panel .box .box-content ul.home-quick-links li:last-child {
	border-bottom: 0;
}

.col-home-panel .box .box-content ul.home-quick-links a {
	font-weight: bold;
}

.col-home-panel .box .box-content p {
	margin: 0;
}

.col-home-panel .box .panel-text-image {
	padding: 15px;
}

.col-home-panel .box .panel-text-image img {
	margin: 0 0 10px 10px;
}

.col-home-panel .box .box-footer {
	background: #8695a0;
	text-align: right;
	padding: 2px 12px 2px 0;
}

.col-home-panel .box .box-footer a {
	color: #fff;
	font-weight: normal;
}

.col-home-panel .box.box-application .box-content {
	min-height: 185px;
	cursor: pointer;
}

.col-home-panel .box.box-application .box-content.box-content-no-footer {
	min-height: 209px;
}

.col-home-panel .box.box-application .box-content.no-hover {
	cursor: default;
}

.col-home-panel .box.box-application .box-content#application-1 {
	background: url(../img/publications-ordering.jpg) no-repeat;
	background-size: cover;
}

.col-home-panel .box.box-application .box-content#application-2 {
	background: url(../img/sizing-guide.jpg) no-repeat;
	background-size: cover;
}

.col-home-panel .box.box-application .box-content#application-3 {
	background: url(../img/e-learning.jpg) no-repeat;
	background-size: cover;
}

.col-home-panel .box.box-application .box-content#application-4 {
	background: url(../img/pakscan-demo.jpg) no-repeat;
	background-size: cover;
}

.col-home-panel .box.box-application .box-content#application-6 {
	background: url(../img/software-downloads.jpg) no-repeat;
	background-size: cover;
}

.col-home-panel .box.box-application .box-content#application-7 {
	background: url(../img/video-downloads.jpg) no-repeat;
	background-size: cover;
}

.col-home-panel .box.box-application .box-content#application-8 {
	background: url(../img/product-selector.jpg) no-repeat;
	background-size: cover;
}

.col-home-panel .box.box-application .box-content#application-9 {
	background: url(../img/hse.jpg) no-repeat;
	background-size: cover;
}

.col-home-panel .box.box-application .box-content#application-10 {
	background: url(../img/ismm.jpg) no-repeat;
	background-size: cover;
}

.col-home-panel .box.box-application .box-content#application-11 {
	background: url(../img/quote-system.png) no-repeat;
	background-size: cover;
}

.col-home-panel .box.box-application .box-content#application-12 {
	background: url(../img/image-library.jpg) no-repeat;
	background-size: cover;
}

.col-home-panel .box.box-application .box-content .box-application-note {
	padding: 15px;
}

.col-home-panel .box.box-application .box-content .box-application-note p {
	background: #e7eaec;
	padding: 5px;
}

.col-home-panel.col-home-panel-main .box-content {
	min-height: 0;
}

.col-home-panel.col-panel-section-investors .box-content {
	min-height: 160px;
}

.col-home-panel.col-panel-section-investors .box-content .underlined-list {
	margin: 0;
}

.col-home-panel.col-panel-section-investors .box-content .underlined-list li {
	padding-left: 0;
}

.col-home-panel.col-panel-section-investors .box-content .underlined-list li:before {
	display: none;
}

.row-fluid {
	margin-right: -9px;
	margin-left: -9px;
}

.index_new .row-fluid {
	margin-left: -25px;
}



.row-meet-the-team .col-meet-the-team {
	min-height: 160px;
}

.row-meet-the-team .col-meet-the-team .img-responsive {
	margin: 0 15px 15px 0;
}

.row-meet-the-team .col-meet-the-team .img-responsive.img-rotalk-list {
	margin-right: 0;
}

.row-meet-the-team .col-meet-the-team h3 {
	margin: 0 0 8px 0;
	font-size: 16px;
	font-weight: bold;
}

.row-meet-the-team .col-meet-the-team .description p {
	margin: 0 0 0 0;
}

.row-meet-the-team .col-meet-the-team .description .btn {
	margin: 5px 0 0 0;
}

.row-meet-the-team .col-meet-the-team .row {
	margin: 0;
}

.row-meet-the-team .col-meet-the-team .row .col-xs-5 {
	padding-right: 0;
}

.carousel.carousel-product-scroller .carousel-inner .item {
	height: 220px;
}

.carousel.carousel-product-scroller-divisions {
	margin-top: 0;
}

.carousel.carousel-product-scroller-divisions .carousel-inner {
	box-shadow: 0 0;
}

.carousel-product-scroller {
	background: #fff;
}

.carousel-product-scroller .carousel-inner {
	background: #8695a0;
}

.carousel-product-scroller .carousel-inner .item {
	height: auto;
	padding: 20px 0;
}

.carousel-product-scroller .product-image-wrapper {
	height: 120px;
	padding: 5px 5px;
	background: #fff;
	text-align: center;
}

.carousel-product-scroller .product-image-wrapper .img-responsive {
	margin: 0 auto;
	height: auto;
	width: auto;
	max-height: 100px;
}

.carousel-product-scroller h2 {
	padding: 0 15px;
	width: 100%;
}

.carousel-product-scroller h2 a {
	color: #fff;
}

.carousel-product-scroller h3 {
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	display: block;
	min-height: 55px;
	margin: 0;
	padding: 10px 12px;
	text-align: center;
	background: #3a464f;
}

.carousel-product-scroller h3 a {
	color: #fff;
}

.carousel-product-scroller .carousel-controls {
	background: #e7eaec;
	border-top: 1px solid #fff;
}

.carousel-product-scroller .carousel-controls i {
	font-size: 20px;
}

.carousel-product-scroller .carousel-controls .carousel-controls-previous,
.carousel-product-scroller .carousel-controls .carousel-controls-next {
	color: #3a464f;
	transition: .5s ease all;
	display: block;
	width: 44px;
	padding: 10px 10px;
	text-align: center;
}

.carousel-product-scroller .carousel-controls .carousel-controls-previous {
	float: left;
	border-right: 1px solid #fff;
}

.carousel-product-scroller .carousel-controls .carousel-controls-next {
	float: right;
	border-left: 1px solid #fff;
}

.carousel-product-scroller .carousel-controls a:hover {
	color: #01826b;
	transition: .5s ease all;
}

.product-page-links {
	padding: 15px;
	margin: 15px 0 -15px 0;
	background: #e7eaec;
}

.product-page-links a {
	color: #01826b;
}

.product-page-links a:hover {
	text-decoration: none;
}

.svm {
	background: url(../img/background.jpg) no-repeat;
	background-size: cover;
	color: #fff;
	margin: 0;
	padding: 15px 0 0 0;
}

.svm .col-left {
	padding-top: 20px;
}

.svm .col-left .col-xs-6 {
	text-align: center;
}

.svm .col-left .col-xs-6 .img-responsive {
	max-width: 155px;
	margin: 0 auto;
}

.svm .row {
	text-align: center;
}

.svm .row .feature {
	display: inline-block;
	width: 28%;
	margin: 10px 0 0 0;
}

.svm .row .feature img {
	margin: 0 auto;
	max-width: 89px;
}

.svm .row .feature a {
	display: block;
	text-align: center;
}

.svm h2 {
	color: #fff;
	margin: 10px 0 10px 0;
}

.svm h3 {
	font-size: 10px;
	line-height: 16px;
	height: 30px;
	margin: 5px 0 0 0;
	clear: both;
	color: #fff;
}

.svm h3 a {
	color: #fff;
	transition: .5s ease all;
}

.svm h3 a:hover {
	text-decoration: none;
	color: #01826b;
}

.svm .img-responsive {
	border: 4px solid #fff;
	border-radius: 150px;
	box-shadow: 0 2px 6px #2e2e2e;
	transition: .5s ease all;
}

.svm .col-xs-6:hover img,
.svm .col-xs-6:focus img,
.svm .feature:hover img,
.svm .feature:focus img {
	border-color: #01826b;
	transition: .5s ease all;
}

.svm .col-xs-6:hover a,
.svm .col-xs-6:focus a,
.svm .feature:hover a,
.svm .feature:focus a {
	color: #01826b;
	text-shadow: 0 2px 6px #2e2e2e;
	transition: .5s ease all;
}

.cva-wrapper {
	margin: 0;
	position: relative;
	background: url(../img/cva-background.jpg) no-repeat;
	background-size: 100%;
}

.cva-wrapper .col-wrapper {
	position: absolute;
	padding: 0 0 20px 0;
	bottom: 15px;
	left: 0;
	width: 100%;
	opacity: .8;
}

.cva-wrapper .col-wrapper img {
	border: 3px solid #fff;
	border-radius: 50px;
	transition: .5s ease all;
	max-width: 82px;
	margin: 0 auto;
}

.cva-wrapper .col-wrapper img:hover {
	border-color: #01826b;
	transition: .5s ease all;
}

.cva-wrapper a {
	display: inline-block;
	float: left;
	color: #fff;
	transition: .5s ease all;
}

.cva-wrapper a:hover {
	text-decoration: none;
	transition: .5s ease all;
}

.cva-wrapper a:hover img {
	text-decoration: none;
	border-color: #01826b;
}

.cva-wrapper .col-side {
	width: 28.73%;
	float: left;
	text-align: center;
}

.cva-wrapper .col-side a {
	width: 50%;
	padding: 0 1%;
}

.cva-wrapper .col-middle {
	width: 42.53%;
	float: left;
	text-align: center;
}

.cva-wrapper .col-middle a {
	width: 33%;
	padding: 0 1%;
}

.cva-wrapper div {
	color: #fff;
	text-align: center;
	padding: 0;
}

.cva-wrapper div h2 {
	color: #fff;
	height: 40px;
}

.table-product-selector td:first-child {
	width: 25%;
	max-width: 170px;
}

.table-product-selector td:last-child {
	text-align: center;
}

.table-product-selector td a {
	font-weight: normal;
}

.table-product-selector td h3 a {
	font-weight: bold;
}

.product-selector-products table {
	margin: 0 0 0 0;
}

.product-selector-products h3 {
	margin: 0;
}

.product-selector-products td {
	width: 16.6%;
}

.product-selector-products td.td-unit-select {
	vertical-align: bottom;
}

.product-selector-products td.td-unit-select .form-group {
	margin: 0;
}

.product-selector-products ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.product-selector-products ul li {
	padding: 0;
	margin: 0;
}

.product-selector-products .product-cell img {
	width: 100%;
	max-width: 100px;
	margin: 0 auto;
	margin-bottom: 0;
}

.product-selector-products .table tbody tr td.product-controls-cell {
	padding: 8px 8px;
	vertical-align: middle;
}

.product-selector-products .table tbody tr td.product-controls-cell .btn {
	margin: 0;
}

.product-selector-comparison .toggle {
	display: block;
	width: 30px;
	height: 30px;
	float: right;
	cursor: pointer;
	position: relative;
	text-align: right;
}

.product-selector-comparison .toggle:after {
	content: '';
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 20px;
	padding-right: 0;
	position: absolute;
	top: 5px;
	right: 0;
}

.product-selector-comparison .toggle.open:after {
	content: '\f139';
}

.product-selector-comparison .table {
	margin: 0 0 5px 0;
}

.product-selector-comparison td {
	width: 16.6%;
}

.product-selector-comparison td a {
	font-weight: normal;
}

.product-selector-comparison td .highlight {
	font-weight: normal;
}

.product-selector-comparison .data-icon {
	text-align: center;
	position: relative;
}

.product-selector-comparison .data-icon i {
	font-size: 22px;
}

.product-selector-comparison .data-icon i.fa-check-square-o {
	color: #0b9048;
}

.product-selector-comparison .data-icon i.fa-square-o {
	opacity: .5;
}

.product-selector-comparison .data-icon .gearbox-notice {
	position: absolute;
	top: -6px;
	left: 65%;
	color: #8a6d3b;
	background-color: #fcf8e3;
	border: 1px solid #faebcc;
	z-index: 99;
	white-space: nowrap;
	border-radius: 4px;
	cursor: pointer;
}

.product-selector-comparison .data-icon .gearbox-notice:after {
	content: '';
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 18px;
	padding-right: 0;
	position: absolute;
	top: 4px;
	left: 4px;
}

.product-selector-comparison .data-icon .gearbox-notice span {
	padding: 4px 12px 4px 30px;
	display: inline-block;
	display: none;
}

.product-selector-comparison .data-icon .gearbox-notice:hover span {
	display: inline-block;
}

.product-selector-comparison .alert-warning {
	border-radius: 0;
	border-left: 0;
	border-right: 0;
	margin: 0;
	padding: 10px 15px;
}

.product-selector-comparison .alert-warning i {
	font-size: 16px;
}

.document-download-links {
	list-style: none;
	padding: 0;
	margin: 0;
}

.document-download-links li {
	padding: 0;
	margin: 0;
}

.document-download-links li i {
	font-size: 24px;
	margin: -2px 6px 0 0;
	float: left;
}

.document-download-links li img {
	margin: -2px 6px 0 0;
	float: left;
}

.document-download-links li a {
	font-weight: normal;
}

.document-download-links li a:hover {
	text-decoration: none;
}

.media {
	margin: 0 0 20px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #e7eaec;
}

.media h2 {
	margin: 0 0 10px 0;
}

.media .media-left {
	padding-right: 15px;
	width: 41%;
}

.article>h2 {
	display: block;
	background: #3a464f;
	line-height: 20px;
	padding: 10px 15px;
	margin: 0;
}

.article>h2 a {
	color: #fff;
	font-weight: normal;
}

.article .article-strip {
	background: #e7eaec;
	padding: 8px 15px;
	font-weight: bold;
}

.article .article-img {
	width: 25%;
	float: left;
	padding: 15px 0 15px 15px;
}

.article .article-img img {
	border: 1px solid #e7eaec;
}

.article .article-img.article-img-hover {
	cursor: pointer;
}

.article .article-img.article-img-hover:hover img {
	border-color: #01826b;
}

.article .article-content {
	width: 75%;
	float: left;
	padding: 15px;
}

.article .article-content .btn {
	margin-top: 10px;
}

.article .article-content.article-content-full-width {
	width: 100%;
}

.article .article-content.article-content-full-width p {
	margin: 0;
}

.article-detail .article-detail-top {
	padding: 15px 0;
	background: #e7eaec;
}

.article-detail .article-detail-top .img-responsive {
	float: right;
	margin: 0 0 15px 0;
}

.article-detail .article-detail-top .col-xs-12 {
	padding-top: 0;
}

.article-detail .article-detail-main {
	padding: 15px 0 0 0;
}

.article-detail .article-detail-main .article-detail-img {
	float: right;
	max-width: 250px;
	margin: 0 0 15px 0;
}

.article-detail .article-detail-main .article-detail-img .img-responsive {
	max-width: 250px;
	float: right;
}

.article-detail .article-detail-main .article-detail-img .caption {
	font-size: 11px;
	text-align: center;
	background: #e7eaec;
	padding: 10px;
}

.related-news {
	margin: 30px 0 0 0;
}

.related-news>h2 {
	font-size: 24px;
	font-weight: normal;
	color: #fff;
	margin: 0 0 15px 0;
}

.related-news h3 {
	display: block;
	background: #3a464f;
	padding: 10px 15px;
	margin: 0;
	line-height: 18px;
	font-weight: normal;
}

.related-news h3>a {
	color: #fff;
	font-weight: normal;
}

.related-news .related-news-strip {
	background: #e7eaec;
	padding: 8px 15px;
	font-weight: bold;
}

.related-news .related-news-content {
	padding: 15px;
	background: #fff;
}

.related-news .related-news-content .img-responsive {
	float: left;
	max-width: 130px;
	margin: 0 15px 15px 0;
	border: 1px solid #e7eaec;
}

.related-news .related-news-content .btn {
	margin: 10px 0 0 0;
}

.related-news .related-news-content .col-xs-4 {
	padding: 0;
}

.related-news .related-news-content .col-xs-8 {
	padding-right: 0;
}

.alphabet {
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0 0 8px 0;
	background: #3a464f;
	border-bottom: 8px solid #01826b;
}

.alphabet li {
	float: left;
	width: 3.703%;
	text-align: center;
}

.alphabet li a {
	text-align: center;
	display: block;
	float: left;
	padding: 5px 0;
	width: 100%;
	text-align: center;
	color: #fff;
	font-weight: normal;
	font-size: 12px;
	transition: .5s ease all;
}

.alphabet li a:hover {
	text-decoration: none;
	background: #01826b;
	transition: .5s ease all;
}

.alphabet .active a {
	text-decoration: none;
	background: #01826b;
}

.row-history {
	position: relative;
	padding: 20px 0 0 0;
}

.row-history .history-wrapper {
	padding: 0 15px 15px 15px;
	position: relative;
}

.row-history .history-wrapper:before {
	content: ' ';
	position: absolute;
	top: 0;
	left: 50%;
	height: 100%;
	background: #01826b;
	width: 38px;
	margin: 0 0 0 -19px;
}

.row-history .current-year {
	text-align: center;
	position: relative;
	z-index: 99;
}

.row-history .current-year h2 {
	border: 6px solid #01826b;
	border-radius: 4px;
	padding: 10px 20px;
	font: 22px/18px 'Arial Black', Arial, Tahoma, sans-serif;
	display: inline-block;
	background: #fff;
}

.row-history .current-year:before {
	content: ' ';
	width: 0;
	height: 0;
	border-left: 18px solid transparent;
	border-right: 18px solid transparent;
	border-bottom: 18px solid #01826b;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	left: 50%;
	top: -22px;
	margin: 0 0 0 -18px;
}

.history-decade {
	text-align: center;
	margin: 0 0 0 0;
	position: relative;
	z-index: 99;
}

.history-decade h2 {
	display: inline-block;
	margin: 0 auto;
	padding: 10px 18px;
	background: #e6e9eb;
	border: 6px solid #8695a0;
	border-radius: 4px;
	font: 20px/18px 'Arial Black', Arial, Tahoma, sans-serif;
	z-index: 999;
}

.history-decade .decade-columns {
	text-align: center;
	margin: 5px 0 0 0;
}

.history-decade .decade-columns .history-left-column {
	float: left;
	width: 50%;
}

.history-decade .decade-columns .history-left-column .event-padder {
	padding: 0 30% 0 0;
}

.history-decade .decade-columns .history-left-column .history-event {
	float: right;
}

.history-decade .decade-columns .history-right-column {
	float: right;
	width: 50%;
}

.history-decade .decade-columns .history-right-column .event-padder {
	padding: 0 0 0 30%;
}

.history-decade .decade-columns .history-right-column .history-event {
	float: left;
}

.history-decade .decade-toggle {
	width: 38px;
	margin: 0 auto;
	height: 26px;
	background: #8695a0;
	color: #fff;
	padding: 6px 0 0 0;
	cursor: pointer;
	position: relative;
}

.history-decade .decade-toggle.decade-showing:before {
	content: ' ';
	width: 0;
	height: 0;
	border-left: 19px solid transparent;
	border-right: 19px solid transparent;
	border-bottom: 15px solid #8695a0;
	margin: 0;
	position: absolute;
	right: 0;
	top: -15px;
}

.history-decade .decade-toggle.decade-hidden:before {
	content: ' ';
	width: 0;
	height: 0;
	border-left: 19px solid transparent;
	border-right: 19px solid transparent;
	border-top: 15px solid #8695a0;
	margin: 0;
	position: absolute;
	right: 0;
	top: auto;
	bottom: -15px;
}

.history-decade .decade-toggle.decade-hidden {
	margin-bottom: 15px;
}

.history-event {
	text-align: left;
	padding: 15px;
	border-radius: 10px;
	position: relative;
	margin: 0 0 10px 0;
	border: 8px solid transparent;
}

.history-event h4 {
	color: #414141;
	margin: 0 0 3px 0;
}

.history-event p {
	padding: 0 0 4px 0;
}

.history-event .year {
	margin: 0 0 4px 0;
	padding: 0;
	font: 20px/18px 'Arial Black', Arial, Tahoma, sans-serif;
}

.history-event .year.small {
	font-size: 22px;
}

.history-event .year.medium {
	font-size: 30px;
	line-height: 30px;
}

.history-event .year.large {
	font-size: 38px;
	line-height: 30px;
}

.history-event .history-arrow {
	border-top: 1px solid #8695a0;
	position: absolute;
	width: 81.5%;
	top: 50%;
	left: 100%;
	margin: 1px 0 0 0;
}

.history-event .history-arrow .arrow-dot {
	width: 8px;
	height: 8px;
	background: #8695a0;
	border-radius: 4px;
	margin: -4px 0 0 0;
}

.history-event .history-arrow.left-arrow {
	margin-left: 8px;
}

.history-event .history-arrow.left-arrow .arrow-point {
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #8695a0;
	margin: -11px 0 0 -1px;
	position: absolute;
}

.history-event .history-arrow.left-arrow .arrow-dot {
	float: right;
	margin-right: -4px;
}

.history-event .history-arrow.right-arrow {
	left: auto;
	right: 100%;
	margin-right: 8px;
}

.history-event .history-arrow.right-arrow .arrow-point {
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #8695a0;
	margin: -10px -1px 0 0;
	position: absolute;
	right: 0;
}

.history-event .history-arrow.right-arrow .arrow-dot {
	margin-left: -4px;
}

.history-event.width-small {
	width: 59%;
}

.history-event.width-medium {
	width: 67%;
}

.history-event.width-medium .history-arrow {
	width: 70.5%;
}

.history-event.width-large {
	width: 80%;
}

.history-event.width-large .history-arrow {
	width: 58%;
}

.history-event.light-grey-bordered {
	border: 8px solid #8695a0;
}

.history-event.light-grey-bordered .left-arrow .arrow-point {
	border-left-color: #8695a0;
}

.history-event.light-grey-bordered .right-arrow .arrow-point {
	border-right-color: #8695a0;
}

.history-event.light-red {
	background: rgba(231, 0, 51, .2);
}

.history-event.light-red .left-arrow .arrow-point {
	border-left-color: #faccd6;
}

.history-event.light-red .right-arrow .arrow-point {
	border-right-color: #faccd6;
}

.history-event.grey-bordered {
	border: 8px solid #8695a0;
}

.history-event.grey-bordered .left-arrow .arrow-point {
	border-left-color: #8695a0;
}

.history-event.grey-bordered .right-arrow .arrow-point {
	border-right-color: #8695a0;
}

.history-event.light-grey {
	background: #8695a0;
	color: #fff;
}

.history-event.light-grey .left-arrow .arrow-point {
	border-left-color: #86959c;
}

.history-event.light-grey .right-arrow .arrow-point {
	border-right-color: #86959c;
}

.history-event.dark-grey {
	background: #b4b9bf;
}

.history-event.dark-grey .year {
	color: #fff;
}

.history-event.grey-bordered .year,
.history-event.light-grey-bordered .year,
.history-event.light-red .year {
	color: #01826b;
}

.history-event .top-image-bar {
	position: relative;
	height: 30px;
	margin: -30px 0 10px 0;
}

.history-event .top-image-bar.top-left img {
	bottom: 0;
	left: -30px;
}

.history-event .top-image-bar.top-right img {
	bottom: 0;
	right: -30px;
}

.history-event .top-image-bar.top-centre img {
	bottom: 0;
	left: 50%;
}

.history-event .top-image-bar img {
	position: absolute;
}

.history-event .bottom-image-bar {
	position: relative;
	height: 30px;
	margin: 10px 0 -30px 0;
}

.history-event .bottom-image-bar.bottom-centre img {
	top: 0;
	left: 50%;
}

.history-event .bottom-image-bar.bottom-left img {
	top: 0;
	left: -30px;
}

.history-event .bottom-image-bar.bottom-right img {
	top: 0;
	right: -30px;
}

.history-event .bottom-image-bar img {
	position: absolute;
}

@media screen and (max-width: 767px) {
	.row-history .history-wrapper {
		padding: 0 8px 15px 8px;
	}

	.row-history .history-wrapper:before {
		background: #01826b;
		width: 18px;
		margin: 0 0 0 -9px;
	}

	.row-history .history-decade .decade-columns .history-left-column .event-padder {
		padding: 0 10% 0 0;
	}

	.row-history .history-decade .decade-columns .history-left-column .history-event {
		float: right;
	}

	.row-history .history-decade .decade-columns .history-right-column .event-padder {
		padding: 0 0 0 10%;
	}

	.row-history .history-decade .decade-columns .history-right-column .history-event {
		float: left;
	}

	.row-history .history-event {
		padding: 5px;
	}

	.row-history .history-event.width-small,
	.row-history .history-event.width-medium,
	.row-history .history-event.width-large {
		width: 90%;
	}

	.row-history .history-event.width-small .history-arrow,
	.row-history .history-event.width-medium .history-arrow,
	.row-history .history-event.width-large .history-arrow {
		width: 22%;
		border-top: 0;
	}

	.row-history .history-event.width-small .history-arrow .arrow-dot,
	.row-history .history-event.width-medium .history-arrow .arrow-dot,
	.row-history .history-event.width-large .history-arrow .arrow-dot {
		display: none;
	}

	.row-history .history-event .top-image-bar,
	.row-history .history-event .bottom-image-bar {
		display: none;
	}
}

.form-group label .form-error {
	font-weight: normal;
	color: #01826b;
}

.form-group .form-control.form-control-auto {
	width: auto;
}

.form-group.form-group-captcha label {
	float: left;
	width: 40%;
}

.form-group.form-group-captcha img {
	float: left;
	margin: 10px 15px 0 0;
	border-radius: 2px;
}

.form-group.form-group-captcha i {
	margin: 0 0 0 4px;
}

.form-group.form-group-captcha input {
	margin: 5px 0 0 0;
}

.form-control[disabled],
fieldset[disabled] .form-control {
	opacity: .8;
}

.btn.disabled,
.btn[disabled] {
	opacity: .3;
}

.req {
	position: relative;
	width: 10px;
	height: 15px;
	display: inline-block;
	margin: 0;
}

.req:after {
	content: '';
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 8px;
	padding-right: 0;
	position: absolute;
	top: 2px;
	left: 0;
	color: #01826b;
}

.application-group {
	background: #8695a0;
	padding: 10px;
	color: #fff;
}

.application-group h2 {
	color: #fff;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
	margin-bottom: 0;
}

a {
	color: #01826b;
	font-weight: bold;
}

a:hover {
	color: #01826b;
}

.btn-primary {
	color: #fff;
	background-color: #01826b;
	border-color: #01826b;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary:active:hover {
	background-color: #01826b;
	border-color: #01826b;
}

.btn-primary[disabled],
.btn-primary[disabled]:hover {
	background-color: #01826b;
	border-color: #01826b;
}

h1 {
	font-size: 28px;
	line-height: 28px;
	font-weight: normal;
	padding: 16px 0 12px 15px;
	margin: 0;
	background: #01826b;
	color: #fff;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #3a464f;
	padding: 0;
	margin: 0 0 10px 0;
}

h2 a {
	color: #3a464f;
}

h3 {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #3a464f;
	padding: 0;
	margin: 0 0 10px 0;
}

h3 a {
	color: #3a464f;
}

.underlined-list {
	list-style: none;
	padding: 0;
	margin: 0 0 15px 0;
	font-size: 12px;
}

.underlined-list li {
	margin: 0;
	padding: 5px 15px;
	border-bottom: 1px solid #ccc;
	position: relative;
}

.underlined-list li a {
	color: #3a464f;
}

.underlined-list li a:hover {
	color: #01826b;
	text-decoration: none;
}

.underlined-list li:before {
	content: '';
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 16px;
	padding-right: 0;
	position: absolute;
	left: 4px;
	top: 1px;
}

.underlined-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.underlined-list ul li:last-child {
	border-bottom: 0;
}

.back-link {
	padding: 5px 15px;
	background: #e7eaec;
}

.highlight {
	font-weight: bold;
	color: #01826b;
	cursor: pointer;
}

.navigation {
	list-style: none;
	padding: 0;
	margin: 0;
}

.navigation ul {
	margin: 0;
	padding: 0 0 5px 20px;
}

.tabs {
	border-top: 8px solid #51626f;
	border-bottom: 8px solid #51626f;
	padding: 0;
	margin: 0;
	background: #51626f;
}

.tabs ul {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	width: 100%;
	border-bottom: 8px solid #01826b;
}

.tabs ul li {
	padding: 0;
	margin: 0 8px 0 0;
	float: left;
}

.tabs ul li a {
	display: block;
	float: left;
	padding: 6px 12px;
	background: #3a464f;
	color: #fff;
	font-weight: normal;
}

.tabs ul li a:hover,
.tabs ul li a:focus {
	text-decoration: none;
	background: #01826b;
}

.tabs ul li.active a {
	background: #01826b;
	color: #fff;
	font-weight: bold;
}

.tabs ul li.disabled a {
	opacity: .6;
	cursor: default;
}

.tabs ul li.disabled a:hover,
.tabs ul li.disabled a:focus {
	background: #3a464f;
}

.tabs ul li:first-child {
	margin-left: 8px;
}

.tabs ul li:last-child {
	margin-right: 0;
}

.tabs.tabs-no-bottom-margin {
	border-bottom: 0;
}

.tabs:after {
	clear: both;
	display: block;
	font-size: 0;
	line-height: 0;
	height: 0;
	visibility: hidden;
	content: '.';
}

.form-search {
	background: #8695a0;
	padding: 15px;
	color: #fff;
	margin: 0;
}

.form-search .form-group {
	margin-bottom: 5px;
}

.form-search .btn {
	margin-left: 5px;
}

.form-search .form-search-toggle {
	margin: 0;
	padding: 0 20px 0 0;
	font-size: 18px;
	position: relative;
	display: block;
	cursor: pointer;
	color: #fff;
}

.form-search .form-search-toggle:after {
	content: '\f13a';
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 20px;
	padding-right: .5em;
	position: absolute;
	top: 0;
	right: -10px;
}

.form-search .form-body {
	opacity: 0;
	height: 0;
	padding: 0;
	overflow: hidden;
	transition: .5s ease all;
}

.form-search .form-body .row {
	margin-top: 10px;
}

.form-search.form-search-open .form-search-toggle:after {
	content: '\f139';
}

.form-search.form-search-open .form-body {
	visibility: visible;
	opacity: 1;
	height: auto;
	transition: .5s ease all;
}

.form-search.form-search-open .form-body .row:first-child {
	margin-top: 10px;
}

.form-search .form-control-inline .form-control {
	width: 50%;
	float: left;
}

.sales-and-service-results .contact-wrapper {
	background: #e7eaec;
	padding: 15px 15px 55px 15px;
	margin: 0 0 15px 0;
	position: relative;
}

.sales-and-service-results .contact-wrapper .contact-industries {
	list-style: none;
	padding: 0 15px;
	margin: 15px 0 0 0;
	background: #3a464f;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.sales-and-service-results .contact-wrapper .contact-industries li {
	padding: 4px 0;
	margin: 0 4px 0 0;
	float: left;
}

.sales-and-service-results .contact-wrapper .contact-industries li i {
	display: block;
	width: 30px;
	height: 30px;
	position: relative;
}

.sales-and-service-results .contact-wrapper .contact-industries li i.indmarket:after {
	content: '';
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 22px;
	padding-right: 0;
	position: absolute;
	top: 4px;
	left: 4px;
	width: 30px;
	height: 30px;
	padding: 6px 0 0 0;
	border: 1px solid #8695a0;
	background: #e7eaec;
	text-align: center;
	top: 0;
	left: 0;
	border: 0;
}

.sales-and-service-results .contact-wrapper .contact-industries li i.municmkt:after {
	content: '';
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 22px;
	padding-right: 0;
	position: absolute;
	top: 4px;
	left: 4px;
	width: 30px;
	height: 30px;
	padding: 6px 0 0 0;
	border: 1px solid #8695a0;
	background: #e7eaec;
	text-align: center;
	color: #0064cf;
	top: 0;
	left: 0;
	border: 0;
}

.sales-and-service-results .contact-wrapper .contact-industries li i.powermkt:after {
	content: '';
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 22px;
	padding-right: 0;
	position: absolute;
	top: 4px;
	left: 4px;
	width: 30px;
	height: 30px;
	padding: 6px 0 0 0;
	border: 1px solid #8695a0;
	background: #e7eaec;
	text-align: center;
	padding-top: 4px;
	color: #ff6900;
	top: 0;
	left: 0;
	border: 0;
}

.sales-and-service-results .contact-wrapper .contact-industries li i.miscmkt:after {
	content: '';
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 22px;
	padding-right: 0;
	position: absolute;
	top: 4px;
	left: 4px;
	width: 30px;
	height: 30px;
	padding: 6px 0 0 0;
	border: 1px solid #8695a0;
	background: #e7eaec;
	text-align: center;
	color: #006c37;
	top: 0;
	left: 0;
	border: 0;
}

.sales-and-service-results .contact-wrapper h4 {
	margin: 0;
}

.sales-and-service-results .contact-wrapper p {
	margin: 0 0 14px 0;
}

.sales-and-service-results .contact-wrapper .btn {
	margin: 10px 0 0 0;
}

.sales-and-service-results .contact-wrapper address {
	margin: 15px 0 5px 0;
	padding: 10px 15px 15px 15px;
	background: #8695a0;
	color: #fff;
}

.sales-and-service-results .sales-and-service-key {
	padding: 0;
	margin: 0;
	list-style: none;
}

.sales-and-service-results .sales-and-service-key li {
	padding: 10px 0 10px 45px;
	margin: 0;
	position: relative;
}

.sales-and-service-results .sales-and-service-key li.indmarket:after {
	content: '';
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 22px;
	padding-right: 0;
	position: absolute;
	top: 4px;
	left: 4px;
	width: 30px;
	height: 30px;
	padding: 6px 0 0 0;
	border: 1px solid #8695a0;
	background: #e7eaec;
	text-align: center;
}

.sales-and-service-results .sales-and-service-key li.municmkt:after {
	content: '';
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 22px;
	padding-right: 0;
	position: absolute;
	top: 4px;
	left: 4px;
	width: 30px;
	height: 30px;
	padding: 6px 0 0 0;
	border: 1px solid #8695a0;
	background: #e7eaec;
	text-align: center;
	color: #0064cf;
}

.sales-and-service-results .sales-and-service-key li.powermkt:after {
	content: '';
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 22px;
	padding-right: 0;
	position: absolute;
	top: 4px;
	left: 4px;
	width: 30px;
	height: 30px;
	padding: 6px 0 0 0;
	border: 1px solid #8695a0;
	background: #e7eaec;
	text-align: center;
	padding-top: 4px;
	color: #ff6900;
}

.sales-and-service-results .sales-and-service-key li.miscmkt:after {
	content: '';
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 22px;
	padding-right: 0;
	position: absolute;
	top: 4px;
	left: 4px;
	width: 30px;
	height: 30px;
	padding: 6px 0 0 0;
	border: 1px solid #8695a0;
	background: #e7eaec;
	text-align: center;
	color: #006c37;
}

.sales-and-service-results .sales-and-service-key li:nth-of-type(even) {
	background-color: #e7eaec;
}

.sales-and-service-results .sales-and-service-key li:first-child {
	border-bottom: 8px solid #01826b;
	background: #8695a0;
	padding: 14px 15px 8px 15px;
	color: #fff;
}

.row-image-library .col-image-library {
	position: relative;
	overflow: hidden;
	padding: 15px;
	background: #e7eaec;
	background: none;
}

.row-image-library .col-image-library .col-image-library-content-title {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	padding: 20px;
	transition: .2s ease all;
	display: none;
}

.row-image-library .col-image-library .col-image-library-content-title h3 {
	color: #fff;
}

.row-image-library .col-image-library .col-image-library-content-description {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 100%;
	padding: 20px;
	color: #c6c6c6;
	transition: .2s ease all;
	background: rgba(0, 0, 0, .7);
	text-decoration: none;
}

.row-image-library .col-image-library .img-responsive {
	height: 110px;
	width: auto;
	margin: 0 auto;
	border-radius: 3px;
	border: 1px solid #e7eaec;
}

.row-image-library .col-image-library:hover .col-image-library-content-title {
	left: -100%;
	transition: .2s ease all;
}

.row-image-library .col-image-library:hover .col-image-library-content-description {
	left: 0;
	transition: .2s ease all;
}

.tags-input {
	overflow-y: auto;
	height: auto;
}

.tags-input span.tag {
	border-radius: 3px;
	display: block;
	float: left;
	padding: 2px 5px;
	text-decoration: none;
	background: #01826b;
	color: #fff;
	margin-right: 5px;
	margin-bottom: 5px;
	font-size: 12px;
}

.tags-input span.tag a {
	color: #fff;
	text-decoration: none;
	font-size: 11px;
}

.tags-input #tags-add-tag {
	float: left;
	width: 100%;
}

.tags-input .not_valid {
	background: #fbd8db !important;
	color: #90111a !important;
}

.row.row-no-negative {
	margin-left: 0;
	margin-right: 0;
}

.detail-tag {
	border-radius: 3px;
	display: block;
	float: left;
	padding: 2px 5px;
	text-decoration: none;
	background: #01826b;
	color: #fff;
	margin-left: 5px;
	margin-bottom: 5px;
	text-decoration: none;
	font-size: 11px;
}

.detail-tag:hover {
	color: #fff;
	text-decoration: none;
}

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
	margin: 0;
	background: #fff;
	padding: 6px 12px;
	border-radius: 0 0 3px 3px;
	max-height: 400px;
	overflow: auto;
}

.ui-autocomplete .ui-menu-item {
	list-style: none;
	padding: 0;
}

.ui-autocomplete .ui-menu-item:hover {
	background: #e7eaec;
	cursor: pointer;
}

.ui-widget-header {
	background: #01826b;
}

.form-group-day-month-year label {
	display: block;
}

.form-group-day-month-year select {
	float: left;
	width: 33%;
	font-size: 12px;
	padding: 6px 6px;
}

.btn-primary.active,
.btn-primary.active:focus,
.btn-primary.active:hover {
	background-color: #db0131;
	border-color: #db0131;
}

.col-image-library-detail .table {
	margin: 5px 0 0 0;
}

.col-image-library-detail .img-responsive {
	max-width: 350px;
}

.search-help {
	color: #51626f;
	margin: 3px 6px 0 0;
	display: inline-block;
}

.search-help:hover {
	color: #01826b;
}

.btn-group-album {
	margin: -8px 0 0 0;
	float: none;
}

.btn-group-album .btn {
	display: inline-block;
	width: auto;
	margin: 0;
}

.btn-group-album .btn:first-child {
	margin: 0;
}

.label-block {
	display: block;
}

.form-group-image-category {
	margin-top: 10px;
}

#modal-categories h4 {
	color: #3a464f;
}

#modal-categories .list-image-library-categories {
	list-style: none;
	margin: 0;
	padding: 0;
}

#modal-categories .list-image-library-categories ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 18px;
	border-top: 1px solid #e7eaec;
}

#modal-categories .list-image-library-categories li {
	padding: 4px 0;
	position: relative;
}

#modal-categories .list-image-library-categories li .category-link {
	color: #3a464f;
}

#modal-categories .list-image-library-categories li .category-link:hover {
	text-decoration: none;
	color: #01826b;
}

#modal-categories .list-image-library-categories li .category-link:focus {
	text-decoration: none;
}

#modal-categories .list-image-library-categories li .checkbox {
	margin: 0;
	color: #3a464f;
}

#selected-categories li span {
	border-radius: 3px;
	display: block;
	float: left;
	padding: 2px 5px;
	text-decoration: none;
	background: #01826b;
	color: #fff;
	margin-right: 5px;
	margin-bottom: 5px;
	font-size: 12px;
	cursor: pointer;
}

#selected-categories li span a {
	color: #fff;
	text-decoration: none;
	font-size: 11px;
}

#img-library-search .btn-category-modal-control {
	margin-left: 0;
}

@media screen and (max-width: 767px) {
	.form-body .btn-group-album {
		margin: 0;
		width: 100%;
		float: none;
		display: block;
	}

	.form-body .btn-group-album .btn {
		display: inline-block;
		width: 50%;
		margin: 0;
	}

	.form-body .btn-group-album .btn:first-child {
		margin: 0;
	}
}

.table thead tr th {
	background: #3a464f;
	color: #fff;
	font-weight: bold;
	border: 0;
	line-height: 25px;
}

.table thead tr th a {
	color: #fff;
}

.table.table-striped tbody tr:nth-of-type(odd) {
	background: #e7eaec;
}

.table.table-striped.table-no-sides td:first-child {
	border-left: 0;
}

.table.table-striped.table-no-sides td:last-child {
	border-right: 0;
}

.table.table-bordered {
	border: 0;
}

.table.table-background {
	background: #fff;
}

.pagination-wrapper {
	text-align: center;
	padding: 6px 0;
	margin: 0 0 -4px 0;
}

.pagination-wrapper .pagination {
	margin: 0 auto;
	margin-bottom: 0;
	padding: 0;
	width: auto;
}

.pagination-wrapper .pagination li a {
	color: #01826b;
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 0;
	padding-left: 0;
	padding-right: 0;
	position: relative;
	border: 0;
}

.pagination-wrapper .pagination li a:hover {
	text-decoration: none;
	border: 0;
}

.pagination-wrapper .pagination li a.last:after,
.pagination-wrapper .pagination li a.first:after {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 16px;
	padding-right: .5em;
	position: absolute;
	left: 50%;
	margin: 0 0 0 -7px;
	top: 4px;
	padding: 0;
}

.pagination-wrapper .pagination li a.first:after {
	content: '\f04a';
}

.pagination-wrapper .pagination li a.previous:after {
	content: ' ';
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-right: 7px solid #fff;
	display: block;
	width: auto;
	left: 50%;
	top: 8px;
	margin: 0 0 0 -5px;
	text-align: center;
	position: absolute;
}

.pagination-wrapper .pagination li a.next:after {
	content: ' ';
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 7px solid #fff;
	display: block;
	width: auto;
	right: 50%;
	top: 7px;
	margin: 0 -5px 0 0;
	text-align: center;
	position: absolute;
}

.pagination-wrapper .pagination li a.last:after {
	content: '\f04e';
}

.pagination-wrapper .pagination li a.first,
.pagination-wrapper .pagination li a.previous,
.pagination-wrapper .pagination li a.next,
.pagination-wrapper .pagination li a.last {
	background: #01826b;
	border-radius: 0;
	color: #fff;
	margin: 0 3px;
}

.pagination-wrapper .pagination li a.first:hover,
.pagination-wrapper .pagination li a.previous:hover,
.pagination-wrapper .pagination li a.next:hover,
.pagination-wrapper .pagination li a.last:hover {
	background: #d2002e;
}

.pagination-wrapper .pagination li span {
	color: #3a464f;
	border: 0;
}

.pagination-wrapper .pagination li span:hover {
	background: none;
}

.pagination-wrapper .pagination li .fa-caret-right,
.pagination-wrapper .pagination li .fa-caret-left {
	font-size: 20px;
}

.embed-share-monitor {
	height: 1350px;
	overflow: auto;
}

.embed-announcements {
	height: 1000px;
	overflow: auto;
}

.embed-alerts {
	height: 1000px;
	overflow: auto;
}

.embed-responsive-mini-chart {
	min-height: 210px;
	overflow: hidden;
}

.footer {
	background: #cddddb;
	margin: 0 0 0 0;
	border: 0;
	color: #333;
	position: relative;
}

.footer h2,
.footer h3 {
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 10px 0;
}

.footer .col-xs-12 {
	background: none;
}

.footer .footer-inline-links {
	list-style: none;
	padding: 0;
	margin-bottom: 15px;
	text-align: center;
	float: right;
}

.footer .footer-inline-links li {
	padding: 0 5px;
	margin: 0;
	display: inline;
	border-right: 1px solid #fff;
}

.footer .footer-inline-links li:last-child {
	border: 0;
}

.footer .footer-inline-links a {
	color: #fff;
}

.footer .social-icons {
	list-style: none;
	padding: 0;
	margin: 20px 0 0 0;
}

.footer .social-icons li {
	padding: 0;
	margin: 0 10px 15px 0;
	float: left;
}

.footer .social-icons a {
	display: block;
	width: 46px;
	height: 46px;
	float: left;
	font-size: 30px;
	text-align: center;
	padding: 4px 0 0 0;
	color: #fff;
}

.footer .social-icons .social-youtube a {
	background: #c11f14;
}

.footer .social-icons .social-twitter a {
	background: #52a2dc;
}

.footer .social-icons .social-rss a {
	background: #fb6800;
}

.footer #footer-k {
	position: absolute;
	top: 0;
	right: 0;
	opacity: .04;
	height: 100%;
}

.footer .keeping-the-world-flowing {
	max-width: 270px;
	clear: both;
}

.footer.footer-mini {
	margin: 18px 0 0 0;
	padding: 18px 0 0 0;
}

.footer.footer-mini .social-icons {
	margin: 0;
}

.footer .footer-links a {
	color: #fff;
}

.footer .footer-links ul {
	list-style: none;
	padding: 0;
	margin: 0 0 15px 0;
}

.footer .footer-links ul li {
	padding: 0;
	margin: 0 0 6px 0;
}

.footer .footer-links ul li a {
	position: relative;
	padding: 0 0 0 10px;
	color: #fff;
}

.footer .footer-links ul li a:before {
	content: '\f105';
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 16px;
	padding-right: .5em;
	position: absolute;
	top: -3px;
	left: 0;
}

.footer .footer-links ul li a:hover {
	text-decoration: none;
}

.footer-logos-wrapper {
	background: #fff;
	margin: 0;
	padding: 35px 0 20px 0;
}

.footer-logos-wrapper .footer-logos {
	background: #fff;
}

.footer-logos-wrapper .col-xs-2 {
	padding-bottom: 10px;
}

.footer-logos-wrapper img {
	margin: 0;
}

.footer-logos-wrapper .bw {
	position: relative;
	display: block;
}

.copy-footer {
	background: #fff;
	padding: 12px 0 12px 0;
	font-size: 14px;
	color: #333;
}

.copy-footer a {
	color: #333;
	font-weight: normal;
	text-decoration: none;
}

.cookies-footer {
	position: fixed;
	z-index: 999;
	bottom: 0;
	width: 100%;
	background: #3a464f;
	color: #fff;
	border-top: 8px solid #01826b;
	font-size: 12px;
	padding: 6px 0;
}

.cookies-footer .cookies-corner {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 80px 0 0 80px;
	border-color: transparent transparent transparent #01826b;
	position: absolute;
	left: 0;
	bottom: 0;
}

.cookies-footer .cookies-corner i {
	position: absolute;
	right: 42px;
	bottom: 5px;
	font-size: 40px;
	color: #fff;
}

.cookies-footer .btn {
	margin: 0 0 5px 5px;
}

.clear-me {
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 0;
}

.clear:after {
	clear: both;
	display: block;
	font-size: 0;
	line-height: 0;
	height: 0;
	visibility: hidden;
	content: '.';
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Tahoma, sans-serif;
	position: relative;
}

.container-main {
	padding-left: 0;
	padding-right: 0;
	
}

.col-main-content-wrapper {
	background: #fff;
	padding: 0 0 10px 0;
	min-height: 500px;
	overflow: hidden;
	padding: 20px 20px 20px 20px;
	margin-bottom: 20px;
}

.col-main-content-wrapper .col-md-12:first-child,
.col-main-content-wrapper .col-xs-12:first-child {
	padding-top: 15px;
}

.col-main-content-wrapper.no-bg {
	background: none;
}

.col-main-content-wrapper.col-main-content-wrapper-investors {
	padding-bottom: 0;
}

.col-pad-top {
	padding-top: 15px;
}

#site-wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.slide-active .container-main {
	-webkit-transform: translateX(83%);
	transform: translateX(83%);
	overflow: hidden;
}

.img-responsive.img-main {
	margin: 0;
}

.img-side-content-wrapper {
	float: right;
	padding: 0 0 15px 15px;
}

.img-side-content-wrapper .img-responsive.img-side-content {
	margin: 0 auto;
	max-width: 350px;
}

.img-responsive {
	width: 100%;
	margin: 0 0 15px 0;
}

@media (min-width: 768px) {
	.container {
		max-width: 994px;
		width: 100%;
	}
}

#sidebar {
	height: 100%;
	padding: 0;
}

#sidebar .nav {
	width: 95%;
}

.col-division {
	margin: 0 0 15px 0;
}

.col-division img {
	background: #51626f;
}

.col-manufacturing-contact {
	background: #e7eaec;
	padding: 15px;
	margin: 0 0 15px 0;
	min-height: 120px;
}

.col-manufacturing-postage ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.col-manufacturing-postage ul li {
	margin: 0;
	padding: 0;
}

@media screen and (min-width: 994px) {
	.slide-side {
		display: none;
	}

	.carousel-control {
		width: 54px;
		height: 82px;
		background: #01826b;
		padding: 19px 0 0 0;
		opacity: 1;
		font-size: 45px;
		text-align: center;
		top: 50%;
		margin: -41px 0 0 0;
	}

	.carousel-control.left {
		background-image: none;
		left: -27px;
	}

	.carousel-control.right {
		background-image: none;
		right: -27px;
	}
}

@media screen and (min-width: 767px) {
	.slide-active .slide-side {
		left: -60%;
	}

	.slide-active .container-main {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	.carousel-caption {
		width: 90%;
		right: 5%;
		left: 5%;
		top: 5%;
	}

	.carousel-caption h2 {
		margin: 0 0 20px 0;
		padding: 0 0 0 0;
	}

	.img-side-content-wrapper {
		width: 100%;
	}
}

@media screen and (max-width: 994px) {
	.navbar-collapse {
		padding-left: 0;
		padding-right: 0;
	}

	.navbar.navbar-default .nav li a {
		padding: 12px 12px;
	}

	.navbar.navbar-default.ru li a,
	.navbar.navbar-default.es li a,
	.navbar.navbar-default.ja li a,
	.navbar.navbar-default.it li a {
		font-size: 12px;
	}

	.navbar.navbar-default .dropdown-menu li a {
		padding: 8px 15px;
	}

	.carousel-control {
		text-align: center;
		opacity: 1;
	}

	.carousel-control i {
		top: 50%;
		position: absolute;
		color: #01826b;
	}

	.carousel-control.left {
		text-align: left;
	}

	.carousel-control.left i {
		left: 10%;
	}

	.carousel-control.right {
		text-align: right;
	}

	.carousel-control.right i {
		right: 10%;
	}
}

@media screen and (max-width: 800px) {
	.row-fluid.row-fluid-panels {
		margin-right: 0;
	}

	.product-selector-products h3 {
		font-weight: normal;
		font-size: 12px;
	}

	#product-selector-search .btn {
		display: block;
		width: 100%;
		margin: 0 0 10px 0;
	}

	#product-selector-search .btn:last-child {
		margin-bottom: 0;
	}

	.row-meet-the-team .col-meet-the-team {
		padding-bottom: 15px;
	}
}

@media screen and (max-width: 767px) {
	.col-main-content-wrapper{
		margin-bottom: 50px;
	}
	.incont img{
		width: 100%;
	}
	.index_new .row-fluid{
		padding: 0 0 50px 0;
		margin-left: 0;
	}
	.index_new .row-fluid li{
		margin: 30px 0;
		height: auto;
		width: 100%;
	}
	.index_new .row-fluid .pic{
		width: 100%;
	}
	.index_new .row-fluid .pic img{width: 100%;}
	body {
		
	}
	.header-outer{
		padding-top: 60px;
	}
	.header-m{
		display: flex;
		padding: 10px 0;
		align-items: center;
		justify-content: space-between;
		height: 60px;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 999;
		background: #fff;
		width: 100%;
	}
	.header-m .menu{
		width: 25%;
		display: flex;
		justify-content: space-between;
		padding: 0 5%;
		padding-right: 0;
		position: relative;
	}
	.header-m .menu .xx{
		font-size: 20px;
		
		left:28%;
		top: 0;
		display: none;
	}
	.footer-m{
		border-top:4px solid #cf0033;
	}
	.header-m .menu img{
		width: 30px;
	}

	.header-m .logo{
		width:45%;
		position: relative;
		top: 3px;
	}
	.header-m .logo img{
		width: 80%;
		margin: 0 auto;
		display: block;
	}
	.header-m .laugu{
		flex: 1;
		width: 10%;
		max-width: 23%;
	}
	.header-m .laugu .btn-group button{
		border: none;
		background: none;
	}
	.nav-m{
		position: fixed;
		left: 0;
		top: 60px;
		background: #e5f2f0;
		z-index: 999;
		width: 100%;
		display: none;
		height:calc(100vh - 60px);
	}
	.nav-m .navbar-nav{
		padding: 0 10%;
	}
	.nav-m .navbar-nav>li{
		overflow: hidden;
		border-bottom: 1px solid rgba(255,255,255,0.6);
	}
	.nav-m .navbar-nav>li>a{
		color: #01826b;
		font-weight: normal;
		/*width: 63%;*/
	}
	.nav-m .navbar-nav>li .dropdown-menu{
		position: initial;
		width: 100%;
		background-color:transparent !important;
		margin-bottom: 10px;
		border-bottom: 2px solid #000000;
		box-shadow: none;
	}
	.nav-m .navbar-nav>li .dropdown-menu>li>a{
		color: #01826b;
	}

	.header-background {
		display: none;
	}

	.header {
		min-height: 65px;
		margin: 0 0 0px 0;
		padding: 0;
		border-bottom: 5px solid #01826b;
		display: none;
	}

	.header #logo {
		float: none;
		margin: 0 auto;
		margin-top: 8px;
		max-width: 120px;
		max-height: 40px;
	}

	.header #logo-anniversary {
		max-height: 35px;
		max-width: 28px;
		margin-top: 9px;
	}

	.header .col-xs-logo {
		text-align: center;
	}

	h1 {
		padding-top: 10px;
	}

	.navbar.navbar-default {
		height: 0;
		min-height: 0;
		margin: 0;
	}

	.carousel {
		height: auto;
	}

	.carousel .carousel-inner .item {
		overflow: hidden;
		height: auto;
	}

	.carousel .carousel-inner .item img {
		height: auto;
		width: 100%;
		max-width: 994px;
	}

	.carousel .carousel-inner .carousel-caption {
		top: auto;
		bottom: 0;
		right: 0;
		left: 0;
		width: 100%;
	}

	.carousel .carousel-inner .carousel-caption .col-md-4 {
		background: #000;
		min-height: 80px;
	}

	.carousel .carousel-inner .carousel-caption h2 {
		margin: 0;
		font-size: 18px;
		line-height: 25px;
	}

	.carousel .carousel-inner .carousel-caption h2 a {
		position: relative;
		padding-right: 20px;
		display: block;
		z-index: 999;
	}

	.carousel .carousel-inner .carousel-caption h2 a:after {
		content: '';
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		text-decoration: inherit;
		font-size: 20px;
		padding-right: 0;
		position: absolute;
		top: 0;
		right: 0;
	}

	.carousel .carousel-inner .carousel-caption h2 a:hover {
		text-decoration: none;
	}

	.carousel .carousel-control {
		bottom: -17px;
	}
.carousel-control.left{
	background: url(../../images/leftButton.png) no-repeat center;
}.carousel-control.right{
	background: url(../../images/rightButton.png) no-repeat center;
}
	.form-body .btn {
		display: block;
		width: 100%;
	}

	.form-body .btn:first-child {
		margin: 0 0 10px 0;
	}

	.row-fluid {
		margin: 0;
	}

	.footer {
		padding: 18px 0 0 0;
	}

	.footer .footer-inline-links {
		float: none;
		margin: 15px 0 15px 0;
	}

	.footer .keeping-the-world-flowing {
		max-width: 400px;
		margin: 0 0 15px 0;
	}

	.footer .social-icons {
		float: none;
		margin: 0 auto;
	}

	.copy-footer a {
		clear: both;
		margin: 5px 0 0 0;
	}

	.product-selector-comparison td {
		width: 33%;
	}

	.product-selector-products td {
		width: 33%;
	}

	.product-page-links a {
		display: block;
		margin: 0 0 15px 0;
	}

	.product-page-links a:last-child {
		margin: 0;
	}

	.product-selector-comparison .data-icon .gearbox-notice span {
		display: none;
	}

	.product-selector-comparison .data-icon .gearbox-notice:hover span {
		display: none;
	}

	#total-products label {
		font-size: 18px;
		padding: 15px 0 0 0;
	}

	.product-template-image-wrapper img {
		max-height: 300px;
		width: auto;
	}

	.img-side-content-wrapper {
		float: none;
	}

	.tabs {
		border-bottom: 12px solid #51626f;
		border-top: 0;
		padding: 0;
		margin: 0;
	}

	.tabs ul {
		float: none;
		width: 100%;
		border-top: 24px solid #51626f;
		border-bottom: 0;
	}

	.tabs ul li {
		padding: 0;
		margin: 0 0 2px 0;
		float: none;
	}

	.tabs ul li a {
		float: none;
		padding: 12px 12px;
		position: relative;
	}

	.tabs ul li a:hover,
	.tabs ul li a:focus {
		text-decoration: none;
		background: #01826b;
	}

	.tabs ul li a:after {
		content: '';
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		text-decoration: inherit;
		font-size: 20px;
		padding-right: 0;
		position: absolute;
		top: 10px;
		right: 15px;
	}

	.tabs ul li:first-child {
		margin-left: 0;
	}

	.tabs ul li:first-child a {
		border-radius: 4px 4px 0 0;
	}

	.tabs ul li:last-child {
		margin-bottom: 0;
	}

	.tabs ul li:last-child a {
		border-radius: 0 0 4px 4px;
	}

	.tabs.tabs-no-top-margin ul {
		border-top: 0;
	}

	.form-group.form-group-captcha label {
		width: 100%;
		margin: 2px 0 0 0;
	}

	.pagination-wrapper .pagination li a {
		width: 25px;
	}

	.img-side-content-wrapper {
		padding: 0 0 15px 0;
	}

	.form-control#units {
		font-size: 13px;
	}

	.article-detail .article-detail-top .img-responsive {
		float: none;
		max-width: 250px;
		margin: 0 auto;
		margin-bottom: 15px;
	}

	.article-detail .article-detail-top .col-article-detail-image {
		text-align: right;
	}

	.map-wrapper {
		width: 100%;
		overflow: hidden;
	}

	.row-meet-the-team .col-meet-the-team {
		padding-bottom: 15px;
	}

	.btn-default {
		background-color: #e7eaec;
		border-color: #3a464f;
	}

	.embed-share-monitor {
		height: 1350px;
	}

	.embed-announcements {
		height: 2000px;
	}

	.embed-alerts {
		height: 1600px;
	}

	.division-column-img {
		text-align: center;
	}

	.division-column-img .img-responsive {
		margin: 0 auto;
		margin-bottom: 10px;
		max-width: 215px;
	}

	.col-investors-panels {
		padding-left: 0;
		padding-right: 0;
	}
	.footer-main{
		display: none;
	}
	.copy-footer{
		position: fixed;
		width: 100%;
		bottom: 0;
	}
}

@media print {
	a[href]:after {
		content: '';
	}

	.header #logo {
		float: none;
		margin: 0 auto;
		margin-top: 8px;
		max-width: 150px;
		max-height: 40px;
	}

	.toggle:after {
		display: none;
	}
}

/*# sourceMappingURL=styles.css.map */

.index_new {
	width: 100%;
	background: #fff;
}

.index_new li {
	width: 290px;
	height: 200px;
	border: 1px solid #ddd;
	float: left;
	margin: 30px 10px;
	text-align: left;
	padding: 10px;
	font-size: 14px;
}

.index_new .more{
	text-align: center;
	float: right;
	line-height: 30px;
	font-size:18px;
	color: #bbb;
	text-decoration: none;
}

.index_new .pic {
	margin: 10px 0px;
	width: 270px;
}

.index_new .pic img {
	width: 268px;
}

.index_new .info {
	width: 290px;
	height: 75px;
}

li {
	list-style: none;
}

.left {
	float: left;
}

.red {
	color: #01826b;
}

.font20 {
	font-size: 20px;

}

.sup_div ul {
	padding-left: 0;
}

.sup_div li {
	width: 50%;
	float: left;
	margin-bottom: 20px;
}

.sup_div li img {
	width: 150px;
	float: left;
	display: block;
}

.sup_div li .sup_down {
	float: left;
	width: 170px;
}

.sup_div li .sup_down h2 {
	margin-bottom: 50px;
}

.sup_div li .sup_down li {
	margin-bottom: 10px;
	width: 100%;
}

.sup_div li .sup_down li span.sup_d {
	float: right;
}

.sup_div img {
	display: block;
	margin: 30px 0;
	width: 150px;
	float: none;
}

.mb_n {
	margin-bottom: 50px;
}

.col-home-panel .box .box-content {
	overflow: hidden;
}

.col-home-panel .box .box-content img {
	max-width: 100%;
}

.col-pad-top .media {
	height: 165px;
	overflow: hidden;
}

.col-pad-top .media .media-left img {
	height: 165px;
}

.col-pad-top .media .more a {
	background: #01826b;
	color: #fff;
	font-size: 18px;
	float: right;
	padding: 1px 10px;
	line-height: 24px;
	height: 24px;
	display: block;
	border-radius: 5px;
}

.sup_a {
	width: 200px;
}

.sup_a li {
	width: 100%;
	clear: both;
}

.sup_a li span.sup_d {
	float: right;
}

.sup_sty {
	width: 50%;
	float: left;
	margin: 20px 0;
	padding-left: 20px;
}

.col-main-content-wrapper form {
	margin-top: 40px;
}

.col-main-content-wrapper form tr {
	margin-bottom: 15px;
	width: 100%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 200px;
}

.col-main-content-wrapper form tr td:first-child {
	width: 80px;
}

.col-main-content-wrapper .resultbar {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 20px;
	border-bottom: 1px solid #01826b;
}

.col-main-content-wrapper .resultlist li {
	border-bottom: 1px dashed #01826b;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.col-product-carousel {
	width: 163px;
	height: 175px;
}

#pageNav { text-align: center; width: 100%; clear: both;  margin: 0 auto; }
#pageNav a { color: #3b3b3b; text-decoration: none; border: 1px solid #d2d2d2; font-size: 12px; line-height: 24px; height:32px; padding: 4px 15px; text-align: center; margin: 5px 0;  }
.pageNum, .cPageNum, listnumber { display: inline-block; }
#pageNav .cPageNum { color: #fff; background: #01826b; border-color: #01826b; }
#pageNav .pageNum:hover { color: #fff; background: #01826b; border-color: #01826b; }
#pageNav a.listnumber { border: none; padding: 0; }

.bannerinfo{
	float: right; display: block; width: 70px;height: 28px;color: #fff;background-color: #01826b;line-height: 28px;text-align: center;border-radius: 3px;text-decoration: none;font-size: 12px
}
.bannerinfo:hover{
	color: #fff;
	text-decoration: none;
}

.biaoge { border: none; width: 100%; }
.biaoge td { border: 1px solid #ccc; color: #3c3c3c; line-height: 18px; padding: 5px 15px; text-align: center; }
.biaoge tr td:nth-child(odd) { background: rgba(245,245,245,0.7); }
.biaoge tr:nth-child(odd) { background: rgba(235,235,235,0.5); }
.biaoge tr:nth-child(odd) td { background: rgba(235,235,235,0.5); }
.biaoge tr td:first-child { text-align: left; }
.proAbox:hover{
	text-decoration: none;
}

.depth0{
    border-bottom: 8px solid #e5f2f0;
        background: #01826b;
    width: 100%;
}
.depth0 a{
    font-size: 18px;
    color: #fff !important;
    padding: 12px 15px;
}
.depth0:hover a{
	background: #01826b !important;
}
.depth1{
	padding:0 15px;
}
.depth1 a{
	border-bottom: 1px solid #ccc;
	background-image: url(../../images/arrowR.png);
	background-repeat: no-repeat;
    background-position: left;
    background-size:10px;
}
.depth1 a:hover{
	color: #01826b !important;
	background-color:  #fff !important;
}


.inmaintitle h3{
	margin:10px 0;
}
.hotline{
	float: right;
	width: 163px;
	padding-left: 45px;
	background:url(../../images/telicon.png) no-repeat left top;
	margin-top: 10px;
}
.hotline h3{
	line-height: 10px;
}

.footerTop{
	height: 45px;
	background-color: #01826b;
}
.footerTop img{
	float: left;
}
.footerTop .freeLink{
	float: left;
	line-height: 45px;
	margin-left: 20px;
}
.footer-container-main{
	padding-top: 35px;
}
.footLeft{
	float: left;
}
.footMenu{
	overflow: hidden;
	padding: 0;
}
.footMenu li{
	float: left;
	padding-right: 30px;
}
.footMenu li a{
	color: #333;
	font-weight: normal;
}
.footQrcode{
	float: right;

}
.copyl,.copyr{
	float: left;
}
@media screen and (max-width: 767px) {
	.navbar-nav li:hover {
	background: #fff;
}
	.copyl,.copyr{
		float:none;
	}
	.copy-footer .container{
		text-align:center;
	}
	.col-home-panel {
		padding:3px;
	}

	.col-home-panel .box {
		margin: 0 0 15px 0;
	}
	.col-home-panel .box .box-content img{
		width: 100%;
	}
	.col-home-panel .box .box-content{
		width: 100%;
		height: 182px;
		min-height: auto;
	}
	.col-home-panel .box .box-bar h1, .col-home-panel .box .box-bar h2{
		height: 58px;
		overflow: hidden;
	}
	.col-main-content-wrapper form tr{
		padding-left: 0 !important;
	}
	/*.col-main-content-wrapper h3{
		min-height: 320px;
		border-bottom: 1px solid #000;
	}*/
	.ab1{
		padding: 0 30px !important;
		
	}
	
	.sein{
		position: fixed;
		left: 0;
		top: 60px;
		
		width: 100%;
		display: none;
	}
	.sein input{
		float: left;
		width: calc(100% - 34px);
	}

}