html {
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	/* font-family: 'Oswald', sans-serif; font-family: 'Archivo Narrow', sans-serif; */
	font-size: 14px;
	color: #333;
	background: #FEFEFE;
}

a, a:link, a:visited {
	color: #333;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
	cursor: default;
}

ul, ol, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill
	{
	background-color: rgb(255, 255, 255);
	background-image: none;
	color: #333;
	-webkit-box-shadow: 0 0 0 1000px white inset !important;
}

/*** custom checkboxes ***/
input[type=checkbox] {
	position: relative;
}
/* to hide the checkbox itself */
label>input[type=checkbox]:before {
	position: absolute;
	background-color: #FFFFFF;
	height: 100%;
	width: 100%;
	font-family: FontAwesome;
	font-size: 20px;
	display: inline-block;
	content: "\f096";
	letter-spacing: 10px;
}
/* space between checkbox and label */
label>input[type=checkbox]:checked:before {
	font-family: FontAwesome;
	display: inline-block;
	content: "\f046";
	letter-spacing: 5px;
}
/* allow space for check mark */
.clear {
	clear: both;
}

.main-wrap {
	margin: 0 auto;
	width: 100%;
	background: #FEFEFE;
	display: block;
}

.header {
	margin: 0 auto;
	width: 960px;
	display: block;
	position: relative;
	background: #FEFEFE;
	/* padding-top: 7px; */
}

.header .col1 {
	float: left;
	width: 50%;
}

.header .col2 {
	float: left;
	width: 50%;
}

.header .col1 .logo-wrap {
	padding: 40px 23px 30px 27px;
}

.header .col1 .logo-wrap img.logo {
	max-width: 100%;
	border: none;
	display: block;
}

.header .logo-txt {
	padding: 10px 25px;
}

.header .logo-txt h2 {
	font-family: 'Fira Sans', sans-serif;
	font-size: 28px;
	font-weight: 700;
	color: #086796;
	text-align: right;
	line-height: 29px;
	cursor: default;
}

.header .logo-txt h2 b {
	font-size: 28px;
	line-height: 18px;
}

.header .contact-wrap {
	padding: 30px 25px 10px;
	text-align: right;
}

.header .contact-wrap .tel {
	font-family: 'Roboto', sans-serif;
	font-size: 39px;
	font-weight: 700;
	vertical-align: middle;
	padding: 0px;
	line-height: 39px;
}

.header .contact-wrap span.phone-icon {
	background: url("../images/phone-icon.png") no-repeat center center
		transparent;
	background-size: cover;
	width: 45px;
	height: 45px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 4px;
}

.nav-bar {
	position: relative;
	margin: 0 auto;
	width: 100%;
	background: #086796;
	display: block;
}

.nav-bar .nav-wrap {
	margin: 0 auto;
	width: 960px;
	display: block;
}

.nav-bar .nav-wrap .col1 {
	float: none;
}

.nav-bar .nav-wrap .col2 {
	float: none;
	width: 64%;
	margin: 0 auto;
	padding: 1px 0 10px;
}

.nav-bar .nav-wrap ul.nav {
	padding: 9px 0px 4px 0px;
	margin: 0 auto;
	text-align: center;
}

.nav-bar .nav-wrap .nav-hover-strip {
	position: absolute;
	width: 100px;
	height: 9px;
	background: #72BC31;
	top: 0px;
	left: 0px;
	margin: 0px auto;
	transition: all 0.25s ease;
	opacity: 0;
}

.nav-bar .nav-wrap ul.nav li {
	display: inline-block;
	margin: 0 4px;
	position: relative;
}

.nav-bar .nav-wrap ul.nav li a.main-menu-link {
	display: block;
	padding: 10px 8px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	line-height: 25px;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.25s ease;
}

.nav-bar .nav-wrap ul.nav li a.main-menu-link:after {
	content: '';
	position: absolute;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	top: 0px;
	left: 0px;
	border-top: 9px solid #72BC31;
	transition: all 0.25s ease;
	opacity: 0;
	transform: scale(0);
}

.nav-bar .nav-wrap ul.nav li a.main-menu-link.req {
	color: #72BC31;
}

.nav-bar .nav-wrap ul.nav li a.main-menu-link:hover {
	/*color: #0E91BF;*/
	color: #fff;
	/*background: #0895C2;*/
}

.nav-bar .nav-wrap ul.nav li a.main-menu-link:hover::after {
	opacity: 0;
	top: -9px;
	transform: scale(1);
}

.nav-bar .nav-wrap ul.nav li a.main-menu-link.active {
	background: #0895C2;
	color: #fff;
}

.nav-bar .nav-wrap ul.nav li a.main-menu-link.active:hover {
	color: #fff;
}

.nav-bar .nav-wrap ul.nav li a.main-menu-link.active:before {
	content: '';
	position: absolute;
	width: calc(100%);
	left: 0px;
	top: -9px;
	transition: all 0.25s ease;
	height: 9px;
	background: #72BC31;
}

.nav-bar .nav-wrap ul.nav li>ul.sub-menu {
	display: none;
	position: absolute;
	top: 45px;
	left: 0px;
	z-index: 99999;
	width: 410px;
	background: rgba(8, 149, 194, 1);
	padding-bottom: 15px;
	padding-top: 5px;
}

.nav-bar .nav-wrap ul.nav li>ul.sub-menu>li {
	display: block;
	margin: 0px;
}

.nav-bar .nav-wrap ul.nav li>ul.sub-menu>li:last-child {
	margin-bottom: 0px;
}

.nav-bar .nav-wrap ul.nav li>ul.sub-menu>li>a.sub-menu-link {
	display: block;
	padding: 2px 10px;
	background: rgba(8, 149, 194, 1);
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	line-height: 24px;
	text-align: left;
	text-transform: none;
	transition: all 0.5s ease;
}

.nav-bar .nav-wrap ul.nav li>ul.sub-menu>li>a.sub-menu-link:hover {
	background: rgba(8, 103, 150, 1);
}

.nav-bar .nav-wrap ul.nav li>ul.sub-menu>li>a.sub-menu-link>i.fa {
	margin-right: 5px;
	margin-left: 2px;
}

.nav-bar .nav-wrap ul.nav li>ul.sub-menu>li>a.sub-menu-link.no-link {
	cursor: default;
}

.nav-bar .nav-wrap .search-wrap {
	padding: 0px 20px 5px 20px;
	text-align: right;
}

.nav-bar .nav-wrap .search-wrap .search-box {
	background: #fff;
	padding: 4px;
	border-radius: 200px;
	border: 10px solid #0895c2;
}

.nav-bar .nav-wrap .search-wrap .search-box input.search-field {
	background: url("../images/search-icon.png") no-repeat 4px center transparent;
	background-size: contain;
	border: none;
	margin: 0 3px;
	width: calc(100% - 160px);
	padding: 6px;
	padding-left: 36px;
	outline: none;
	font-size: 16px;
	float: left;
}

.nav-bar .nav-wrap .search-wrap .search-box button.btn-search {
	border: none;
	padding: 6px 25px;
	border-radius: 25px;
	background: #72BC31;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
	text-align: center;
	float: right;
	outline: none;
	transition: all 0.5s ease;
}

.nav-bar .nav-wrap .search-wrap .search-box button.btn-search:hover {
	background: #7ed332;
}

.content {
	margin: 0 auto;
	width: 100%;
	display: block;
	background: #DBDFE0;
}
.content .rtc-wrap {
	/* background: #fdfcfb; */
	/* background: #efeeee; */
	/* background: #f2f2f2; */
	background: #f5f5f5;
}
.content .rtc-text {
	color: rgba(60, 60, 60, 1);
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    /*text-align: justify;*/
    padding: 15px 0px 25px;
    margin: 0 auto;
    width: 920px;
}
.content .parts-shapes {
	background: url("../images/band-with-parts-home-5-25-18-b.png")
		no-repeat center center #DFE0E3;
	background-size: contain;
	width: 100%;
	height: 70px;
	display: block;
}

.content .banner {
	position: relative;
}

.content .banner .splash-area {
	position: absolute;
	z-index: 9;
	top: -45px;
	pointer-events: none;
	width: 100%;
	display: block;
}

.content .banner .splash-area img.splash {
	max-width: 100%;
	border: 0;
	z-index: -1;
	position: relative;
	pointer-events: none;
	display: block;
	text-align: center;
	margin: 0 auto;
}

.content .banner .splash-area img.mobile-splash {
	display: none;
	max-width: 100%;
	border: 0;
	z-index: -1;
	position: relative;
	pointer-events: none;
	text-align: center;
	margin: 0 auto;
}

.content .banner .effect {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 20000000000;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}

.content .banner .effect.flash {
	-webkit-animation: circle .75s ease;
	animation: circle .75s ease;
}

/*RWC*/
.splash-txt-wrap .col1 div {
   /* border: 1px;
    background: #ff0000;*/
    width: 50%;
    
    font-size: 200%;
    text-align: center;
    line-height: 100%;
    float:left;
    margin-left:10%;

}

.splash-txt-wrap .col2 div {
   /* border: 1px;
    background: #ff0000;*/
    width: 50%;
    font-size: 200%;
    line-height: 100%;
    text-align: center;
    /* float:right;*/
    /* margin-right:10%; */
    margin-left: 50%;
}


@
-webkit-keyframes circle { 0% {
	opacity: 1;
}

40%
{
opacity
















:








 








1;
}
100%
{
width
















:








 








200%;
height
















:








 








200%;
opacity
















:








 








0;
}
}
@
keyframes circle { 0% {
	opacity: 1;
}

40%
{
opacity
















:








 








1;
}
100%
{
width
















:








 








200%;
height
















:








 








200%;
opacity
















:








 








0;
}
}
.content .banner .big-circle-wrap {
	overflow: hidden;
	position: relative;
}

.content .banner .big-circle-wrap .big-circle {
	width: 2000px;
	height: 550px;
	border-radius: 0 0 50% 50%;
	background: #FDFCFB;
	display: block;
	position: relative;
	margin: 0 auto;
	left: -24%;
}

.content .banner .splash-txt-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
	width: 100%;
}

.content .banner .splash-txt-wrap>span.col1 {
	float: left;
	width: 50%;
	text-align: center;
	position: relative;
	left: -1000px;
	opacity: 0;
	transform: skewX(-45deg);
}

.content .banner .splash-txt-wrap>span.col2 {
	float: left;
	width: 50%;
	text-align: center;
	position: relative;
	right: -1000px;
	opacity: 0;
	transform: skewX(45deg);
}

.content .banner .splash-txt-wrap>span {
	display: block;
	font-size: 40px;
	font-weight: 700;
	color: #fff;
	transition: all 1s cubic-bezier(0.89, -0.59, 0.18, 1.29);
	line-height: 50px;
}

.content .small-circle {
	position: absolute;
	width: 120px;
	height: 120px;
	margin: 0 auto;
	display: block;
	z-index: 10;
	top: -240px;
	left: 24%;
}

.content .small-circle:before {
	content: '';
	position: absolute;
	width: 120px;
	height: 120px;
	clip: rect(60px, 120px, 120px, 0px);
	border-radius: 50%;
	background: #FDFCFB;
}

.content .small-circle .banner-down-arrow {
	width: 100px;
	height: 100px;
	display: inline-block;
	cursor: pointer;
	border-radius: 50%;
	background: #e0e4e5;
	transition: all .2s ease;
	position: relative;
	top: calc(50% - 50px);
	left: calc(50% - 50px);
}

.content .small-circle .banner-down-arrow:before {
	content: '';
	background: url("../images/down-arrow-banner-100.png") no-repeat center
		0px transparent;
	position: relative;
	width: calc(100%);
	height: 40px;
	display: block;
	top: calc(50% - 10px);
	transition: all .2s linear;
	background-size: 54%;
}

.content .small-circle .banner-down-arrow:hover {
	background: #ecf0f1;
}

.content .small-circle .banner-down-arrow:hover::before {
	top: calc(50% - 5px);
}

.content .middle {
	margin: 0 auto;
	margin-top: 10px;
	padding-top: 0px;
	width: 960px;
	display: block;
}

.content .middle .col1 {
	float: left;
	width: 49%;
	margin-right: 1%;
}

.content .middle .col2 {
	float: right;
	width: 49%;
	margin-left: 1%;
}

.content .middle h2.heading {
	/*	background: url("../images/h2-bg.png") no-repeat center center transparent;*/
	border-radius: 10px;
	background: #016597;
	text-align: center;
	color: #fff;
	font-size: 24px;
	height: 60px;
	padding: 10px;
	margin-bottom: 40px;
	position: relative;
	cursor: default;
}

.content .middle h2.heading:before {
	content: '';
	display: block;
	width: 0px;
	height: 0px;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-top: 25px solid #016597;
	margin: 0 auto;
	position: absolute;
	top: 100%;
	left: 50%;
}

.content .middle h2.heading span {
	display: block;
}

.content .middle .box {
	background: #fff;
	text-align: center;
	border: 2px solid #fff;
	border-radius: 10px;
	box-shadow: 3px 3px 5px #C9CCCD;
	margin-bottom: 60px;
	position: relative;
	transition: all 1s ease;
	margin-left: 80px;
	margin-right: 80px;
}

.content .middle .box.last {
	margin-bottom: 100px;
}

.content .middle .box:hover {
	border-color: #fff;
	/*	box-shadow: 0px 0px 5px #023852;*/
}

.content .middle .box.border-radius-bottom-none {
	border-radius: 10px 10px 0 0;
}

.content .middle .box .company {
	text-align: center;
	max-height: 125px;
	padding: 20px;
	padding-bottom: 10px;
}

.content .middle .box .company .company-logo {
	max-height: 120px;
	width: 400px;
	min-height: 90px;
	margin: 0 auto;
	display: block;
	position: relative;
	text-align: center;
}
.content .middle .box .company .company-logo > span {
	display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.content .middle .box .company .company-logo img {
	max-width: 100%;
	border: 0;
	display: block;
	text-align: center;
	margin: 0 auto;
	vertical-align: middle;
}

.content .middle .box .company .company-desc {
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-size: 22px;
	font-weight: 700;
	color: #000;
	line-height: 30px;
	padding: 14px 0px;
	padding-bottom: 10px;
	white-space: nowrap;
}

.content .middle .box .toggle-detail {
	position: relative;
    height: 100px;
    padding: 20px 0px 0px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 999;
}

.content .middle .box .toggle-detail span.circle {
	position: absolute;
	width: calc(100px - 12px);
	border: 6px solid #016597;
	height: calc(100px - 12px);
	left: calc(50% - 50px);
	top: 0px;
	border-radius: 50%;
	box-shadow: 0 0 5px 2px #034769;
}

.content .middle .box .toggle-detail span.down-arrow {
	width: 100px;
	height: 100px;
	display: inline-block;
	cursor: pointer;
	border-radius: 50%;
	background: #F5F5F5;
	transition: all .2s ease;
	position: relative;
	margin: 0 auto;
}

.content .middle .box .toggle-detail span.down-arrow:before {
	content: '';
	background: url("../images/down-arrow-banner-100.png") no-repeat center
		0px transparent;
	position: relative;
	width: calc(100%);
	height: 40px;
	display: block;
	top: calc(50% - 10px);
	background-size: 54%;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-moz-transition: all .2s linear;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	transform-origin: center center;
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	-moz-transform-origin: center center;
}

.content .middle .box .toggle-detail span.down-arrow.rotate:before {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform-origin: 50% 12px;
	-webkit-transform-origin: 50% 12px;
	-ms-transform-origin: 50% 12px;
	-moz-transform-origin: 50% 12px;
}

.content .middle .box .toggle-detail span.down-arrow:after {
	content: '';
	width: 86px;
	height: 86px;
	display: inline-block;
	cursor: pointer;
	border-radius: 50%;
	transition: all .2s ease;
	position: absolute;
	top: calc(50% - 50px);
	left: calc(50% - 50px);
	border: 7px solid #D5D5D5;
}

.content .middle .box .toggle-detail span.down-arrow.active:after {
	border: 7px solid #E0E0E0;
}

.content .middle .box .toggle-detail:before {
	display: none;
	content: '';
	position: absolute;
	width: 800px;
	height: calc(100% - 25px);
	top: calc(100% - 65px);
	left: 0px;
	z-index: -5;
	border-radius: 10px 10px 0 0;
	opacity: 0;
	transition: all 0.25s ease;
}

.content .middle .box .toggle-detail:after {
	content: '';
    position: absolute;
    width: 800px;
    height: calc(100% - 60px);
    top: 42px;
    left: 0px;
    z-index: -5;
    border-radius: 0 0 10px 10px;
    transition: all 0.25s ease;
    background: #016597;
    border: none;
    box-shadow: 3px 3px 5px #C9CCCD;
}
/*
.content .middle .box .toggle-detail:hover {
	background-position: center -100px;
}*/
.content .middle .box .drop-list {
	position: relative;
	left: -2px;
	width: 800px;
	height: 90px;
	z-index: 999;
}

.content .middle .box .box-list-wrap {
	display: none;
	background: #fff;
	padding: 10px;
	position: relative;
	left: 0px;
	top: 25px;
	width: 780px;
	border-radius: 0px 0px 10px 10px;
	/*	box-shadow: 0px 2px 2px #043148; */
	background: #016597;
	transition: all 0.25s ease;
	z-index: 999;
}

.content .middle .box .box-list-wrap:before {
	content: '';
	background: #fff;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	display: block;
	box-shadow: inset 0 0 4px 0px #353535;
	position: absolute;
	z-index: 999;
}
/* MSC list */
.box-list-wrap#msc-list .col1 {
	float: left;
	width: 52%;
	margin: 0px;
	padding: 15px 0px;
	position: relative;
	z-index: 9999;
}

.box-list-wrap#msc-list .col2 {
	float: left;
	width: 48%;
	margin: 0px;
	padding: 15px 0px;
	position: relative;
	z-index: 9999;
}

.box-list-wrap#msc-list .col1 ul.drop-ul {
	padding: 10px 10px 10px 40px;
}

.box-list-wrap#msc-list .col2 ul.drop-ul {
	padding: 10px 10px 10px 30px;
}

.box-list-wrap#msc-list ul.drop-ul:before {
	
}

.box-list-wrap#msc-list ul.drop-ul li {
	text-align: left;
	height: 45px;
	padding: 0px;
}

.box-list-wrap#msc-list ul.drop-ul li span.img-item {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 70px;
	height: 40px;
	margin-right: 10px;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: transparent;
	background-size: contain;
	transition: all 0.25s cubic-bezier(0.88, 0.9, 0.13, 1.47);
}

.box-list-wrap#msc-list ul.drop-ul li:hover span.img-item {
	transform: scale(1.25);
	z-index: 9;
}

.box-list-wrap#msc-list ul.drop-ul li a.box-item-link {
	padding: 10px;
	display: inline-block;
	text-align: left;
	vertical-align: middle;
	font-family: 'Roboto', sans-serif;
	color: #005e94;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	transition: all 0.25s ease;
}

.box-list-wrap#msc-list ul.drop-ul li:hover a.box-item-link {
	color: #333;
	padding-left: 12px;
}

.box-list-wrap#msc-list ul.drop-ul li a.box-item-link>i.fa {
	margin-right: 5px;
	transition: all 0.25s ease;
}

.box-list-wrap#msc-list ul.drop-ul li:hover a.box-item-link>i.fa {
	margin-right: 2px;
	padding-left: 3px;
	color: #333;
}

.box-list-wrap#msc-list ul.drop-ul li a.box-item-link:before {
	content: '';
	position: absolute;
	left: 1px;
	width: 0%;
	height: 1px;
	bottom: -2px;
	transition: all 0.5s ease-in-out;
	z-index: -10;
}

.box-list-wrap#msc-list ul.drop-ul li a.box-item-link:hover::before {
	width: calc(100% - 2px);
}

.box-list-wrap#msc-list ul.drop-ul li a.box-item-link:first-child,
	.box-list-wrap#msc-list ul.drop-ul li a.box-item-link:last-child {
	padding-top: 10px;
}

/* Rotor Clip */
.box-list-wrap#rotor-list .row {
	margin: 0px;
	padding: 15px 0px;
	position: relative;
	z-index: 9999;
}

.box-list-wrap#rotor-list .row:after {
	content: '';
	background: #016597;
	display: block;
	width: 92%;
	margin: 0px auto;
	position: relative;
	top: 0px;
	padding: 0px;
	height: 4px;
	clear: both;
}
.box-list-wrap#rotor-list .row.last:after {	
	background: transparent;	
}

.box-list-wrap#rotor-list .row .col1 {
	float: left;
	width: 41%;
	margin: 0px;
	margin-left: 4%;
	height: 130px;
}

.box-list-wrap#rotor-list .row .col1:after {
	content: '';
	clear: both;
	display: block;
}

.box-list-wrap#rotor-list .row .col2 {
	float: left;
	width: 51%;
	margin: 0px;
	text-align: left;
	margin-right: 4%;
	height: 130px;
}

.box-list-wrap#rotor-list .row .col1 .img-wrap {
	float: left;
	width: 50%;
	margin: 0px;
}

.box-list-wrap#rotor-list .row .col1 .lbl-wrap {
	float: left;
	width: 50%;
	text-align: left;
	position: relative;
	height: 115px;
}

.box-list-wrap#rotor-list .row .col1:after {
	content: '';
	clear: both;
	display: block;
}

.box-list-wrap#rotor-list .row .col1 .img-wrap img.row-img {
	max-width: 100%;
	transition: all 0.25s cubic-bezier(0.88, 0.9, 0.13, 1.47);
	transform: scale(1);
	display: block;
}

.box-list-wrap#rotor-list .row span.row-lbl {
	display: block;
	position: relative;
	padding: 10px 2px 10px 25px;
	font-family: 'Roboto', sans-serif;
	color: #005e94;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	text-align: left;
	transition: all 0.25s cubic-bezier(0.88, 0.9, 0.13, 1.47);
	cursor: default;
}

.box-list-wrap#rotor-list .row span.row-lbl>a {
	color: #005e94;
}

.box-list-wrap#rotor-list .row span.row-lbl.line1 {
	position: absolute;
	top: calc(50% - 20px);
}

.box-list-wrap#rotor-list .row span.row-lbl.line2 {
	position: absolute;
	top: calc(50% - 30px);
}

.box-list-wrap#rotor-list .row span.row-lbl.line3 {
	position: absolute;
	top: calc(50% - 40px);
}

.box-list-wrap#rotor-list .row span.row-lbl:before {
	content: "\f0da";
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	font-family: FontAwesome;
	font-size: 16px;
	color: #005e94;
	margin: 0 auto;
	top: calc(50% - 10px);
	left: 10px;
	transition: all 0.25s cubic-bezier(0.88, 0.9, 0.13, 1.47);
}

.box-list-wrap#rotor-list .row .col2 img.item-img {
	max-width: 100%;
	transition: all 0.25s cubic-bezier(0.88, 0.9, 0.13, 1.47);
	transform: scale(1);
	display: block;
}

.box-list-wrap#rotor-list .row .col2 img.item-img:hover {
	transform: scale(1.1);
}

.box-list-wrap#rotor-list .row .col1:hover .img-wrap img.row-img {
	transform: scale(1.1);
}

.box-list-wrap#rotor-list .row .col1:hover .lbl-wrap>span.row-lbl {
	transform: scale(0.9);
}

.box-list-wrap#rotor-list .row .col1:hover .lbl-wrap>span.row-lbl::before
	{
	left: 15px;
}

.box-list-wrap#rotor-list ul.drop-ul li .item:hover span.item-lbl {
	color: #333;
	padding-top: 30px;
	padding-bottom: 5px;
}

.box-list-wrap#rotor-list ul.drop-ul li .item:hover span.item-lbl::before
	{
	top: 10px;
}

/* Brighton list */
.box-list-wrap#brighton-list .row {
	margin: 0px;
	padding: 10px 0px;
	position: relative;
	z-index: 9999;
}

.box-list-wrap#brighton-list .row:after {
	content: '';
	background: #016597;
	display: block;
	width: 90%;
	margin: 0px auto;
	position: relative;
	top: 0px;
	padding: 0px;
	height: 4px;
}
.box-list-wrap#brighton-list .row.last:after {	
	background: transparent;
}

.box-list-wrap#brighton-list .row ul.drop-ul {
	padding: 5px 15px;
}

.box-list-wrap#brighton-list ul.drop-ul:after {
	content: '';
	display: block;
	clear: both;
}

.box-list-wrap#brighton-list ul.drop-ul li {
	float: left;
	width: 20%;
	text-align: center;
}

.box-list-wrap#brighton-list ul.drop-ul li .item {
	padding: 5px;
}

.box-list-wrap#brighton-list ul.drop-ul li .item img.item-img {
	max-width: 100%;
	transition: all 0.25s cubic-bezier(0.88, 0.9, 0.13, 1.47);
	transform: scale(1);
}

.box-list-wrap#brighton-list ul.drop-ul li .item>span.item-lbl {
	display: block;
	position: relative;
	padding: 25px 2px 10px;
	font-family: 'Roboto', sans-serif;
	color: #005e94;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	text-align: center;
	transition: all 0.25s cubic-bezier(0.88, 0.9, 0.13, 1.47);
	cursor: default;
}

.box-list-wrap#brighton-list ul.drop-ul li .item>span.item-lbl:before {
	content: "\f0d8";
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	font-family: FontAwesome;
	font-size: 16px;
	color: #005e94;
	margin: 0 auto;
	top: 0px;
	left: calc(50% - 10px);
	transition: all 0.25s cubic-bezier(0.88, 0.9, 0.13, 1.47);
}

.box-list-wrap#brighton-list ul.drop-ul li .item>span.item-lbl > a.external-link {
	color: #005e94;
	text-decoration: none;
}

.box-list-wrap#brighton-list ul.drop-ul li .item:hover img.item-img {
	transform: scale(1.125);
	z-index: 999999;
}

.box-list-wrap#brighton-list ul.drop-ul li .item:hover span.item-lbl {
	color: #333;
	padding-top: 30px;
	padding-bottom: 5px;
}

.box-list-wrap#brighton-list ul.drop-ul li .item:hover span.item-lbl::before
	{
	top: 10px;
}

/* Microplastics */
.box-list-wrap#microplastics-list .row {
	margin: 0px;
	padding: 10px 0px;
	position: relative;
	z-index: 9999;
}

.box-list-wrap#microplastics-list .row ul.drop-ul {
	padding: 5px 15px;
}

.box-list-wrap#microplastics-list ul.drop-ul:after {
	content: '';
	display: block;
	clear: both;
}

.box-list-wrap#microplastics-list ul.drop-ul li {
	float: left;
	width: 33.33%;
	text-align: center;
}

.box-list-wrap#microplastics-list ul.drop-ul li .item {
	padding: 5px;
}

.box-list-wrap#microplastics-list ul.drop-ul li .item img.item-img {
	max-width: 100%;
	transition: all 0.25s cubic-bezier(0.88, 0.9, 0.13, 1.47);
	transform: scale(1);
}

.box-list-wrap#microplastics-list ul.drop-ul li .item>span.item-lbl {
	display: block;
	position: relative;
	padding: 25px 2px 10px;
	font-family: 'Roboto', sans-serif;
	color: #005e94;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	text-align: center;
	transition: all 0.25s cubic-bezier(0.88, 0.9, 0.13, 1.47);
	cursor: default;
}

.box-list-wrap#microplastics-list ul.drop-ul li .item>span.item-lbl:before {
	content: "\f0d8";
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	font-family: FontAwesome;
	font-size: 16px;
	color: #005e94;
	margin: 0 auto;
	top: 0px;
	left: calc(50% - 10px);
	transition: all 0.25s cubic-bezier(0.88, 0.9, 0.13, 1.47);
}

.box-list-wrap#microplastics-list ul.drop-ul li .item>span.item-lbl > a.external-link {
	color: #005e94;
	text-decoration: none;
}

.box-list-wrap#microplastics-list ul.drop-ul li .item:hover img.item-img {
	transform: scale(1.125);
	z-index: 999999;
}

.box-list-wrap#microplastics-list ul.drop-ul li .item:hover span.item-lbl {
	color: #333;
	padding-top: 30px;
	padding-bottom: 5px;
}

.box-list-wrap#microplastics-list ul.drop-ul li .item:hover span.item-lbl::before {
	top: 10px;
}

/* Unicorp */
.box-list-wrap#unicorp-list .col1 {
	float: left;
	width: 50%;
	margin: 0px;
	padding: 15px 0px;
	position: relative;
	z-index: 9999;
}

.box-list-wrap#unicorp-list .col2 {
	float: left;
	width: 50%;
	margin: 0px;
	padding: 15px 0px;
	position: relative;
	z-index: 9999;
}

.box-list-wrap#unicorp-list:after {
	content: '';
	display: block;
	clear: both;
}

.box-list-wrap#unicorp-list .drop-ul {
	padding-left: 20px;
}

.box-list-wrap#unicorp-list .drop-ul li {
	padding: 10px;
}

.box-list-wrap#unicorp-list .col1 .drop-ul li .img-wrap, .box-list-wrap#unicorp-list .col2 .drop-ul li .img-wrap
	{
	float: left;
	width: 44%;
}

.box-list-wrap#unicorp-list .col1 .drop-ul li .lbl-wrap, .box-list-wrap#unicorp-list .col2 .drop-ul li .lbl-wrap
	{
	float: left;
	width: 56%;
	height: 154px;
	position: relative;
	text-align: left;
}

.box-list-wrap#unicorp-list .col1 .drop-ul li:after, .box-list-wrap#unicorp-list .col2 .drop-ul li:after
	{
	content: '';
	display: block;
	clear: both;
}

.box-list-wrap#unicorp-list .img-wrap .item-img {
	max-width: 100%;
	display: block;
	transform: scale(1);
	transition: all 0.25s cubic-bezier(0.88, 0.9, 0.13, 1.47);
}

.box-list-wrap#unicorp-list .drop-ul li .lbl-wrap a.item-link {
	position: absolute;
	padding-left: 20px;
	display: block;
	text-align: left;
	font-family: 'Roboto', sans-serif;
	color: #005e94;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	transition: all 0.25s ease;
}

.box-list-wrap#unicorp-list .drop-ul li .lbl-wrap a.item-link.line1 {
	top: calc(50% - 10px);
}

.box-list-wrap#unicorp-list .drop-ul li .lbl-wrap a.item-link.line2 {
	top: calc(50% - 20px);
}

.box-list-wrap#unicorp-list .drop-ul li .lbl-wrap a.item-link.line3 {
	top: calc(50% - 30px);
}

.box-list-wrap#unicorp-list .drop-ul li .lbl-wrap a.item-link:before {
	content: "\f0da";
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	font-family: FontAwesome;
	font-size: 16px;
	color: #005e94;
	margin: 0 auto;
	top: calc(50% - 10px);
	left: 7px;
	transition: all 0.25s cubic-bezier(0.88, 0.9, 0.13, 1.47);
}

.box-list-wrap#unicorp-list .drop-ul li:hover .img-wrap img.item-img {
	transform: scale(1.1);
	z-index: 99999;
}

.box-list-wrap#unicorp-list .drop-ul li:hover .lbl-wrap>.item-link {
	padding-left: 25px;
	color: #333;
}

.box-list-wrap#unicorp-list .drop-ul li:hover .lbl-wrap>.item-link::before
	{
	left: 15px;
}


.content .middle .box .drop-list.expand {
	z-index: 999;
    height: auto;
    top: 20px;
    margin-top: -20px;
}
.content .middle .box .drop-list .box-list-wrap.expand {
	display: block;
	border-radius: 0px;
}
.content .middle .box .drop-list .toggle-detail.expand {
	margin-top: -20px;
}
.content .middle .box .drop-list .toggle-detail.expand-before:before {
	/*background: #016597;
	box-shadow: 0px -2px 2px #043148;
	opacity: 1;
	border-radius: 0px;*/
}

.content .middle .box .drop-list .toggle-detail.expand-after:after {
	/*	box-shadow: 0px -1px 1px #043148;
	box-shadow: none;
	border-radius: 0px;
	border: none;*/
}
/*
.content .middle .box .drop-list:hover ul.drop-ul {
	visibility: visible;
	transform: rotateX(0deg);
	opacity: 1;
}
.content .middle .box .drop-list:hover .toggle-detail:before {
	background: #016597;
	box-shadow: 0px -2px 2px #043148;
	opacity: 1;
	border-radius: 0px;
}
.content .middle .box .drop-list:hover .toggle-detail:after {
	box-shadow: 0px -1px 1px #043148;
	border-radius: 0px;
	border: none;
}
*/
.after-middle {
	margin: 0 auto;
	width: 100%;
	background: #FEFEFE;
	position: relative;
}

.after-middle .screw-splash {
	margin: 0 auto;
	text-align: center;
	display: block;
	background: #FEFEFE;
	height: 245px;
}

.after-middle .screw-splash>img {
	display: block;
	text-align: center;
	margin: 0 auto;
	max-width: 100%;
	position: absolute;
	top: -58px;
	left: calc(50% - 550px);
	pointer-events: none;
}

.after-middle h2.heading {
	position: relative;
	background: #016597; /* #014572 */
	text-align: center;
	padding: 40px 0px;
	font-size: 46px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	line-height: 50px;
}

.after-middle h2.heading span {
	cursor: pointer;
	transition: all 0.5s ease;
	margin: 0px 10px;
}

.after-middle h2.heading span:hover {
	color: #0E91BF;
}

.after-middle h2.heading .toolbox {
	display: none;
	position: absolute;
	background: #fff;
	border-radius: 5px;
	width: 500px;
	min-height: 200px;
	box-shadow: 1px 1px 5px #333;
	z-index: 999;
}

.after-middle h2.heading .toolbox>i.fa-caret-up {
	position: absolute;
	top: -18px;
	left: 0px;
	color: #fff;
	font-size: 50px;
	line-height: 20px;
}

.after-middle h2.heading .toolbox>i.close-btn {
	position: absolute;
	color: #999;
	font-size: 22px;
	right: 8px;
	top: 3px;
	font-weight: normal;
	cursor: pointer;
	transition: all 0.5s ease;
}

.after-middle h2.heading .toolbox>i.close-btn:hover {
	color: #666;
}

.after-middle h2.heading .toolbox .col1 {
	width: 30%;
	float: left;
}

.after-middle h2.heading .toolbox .col2 {
	width: 70%;
	float: left;
}

.after-middle h2.heading .toolbox .logo-wrap {
	width: 150px;
	height: 200px;
	margin: 0px auto;
	position: relative;
}

.after-middle h2.heading .toolbox .logo-wrap>img.img-icon {
	max-width: 100%;
	display: block;
}

.after-middle h2.heading .toolbox .txt-wrap {
	padding: 25px 30px 25px 10px;
}

.after-middle h2.heading .toolbox .txt-wrap p {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	color: #222;
	text-align: left;
	line-height: 20px;
	font-weight: normal;
	text-transform: none;
	padding-bottom: 10px;
}

.after-middle h2.heading .toolbox .txt-wrap p:last-child {
	padding-bottom: 0px;
}

.after-middle h2.heading .toolbox.box1 .logo-wrap {
	background: url("../images/feature/quality-250.png") no-repeat center
		center transparent;
	background-size: 80%;
}

.after-middle h2.heading .toolbox.box2 .logo-wrap {
	background: url("../images/feature/innovation-250.png") no-repeat center
		center transparent;
	background-size: 70%;
}

.after-middle h2.heading .toolbox.box3 .logo-wrap {
	background: url("../images/feature/customer-satisfaction-250.png")
		no-repeat center center transparent;
	background-size: 80%;
}

.after-middle h2.heading .toolbox.box1>i.fa-caret-up {
	left: 25px;
}

.after-middle h2.heading .toolbox.box2>i.fa-caret-up {
	left: 25px;
}

.after-middle h2.heading .toolbox.box3>i.fa-caret-up {
	left: 25px;
}

.sub-section {
	margin: 0 auto;
	width: 100%;
	background: #FEFEFE;
	position: relative;
	min-height: 400px;
}

.sub-section .wrap {
	position: absolute;
	background: #FEFEFE;
	min-height: 400px;
	width: 100%;
}

.sub-section .wrap .feature {
	margin: 30px auto;
	margin-top: 0px;
	width: 960px;
}

.screw-splash-wrap {
    margin: 0 auto;
    width: 100%;
    background: #FEFEFE;
    position: relative;
    min-height: 290px;
}

.screw-splash-wrap .screw-splash {
	margin: 0 auto;
	text-align: center;
	display: block;
	background: #FEFEFE;
}

.screw-splash-wrap .screw-splash>img {
	display: block;
	text-align: center;
	margin: 0 auto;
	max-width: 100%;
	position: absolute;
	top: -58px;
	left: calc(50% - 480px);
	pointer-events: none;
}

.sub-section .wrap .down-arrow {
	width: 100px;
	height: 100px;
	margin: 0px auto;
	margin-top: -40px;
	background: url("../images/feature-down-arrow.png") no-repeat center 0px
		transparent;
	cursor: pointer;
	display: none;
}

.sub-section .wrap .feature h2.heading {
	color: #fff;
	font-size: 45px;
	font-weight: 300;
	font-family: 'Archivo Narrow', sans-serif;
	text-align: center;
	margin: 5px 0;
	display: none;
}

.sub-section .wrap .feature h2.heading b {
	font-weight: 400;
}

.sub-section .wrap .feature h4.sub-heading {
	color: #479ac6;
	font-size: 14px;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	text-align: center;
	margin: 5px 0;
	display: none;
}

.sub-section .wrap .feature .portfolio {
	padding: 10px 0px 0px;
	position: relative;
}

.sub-section .wrap .feature .portfolio .item {
	float: left;
	width: 305px;
	margin: 0px 22px 5px 0px;
	text-align: center;
	transition: all 0.3s ease;
	cursor: pointer;
	height: 270px;
	position: relative;
}

.sub-section .wrap .feature .portfolio .item.right {
	margin-right: 0px;
}

.sub-section .wrap .feature .portfolio .item img.portfolio-img {
	max-width: 100%;
	border: none;
	transition: all 0.3s ease;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.sub-section .wrap .feature .portfolio .item:hover img.portfolio-img {
	transform: scale(1.05);
}

.quote-wrap {
	background: #000;
	margin: 0px auto;
	display: block;
	text-align: center;
	padding: 25px 20px 20px;
}

.quote-wrap h2.heading {
	color: #12689c;
	font-size: 30px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	line-height: 29px;
	padding-bottom: 10px;
}

.quote-wrap h2.heading>i {
	font-size: 20px;
	color: #56595e;
	padding: 0px 5px;
}

.quote-wrap .btn-wrap {
	padding: 10px 0px 0px;
	text-align: center;
}

.quote-wrap .btn-wrap button.btn-request-quote {
	border: none;
	padding: 12px 25px;
	border-radius: 30px;
	background: #72bc31;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
	line-height: 22px;
	outline: none;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
}

.quote-wrap .btn-wrap button.btn-request-quote:hover {
	background: #7ed332;
}

.section-before-footer {
	background: #004870;
	margin: 0 auto;
	width: 100%;
	display: block;
	padding-bottom: 45px;
}

.section-before-footer .wrap {
	margin: 0 auto;
	width: 960px;
	display: block;
}

.section-before-footer .wrap .industry-item {
	text-align: center;
	width: 575px;
	padding: 20px 0px 7px;
	margin: 0px auto;
	display: block;
}

.section-before-footer .wrap .industry-item img.industry-img {
	width: 100%;
	display: block;
}

.section-before-footer .wrap h2.heading {
	color: #fff;
	font-size: 45px;
	font-family: 'Archivo Narrow', sans-serif;
	font-weight: 400;
	text-align: center;
	padding: 20px 0;
}

.section-before-footer .wrap .list {
	padding: 10px 20px;
	text-align: center;
}

.section-before-footer .wrap .list .item {
	float: left;
	width: 150px;
	text-align: center;
	transition: all 0.25s ease;
	cursor: pointer;
}

.section-before-footer .wrap .list .item i.h-icon {
	font-size: 50px;
	color: #99d563;
	transition: all 0.25s ease;
}

.section-before-footer .wrap .list .item span.h-txt {
	display: block;
	padding: 10px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	transition: all 0.25s ease;
}

.section-before-footer .wrap .list .item:hover span.h-txt {
	transform: scale(0.75);
}

.section-before-footer .wrap .list .item:hover i.h-icon {
	transform: scale(1.5);
}

.section-footer-btn {
	background: #000;
	padding: 20px 0px 55px;
	text-align: center;
	position: relative;
}

.section-footer-btn .btn-wrap {
	margin: 0 auto;
	display: block;
	text-align: center;
	position: relative;
	padding: 10px;
	height: 40px;
}

.section-footer-btn .btn-wrap .btn-big-footer {
	background: #017fba;
	padding: 15px 35px;
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	border: none;
	border-radius: 5px;
	position: absolute;
	top: -60px;
	cursor: default;
	outline: none;
	width: 730px;
}

.section-footer-btn .btn-wrap .btn-big-footer h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 36px;
	font-weight: 700;
	line-height: 38px;
	padding-bottom: 8px;
}

.section-footer-btn .btn-wrap .btn-big-footer h4 {
	font-family: 'Oswald', sans-serif;
	font-size: 28px;
	font-weight: 700;
	line-height: 30px;
	padding: 2px 0px;
	transition: all 0.25s ease;
	height: 30px;
}

.section-footer-btn .btn-wrap .btn-big-footer i {
	font-weight: 400;
}

.section-footer-btn .btn-wrap .btn-big-footer span.btn-center {
	display: inline-block;
	width: 155px;
	/*	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;*/
}

.section-footer-btn .btn-wrap .btn-big-footer span.left-txt {
	display: inline-block;
	width: 170px;
	text-align: right;
	vertical-align: middle;
}

.section-footer-btn .btn-wrap .btn-big-footer span.right-txt {
	display: inline-block;
	width: 170px;
	text-align: left;
	vertical-align: middle;
}

.section-footer-btn .btn-wrap .btn-big-footer span.btn-center span.down-arrow,
	.section-footer-btn .btn-wrap .btn-big-footer .industrial-wrap .box-close-wrap span.btn-center span.down-arrow
	{
	width: 100px;
	height: 100px;
	display: inline-block;
	cursor: pointer;
	border-radius: 50%;
	background: #013C66;
	transition: all .3s ease;
	position: absolute;
	top: calc(50% + 5px);
	left: calc(50% - 50px);
	z-index: 99;
}

.section-footer-btn .btn-wrap .btn-big-footer span.btn-center span.down-arrow:before,
	.section-footer-btn .btn-wrap .btn-big-footer .industrial-wrap .box-close-wrap span.btn-center span.down-arrow:before
	{
	content: '';
	background: url("../images/down-arrow-blue-button-100.png") no-repeat
		center 0px transparent;
	position: relative;
	width: calc(100%);
	height: 40px;
	display: block;
	top: calc(50% - 10px);
	background-size: 54%;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-moz-transition: all .2s linear;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	transform-origin: center center;
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	-moz-transform-origin: center center;
}

.section-footer-btn .btn-wrap .btn-big-footer span.btn-center span.down-arrow:after,
	.section-footer-btn .btn-wrap .btn-big-footer .industrial-wrap .box-close-wrap span.btn-center span.down-arrow:after
	{
	content: '';
	width: 86px;
	height: 86px;
	display: inline-block;
	cursor: pointer;
	border-radius: 50%;
	transition: all .2s ease;
	position: absolute;
	top: calc(50% - 50px);
	left: calc(50% - 50px);
	border: 7px solid #FFFFFF;
}

.section-footer-btn .btn-wrap .btn-big-footer .fold-wrap {
	display: block;
	position: relative;
	width: 800px;
	top: 10px;
	left: -35px;
	background: #016597;
	border-radius: 0px 0px 5px 5px;
	box-shadow: 0px 2px 3px #031F2C;
	z-index: 99;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
}

.section-footer-btn .btn-wrap .btn-big-footer .industrial-wrap {
	display: block;
	position: relative;
	width: 780px;
	top: 0px;
	left: 0px;
	z-index: 99;
	background: #016597;
	padding: 20px 10px 10px;
	border-radius: 0px 0px 5px 5px;
	opacity: 1;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
}

.section-footer-btn .btn-wrap .btn-big-footer .industrial-wrap .col1,
	.section-footer-btn .btn-wrap .btn-big-footer .industrial-wrap .col2,
	.section-footer-btn .btn-wrap .btn-big-footer .industrial-wrap .col3 {
	float: left;
	width: 33.33%;
	position: relative;
}

.section-footer-btn .btn-wrap .btn-big-footer .industrial-wrap ul.industrial-list
	{
	margin-right: 10px;
}

.section-footer-btn .btn-wrap .btn-big-footer .industrial-wrap ul.industrial-list.last
	{
	margin-right: 0px;
}

.section-footer-btn .btn-wrap .btn-big-footer .industrial-wrap ul.industrial-list li
	{
	text-align: left;
	padding: 4px 10px;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #fff;
	line-height: 22px;
	background: rgba(0, 0, 0, 0.2);
	margin-bottom: 1px;
	transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	opacity: 0.75;
	cursor: default;
}

.section-footer-btn .btn-wrap .btn-big-footer .industrial-wrap ul.industrial-list li.last
	{
	margin-bottom: 0px
}

.section-footer-btn .btn-wrap .btn-big-footer .industrial-wrap ul.industrial-list li:hover
	{
	opacity: 1;
}

.section-footer-btn .btn-wrap .btn-big-footer .industrial-wrap ul.industrial-list li>i
	{
	padding-right: 5px;
}

.section-footer-btn .btn-wrap .btn-big-footer .industrial-wrap .box-close-wrap
	{
	height: 40px;
}

.section-footer-btn .btn-wrap .btn-big-footer span.btn-center.expand-state
	{
	position: relative;
	z-index: 999;
	top: -65px;
	left: 0px;
}
/* footer */
.footer {
	background: #272727;
	position: relative;
}

.footer .footer-wrap {
	width: 800px;
	margin: 0 auto;
	display: block;
	padding: 30px 0px 5px;
}

.footer .footer-wrap .footer-links {
	width: 750px;
	margin: 0px auto;
	display: block;
}

.footer .footer-wrap .footer-links .col1, .footer .footer-wrap .footer-links .col2,
	.footer .footer-wrap .footer-links .col3 {
	width: 200px;
	float: left;
}

.footer .footer-wrap .footer-links .col4 {
	width: 150px;
	float: left;
}

.footer .footer-wrap .footer-links h4.link-title {
	font-size: 14px;
	color: #fff;
	text-align: left;
	text-transform: uppercase;
	padding: 5px 0 15px;
}

.footer .footer-wrap .footer-links ul.footer-link-list li a {
	padding: 7px 0;
	display: block;
	color: #308057;
	text-align: left;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}

.footer .footer-wrap .footer-links ul.footer-link-list li a:hover {
	color: #4DC186;
}

.footer .footer-wrap .footer-links ul.footer-link-list li a.no-transform
	{
	text-transform: none;
}

.footer .footer-logo-wrap {
	margin: 0 auto;
	display: block;
	padding: 25px 0;
}

.footer .footer-logo-wrap .hr-left {
	float: left;
	width: 29%;
	margin-right: 1%;
}

.footer .footer-logo-wrap .hr-right {
	float: right;
	width: 29%;
	margin-left: 1%;
}

.footer .footer-logo-wrap .hr-left span.hr-line, .footer .footer-logo-wrap .hr-right span.hr-line
	{
	height: 4px;
	/*background: #999;*/
	width: 100%;
	margin: 30px 0px;
	display: block;
}

.footer .footer-logo-wrap .footer-logo {
	margin: 0px auto;
	width: 330px;
	display: block;
	text-align: center;
}

.footer .footer-logo-wrap .footer-logo img {
	max-width: 100%;
}

.footer .footer-details {
	width: 960px;
	margin: 0px auto;
	display: block;
	padding: 0px 0px 30px;
}

.footer .footer-details .col1 {
	width: 33.33%;
	float: left;
}

.footer .footer-details .col2 {
	width: 33.33%;
	float: left;
}

.footer .footer-details .col3 {
	width: 33.33%;
	float: left;
}

.footer .footer-details .details {
	color: #e2e2e2;
	font-size: 14px;
	text-align: center;
}

.footer .footer-details .details i.email-icon {
	background: url("../images/email-icon-100x100.png") no-repeat center 0px
		transparent;
	width: 100px;
	height: 100px;
	display: block;
	vertical-align: middle;
	margin: 0 auto;
}

.footer .footer-details .details i.addr-icon {
	background: url("../images/addr-icon-100x100.png") no-repeat center 0px
		transparent;
	width: 100px;
	height: 100px;
	display: block;
	vertical-align: middle;
	margin: 0 auto;
}

.footer .footer-details .details i.phone-icon {
	background: url("../images/phone-icon-100x100.png") no-repeat center 0px
		transparent;
	width: 100px;
	height: 100px;
	display: block;
	vertical-align: middle;
	margin: 0 auto;
}

.footer .footer-details .details label.lbl {
	padding: 5px;
	display: block;
	vertical-align: middle;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
}

.footer .footer-details .details .txt-wrap {
	padding: 5px 0px;
}

.footer .footer-details .details .txt-wrap span.email-addr {
	padding-bottom: 5px;
}

.footer .footer-details .details .txt-wrap span.email-addr a {
	color: #308057;
	text-decoration: underline;
	font-weight: bold;
	transition: all 0.25s ease;
}

.footer .footer-details .details .txt-wrap span.email-addr a:hover {
	color: #4DC186;
}

.footer .footer-details .details .txt-wrap .desc {
	display: block;
	padding: 0px 10px;
	color: #999;
	cursor: default;
	transition: all 0.25s ease;
}

.footer .footer-details .details .txt-wrap .desc:hover {
	color: #fff;
}

.footer .footer-details .details .txt-wrap .desc.addr {
	padding: 0px 45px;
}

.footer .footer-details .details .tel-num-wrap {
	display: inline-block;
	vertical-align: middle;
	padding: 5px;
}

.footer .footer-details .details .tel-num-wrap span.tel-no {
	display: block;
}

.footer .footer-details .details .tel-num-wrap span.tel-no a {
	display: block;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #999;
	font-size: 16px;
	transition: all 0.25s ease;
}

.footer .footer-details .details .tel-num-wrap span.tel-no a.last {
	padding-bottom: 0px;
}

.footer .footer-details .details .tel-num-wrap span.tel-no a:hover {
	color: #fff;
}

.footer .footer-details .copyrights {
	padding: 50px 0px 20px;
	text-align: center;
	color: #666;
	display: block;
	cursor: default;
	transition: all 0.25s ease;
}

.footer .footer-details .copyrights:hover {
	color: #fff;
}

.goto-top {
	position: fixed;
	background: url("../images/goto-top-50.png") no-repeat 0 0 transparent;
	width: 50px;
	height: 50px;
	display: block;
	bottom: 20px;
	right: 20px;	
	z-index: 9999;
	opacity: 0;
	cursor: pointer;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
}

/* Contact us page */
.contact-form-wrap {
	margin: 0px auto;
	padding: 10px 0px;
	width: 960px;
	display: block;
}

.contact-form-wrap .contact-form {
	padding: 40px 70px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 5px #ccc;
}

.contact-form-wrap .contact-form .heading {
	padding: 0px 15px 20px;
}

.contact-form-wrap .contact-form .heading h1 {
	font-family: 'Gudea', sans-serif;
	font-size: 32px;
	color: #086796;
	text-transform: uppercase;
}

.contact-form-wrap .contact-form .address {
	padding: 10px 15px 5px;
}

.contact-form-wrap .contact-form .address h4 {
	font-size: 18px;
	padding-bottom: 5px;
}

.contact-form-wrap .contact-form .address .row {
	padding-bottom: 20px;
}

.contact-form-wrap .contact-form .address .row p {
	padding: 2px 0px;
	font-size: 16px;
}

.contact-form-wrap .contact-form .address a.email-addr {
	color: #0895C2;
}

/* Google map */
.contact-form-wrap .contact-form .location {
	padding: 10px 15px 35px;
}
.contact-form-wrap .contact-form .location .outer-frame {
	border: 1px solid #ccc;
	padding: 2px;
	height: 300px;
}

.contact-form-wrap .contact-form .info {
	padding: 0px 15px 25px;
	font-size: 16px;
}

.contact-form-wrap .contact-form .field-set {
	padding: 10px 15px;
}

.contact-form-wrap .contact-form .field-set .col1 {
	float: left;
	width: 304px;
}

.contact-form-wrap .contact-form .field-set .col2 {
	float: left;
	width: 50%;
}

.contact-form-wrap .contact-form .field-set .col3 {
	float: right;
	width: 32%;
}

.contact-form-wrap .contact-form .field-set label {
	display: block;
	font-family: 'Fira Sans', sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #2D2D2D;
	padding-bottom: 5px;
}

.contact-form-wrap .contact-form .field-set label>span {
	color: #f30;
}

.contact-form-wrap .contact-form .field-set input[type="text"] {
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #fff;
	display: block;
	width: calc(100% - 22px);
	outline: none;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #333;
	line-height: 24px;
	transition: all 0.4s ease;
}

.contact-form-wrap .contact-form .field-set textarea {
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #fff;
	display: block;
	width: calc(100% - 22px);
	outline: none;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #333;
	line-height: 24px;
	max-width: calc(100% - 22px);
	max-height: 500px;
}

.contact-form-wrap .contact-form .field-set input[type="checkbox"] {
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin-top: 1px;
}

.contact-form-wrap .contact-form .field-set span.chk-box-lbl {
	font-family: 'Fira Sans', sans-serif;
	font-size: 16px;
	line-height: 18px;
	display: inline-block;
	padding: 5px 0px;
	margin-right: 25px;
}

.contact-form-wrap .contact-form .field-set input[type="text"]#captcha-code
	{
	width: 132px;
	margin-top: 2px;
}

.contact-form-wrap .contact-form .captcha {
	display: block;	
}

.contact-form-wrap .contact-form .captcha>img.captcha-img {
	display: inline-block;
	vertical-align: middle;
	pointer-events: none;
}

.contact-form-wrap .contact-form .captcha i#reload-captcha {
	font-size: 25px;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}

.contact-form-wrap .contact-form .btn-submit {
	padding: 12px 25px;
	border: none;
	background: #72BC31;
	font-size: 20px;
	color: #fff;
	line-height: 19px;
	border-radius: 5px;
	width: calc(100%);
	margin-top: 32px;
	cursor: pointer;
	outline: none;
	transition: all 0.4s ease;
	white-space: nowrap;
}

.contact-form-wrap .contact-form .btn-submit:hover {
	background: #7ed332;
}

.contact-form-wrap .contact-form .btn-submit.disabled {
	background-color: rgba(114, 188, 49, 0.5);
	cursor: no-drop;
	pointer-events: none;
}

.contact-form-wrap .contact-form .field-set input[type="text"].error,
	.contact-form-wrap .contact-form .field-set textarea.error {
	border-color: #E86060;
	border-radius: 5px 5px 0px 0px;
}

.contact-form-wrap .contact-form span.err-msg {
	font-size: 14px;
	color: #FFFFFF;
	background: #E86060;
	padding: 2px 5px;
	display: block;
	border-radius: 0px 0px 5px 5px;
	transform: rotateX(-90deg);
	transform-origin: top;
	transition: all 0.4s ease;
}

.contact-form-wrap .contact-form .msg-box {
	display: none;
	border: 2px solid #38bc31;
	padding: 10px 20px;
	border-radius: 5px;
	background: #6ede68;
	transition: all 0.25s ease;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	color: #0e4a0b;
	text-align: left;
	line-height: 24px;
	cursor: default;
}

.contact-form-wrap .contact-form .msg-box i.fa-check {
	font-size: 24px;
	margin-right: 5px;
}

.contact-form-wrap .contact-form .msg-box.error {
	border-color: #9e1515;
	background-color: #e86060;
	color: #840303;
}

/* About us */
.page-content {
	margin: 0px auto;
	padding: 10px 0px;
	width: 960px;
	display: block;
}

.page-content .content-wrap {
	padding: 40px 70px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 5px #ccc;
}

.page-content .content-wrap .heading {
	padding: 0px 15px 30px;
}

.page-content .content-wrap .heading h1 {
	font-family: 'Gudea', sans-serif;
	font-size: 32px;
	color: #086796;
	text-transform: uppercase;
}

.page-content .content-wrap .desc {
	padding: 0px 15px;
}

.page-content .content-wrap .desc h4 {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	color: #2D2D2D;
	font-weight: 700;
	padding-bottom: 10px;
}

.page-content .content-wrap .desc .row {
	padding-bottom: 25px;
}

.page-content .content-wrap .desc p {
	padding-bottom: 20px;
	font-size: 16px;
}

.page-content .content-wrap .desc p.last {
	padding-bottom: 0px;
}

.page-content .content-wrap .desc a.external-link {
	color: #018ED4;
	text-decoration: none;
}

.page-content .content-wrap .desc a.external-link:hover {
	color: #21A9EC;
	text-decoration: underline;
}

.page-content .content-wrap .details {
	padding: 10px 15px;
	font-size: 16px;
}

.page-content .content-wrap .details .row {
	padding-bottom: 25px;
}

.page-content .content-wrap .details .row .col1 {
	float: left;
	width: 45%;
	padding-left: 5%;
}

.page-content .content-wrap .details .row .col2 {
	float: left;
	width: 45%;
	padding-left: 5%;
}

/* Quality page - Alert message */
.alert-msg-wrapper {
	border: 2px solid #333;
    border-radius: 15px;
    padding: 10px;
    margin-bottom: 20px;
    display: inline-block;
}
.alert-msg-wrapper span.msg-icon {
	background: url(../images/Prop-55_warning_sign.gif) no-repeat left center transparent;
    background-size: contain;
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;	
}
.alert-msg-wrapper span.msg-text {
	font-size: 16px;
    font-weight: bold;
    vertical-align: middle;
    padding-left: 5px;
}

/* Search Page */
.highlight {
	background-color: #eaf735;
}
.search-results {
	padding: 0px 15px;
}
.search-results .sub-heading {
	font-size: 16px;
	padding-bottom: 15px;
}
.search-results .sub-heading > strong {
	color: #000;	
}
.search-results .result-set {
	padding-bottom: 10px;
}
.search-results h3.result-title {
	color: #333;
	font-size: 22px;
	padding-bottom: 5px;
}
.search-results h3.result-title > a {
	color: #333;
}
.search-results h5.result-link {	
	color: #666;
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 5px;
}
.search-results h5.result-link > a {
	color: #3366BB;
	text-decoration: underline;
	font-weight: normal;
	font-style: italic;
}
.search-results h4.parts-search-result {
	color: #333;
	font-size: 20px;
	font-weight: normal;
	padding-bottom: 25px;
}

.search-results h4.parts-search-result a.box-link {
	color: #3366BB;
	text-decoration: underline;
}