/* Add your custom style here to override dynamic.css */

a:active, a:focus {
	outline: none !important;
}

.search .post a.comments-link {
	display: none;
}

/*.dosis {
	font-family: 'Dosis', sans-serif;
}*/

.left {
	float: left;
}

.right {
	float: right;
}

.block {
	display: block;
}

.purple {
	color: #FFCD00;
}

.grey {
	color: #696d71;
}

.center {
	text-align: center;
}

.italic {
	font-style: italic;
}

.mb_60 {
	margin-bottom: 60px;
}

.category-heading {
	font-size: 40px;
	color: #222222;
	text-transform: uppercase;
	text-align: center;
	font-weight: normal;
	margin-bottom: 45px;
}

.box-link-outer {
	display: table;
	width: 250px;
	height: 150px;
	background-color: #fff;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
}

.box-link-outer.last-row {
	margin-left: 260px;
}

.box-link-outer.last {
	margin-right: 0;
}

.box-link-outer:hover {
	background-color: #efefef;
}

a.box-link {
	display: table-cell;
	text-transform: uppercase;
	vertical-align: middle;
	color: #8e97a9;
	text-decoration: none;
	font-size: 21px;
	line-height: 28px;
	padding-left: 20px;
	padding-right: 20px;
}

a.box-link:hover {
	color: #8365cf;
}

h2 {
	font-size: 26px;
	
}

h3 {
	font-size: 22px;
}

.title-container {
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
}

.title-container.complex {
	line-height: inherit;
	height: 277px;
}

.title-container.complex h1 {
	font-weight: 300;
	font-family: 'Dosis', sans-serif;
	color: #fff;
	text-transform: uppercase;
	font-size: 48px;
	padding-top: 100px;
}

.title-container.complex h4 {
	font-weight: 300;
	color: #abafb3;
	font-size: 28px;
	line-height: 44px;
}

h1.page-title {
	font-weight: 300;
	font-family: 'Dosis', sans-serif;
	color: #fff;
	text-transform: uppercase;
	font-size: 48px;
}

.nav-left {
	height: 74px;
}

.hero, .title-container {
	margin-top: 74px;
}

.search-container {
	margin-right:-10px;
	margin-top:22px;
}

.search-container .tel {
	font-weight: 500;
	font-size: 17px;
	color: #8d9397;
	text-align: center;
	padding-top: 9px;
	margin-bottom: 10px;
}

#searchform > div {
	position: relative;
}

#searchform input[type="text"] {
	background-color: transparent;
	border-bottom: 1px solid #5d6062;
	display: block;
	margin: 0 auto;
	width: 100px;
	padding-right: 22px;
	padding-left: 4px;
	padding-bottom: 1px;
	font-weight: 500;
	color: #8d9397;
	font-size: 15px;
}

#searchform input[type="submit"] {
	position: absolute;
	right: 10px;
	top: 0;
	background-color: transparent;
	background-image: url(../images/submit-search.png);
	background-position: center center;
	background-repeat: no-repeat;
	height: 29px;
	width: 16px;
}

#searchform::-webkit-input-placeholder {
	font-family: 'Dosis', sans-serif;
	font-weight: 500;
	color: #8d9397;
	font-size: 15px;
}

#searchform:-moz-placeholder {
	/* Firefox 18- */
	font-family: 'Dosis', sans-serif;
	font-weight: 500;
	color: #8d9397;
	font-size: 15px;
}

#searchform::-moz-placeholder {
	/* Firefox 19+ */
	font-family: 'Dosis', sans-serif;
	font-weight: 500;
	color: #8d9397;
	font-size: 15px;
}

#searchform:-ms-input-placeholder {
	font-family: 'Dosis', sans-serif;
	font-weight: 500;
	color: #8d9397;
	font-size: 15px;
}

.footer-search #searchform input[type="text"] {
	width: 465px;
	padding-left: 0;
	padding-bottom: 1px;
	font-size: 22px;
	padding-right: 35px;
}

.footer-search #searchform input[type="submit"] {
	background-image: url(../images/submit-search-footer.png);
	width: 18px;
	height: 36px;
}

.footer-search #searchform::-webkit-input-placeholder {
	font-size: 22px;
}

.footer-search #searchform:-moz-placeholder {
	/* Firefox 18- */
	font-size: 22px;
}

.footer-search #searchform::-moz-placeholder {
	/* Firefox 19+ */
	font-size: 22px;
}

.footer-search #searchform:-ms-input-placeholder {
	font-size: 22px;
}

.modal {
	height:300px;
	z-index:999;
	display: none;
	position: fixed;
	right: 0;
	padding: 25px 105px;
	width: 480px;
	background: #000000;
	/* Old browsers */
	background: -moz-linear-gradient(top, #30bc58 0%, #30bc58 75%, #21a948 90%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #30bc58), color-stop(75%, #30bc58), color-stop(90%, #21a948));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #30bc58 0%, #30bc58 75%, #21a948 90%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #30bc58 0%, #30bc58 75%, #21a948 90%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #30bc58 0%, #30bc58 75%, #21a948 90%);
	/* IE10+ */
    background: linear-gradient(to bottom, #30bc58 0%, #30bc58 75%, #21a948 90%);
	/* W3C */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#30bc58', endColorstr='#30bc58', GradientType=0);
	/* IE6-9 */
}

.modal.active {
	display: block;
}

.modal .quote-title {
	font-size: 17px;
	font-weight: 500;
	text-align: center;
	color: #fff;
	position: relative;
	text-transform: uppercase;
}

.modal .quote-desc {
	font-size: 13px;
	font-weight: 500;
	text-align: center;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 15px;
}

.modal textarea, .modal input[type="text"] {
	border: 1px solid #464749;
	width: inherit;
	margin-right: 0;
	font-family: 'Dosis', sans-serif;
	font-weight: 500;
	color: #8d9397;
	font-size: 15px;
	padding: 3px 11px;
}

.modal .half input[type="text"] {
	width: 206px;
	margin-bottom: 10px;
}

.modal input[type="text"]:focus, .modal input[type="text"]:active, .modal textarea:focus, .modal textarea:active {
	border-color: #fff;
}

.modal textarea, .modal .full input[type="text"] {
	width: 456px;
}

.modal textarea {
	resize: none;
	margin-bottom: 20px;
}

.modal input[type="button"] {
	background-color: transparent;
	border-bottom: 1px solid #FFCD00;
	border-top: 1px solid #FFCD00;
	height: 34px;
	line-height: 34px;
	color: #FFCD00;
	font-family: 'Dosis', sans-serif;
	font-size: 20px;
	font-weight: 500;
	padding: 0 15px;
	display: block;
	margin: 0 auto;
	width: 104px;
	text-align: center;
}

.modal input[type="button"]:hover {
	color: #5d6062;
	border-color: #5d6062;
}

.modal::-webkit-input-placeholder {
	font-family: 'Dosis', sans-serif;
	font-weight: 500;
	color: #8d9397;
	font-size: 15px;
}

.modal:-moz-placeholder {
	/* Firefox 18- */
	font-family: 'Dosis', sans-serif;
	font-weight: 500;
	color: #8d9397;
	font-size: 15px;
}

.modal::-moz-placeholder {
	/* Firefox 19+ */
	font-family: 'Dosis', sans-serif;
	font-weight: 500;
	color: #8d9397;
	font-size: 15px;
}

.modal:-ms-input-placeholder {
	font-family: 'Dosis', sans-serif;
	font-weight: 500;
	color: #8d9397;
	font-size: 15px;
}

.modal div.wpcf7-response-output {
	margin: 0.5em 0.5em 1em;
	color: #fff;
}

.site-footer .copyright {
	background-color: #161718;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 15px;
}

.copy_right_mobile {
	display: none;
}

.copy_right_desktop {
	display: block;
}

.site-footer .navigation {
	background-color: #21b14b;
	padding: 40px 0;
	    border-top: 1px solid #ddd;
}

.site-footer .misc {
	height: 109px;
	background-color: #1e1f20;
}

.site-footer .misc .inner-wrapper {
	background-image: url(../images/misc-back.png);
	background-position: top right;
	background-repeat: no-repeat;
	height: 109px;
}

.site-footer .misc .inner-wrapper .misc-right {
	position: absolute;
	background-color: #fff;
	right: 0;
	height: 109px;
}


.footer-cta a {
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 500;
	color: #1e1f20;
	display: inline-block;
	height: 38px;
	line-height: 38px;
	vertical-align: middle;
	border-top: 1px solid #1e1f20;
	border-bottom: 1px solid #1e1f20;
	padding: 0 2px;
	text-decoration: none;
	text-align: center;
}

.footer-cta a.purple {
	border-top: 1px solid #FFCD00;
	border-bottom: 1px solid #FFCD00;
	margin-right: 25px;
	color: #FFCD00
}

.footer-cta a.dosis:hover, .footer-cta a.purple:hover {
	color: #5d6062;
	border-color: #5d6062;
}

.site-footer .call-out {
	background-color: #000;
	padding-bottom: 85px;
	padding-top: 60px;
	text-align: center;
}

.site-footer .call-out h3 {
	text-transform: uppercase;
	text-align: center;
	font-weight: 500;
	color: #fff;
	margin-bottom: 35px;
}

.site-footer .call-out a.footer-callout-link, .home-ctas a.home-cta {
	display: inline-block;
	height: 69px;
	width: 212px;
	line-height: 86px;
	background-image: url(../images/cta-link-back-footer.png);
	background-repeat: no-repeat;
	background-position: top left;
	color: #707478;
	font-size: 26px;
	text-decoration: none;
	line-height: 1;
	padding-left: 30px;
	padding-top: 17px;
	text-align: left;
}

.site-footer .call-out a.footer-callout-link:hover, .home-ctas a.home-cta:hover {
	background-image: url(../images/cta-link-back-footer-hover.png);
}

.site-footer .call-out a.footer-callout-link .top, .home-ctas a.home-cta .top {
	display: block;
	font-size: 22px;
	margin-bottom: 2px;
}

.site-footer .call-out a.footer-callout-link.middle {
	margin: 0 50px;
}

.home-ctas {
	margin-top: -285px;
	margin-bottom: 50px;
}

.home-ctas a.home-cta {
	margin-right: 17px;
}

.home-ctas a.home-cta.last {
	margin-right: 0;
}

.home a.video-popup, .home #content a.video-popup + h3 {
	display: block;
	text-align: center;
}

.home #content a.video-popup + h3 {
	font-weight: normal;
	margin-top: -15px;
	margin-bottom: 30px;
}

.home-about, .home .recent {
	background-image: url(../images/home-box-back.png);
	background-repeat: repeat-x;
	background-position: top left;
	position: relative;
	margin-bottom: 15px;
}

.home-about .line, .home .recent .line {
	position: absolute;
	height: 1px;
	bottom: 28px;
	left: 0;
	background-color: #444444;
}

.home-about .line {
	width: 435px;
}

.home .recent .line {
	width: 170px;
}

.home-about {
	width: 525px;
	color: #7b8085;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9f9f9+0,ffffff+100&amp;0.9+0,1+100 */
	background: -moz-linear-gradient(top, rgba(249, 249, 249, 0.9) 0%, rgba(255, 255, 255, 1) 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(249, 249, 249, 0.9)), color-stop(100%, rgba(255, 255, 255, 1)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(249, 249, 249, 0.9) 0%, rgba(255, 255, 255, 1) 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(249, 249, 249, 0.9) 0%, rgba(255, 255, 255, 1) 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(249, 249, 249, 0.9) 0%, rgba(255, 255, 255, 1) 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, rgba(249, 249, 249, 0.9) 0%, rgba(255, 255, 255, 1) 100%);
	/* W3C */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e6f9f9f9', endColorstr='#ffffff', GradientType=0);
	/* IE6-9 */
	border-top: 1px solid #444444;
}

#content .home-about h3, .home  #content .recent h3 {
	font-weight: normal;
	color: #2c2c2c;
	font-family: 'Dosis', sans-serif;
	margin-bottom: 10px;
}
.home #content .recent h3{
	color:#0056a1;
}
#content .home-about p {
	font-size: 13px;
	line-height: 24px;
	margin-bottom: 0;
}

.home-about a, .home .recent a.view-all {
	color: #FFCD00;
	font-family: 'Dosis', sans-serif;
	text-decoration: none;
	font-size: 22px;
	font-weight: 500;
}

.home-about a:hover, .home .recent a.view-all:hover,
 {
	color: #5d6062;
	border-color: #5d6062;
}

#content .home-about h3, .home #content .recent h3 {
	margin-bottom: 12px;
}

.home .recent {
	width: 50%;
	color: #0056a1;
	float:right;
}

.home .recent #scrollThis {
	cursor: ns-resize;
}

.home .recent li {
	padding-left: 15px;
	margin-right: -15px;
	margin-bottom:20PX;
}

.home .recent li a {
	text-decoration: none;
	font-size: 14px;
	line-height: 24px;
	color: #999999;
	position: relative;
}


.home .recent li a:before {
	content: '»';
	position: absolute;
	font-size: 20px;
	font-weight: 500;
	color: #212121;
	left: -15px;
	;
	top: -3px;
	line-height: 1;
}

.bearings .inner-content {
	width: 670px;
}

.bearings .side-image {
	margin-right: -70px;
}

#content {
	padding-bottom: 25px;
}

.page-template-page-templatespage-bearings-sub-php #content, .page-template-page-templatespage-industries-sub-php #content {
	padding-bottom: 0;
	padding-top: 2px;
}

.breadcrumb p {
	font-size: 12px;
	line-height: 24px;
	color: #707478;
}

.breadcrumb a {
	font-size: 12px;
	font-style: italic;
	text-decoration: none;
	color: #707478;
}

#content h3 {
	color: #0056a1;
	font-family: 'Dosis', sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 15px;
}

#content p {
	font-size: 14px;
	line-height: 24px;
	margin:5px 0;
}

.bearing-categories {
	background-color: #e2e2e2;
	padding: 80px 0;
	border-bottom: 17px solid #fff;
}

.bearing-categories .inner-wrapper > div {
	width: 770px;
	margin: 0 auto;
}

.block .inner-content {
	width: 535px;
}

.block .inner-content.center {
	padding-top: 65px;
	padding-bottom: 35px;
	text-align: center;
	width: inherit;
}

.block-1 {
	margin-top: 35px;
}

.block-2 {
	margin-top: 100px;
}

.block-1 .side-image {
	margin-right: -150px;
	margin-top: -90px;
}

.block-2 .side-image {
	margin-left: -90px;
	margin-top: -55px;
}

.bottom-contact {
	height: 67px;
	padding: 20px 0;
	width: 770px;
	margin: 0 auto;
	background-image: url(../images/bottom-contact.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	border-top: 1px solid #d3d1d1;
	border-bottom: 1px solid #d3d1d1;
	font-weight: bold;
	color: #222324;
}

.bottom-contact a {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	color: #FFCD00;
	display: inline-block;
	height: 32px;
	line-height: 32px;
	vertical-align: middle;
	border-top: 1px solid #FFCD00;
	border-bottom: 1px solid #FFCD00;
	padding: 0 5px;
	text-decoration: none;
}

.bottom-contact a:hover {
	color: #5d6062;
	border-color: #5d6062;
}

.case-studies .inner-content {
	width: 580px;
	margin-bottom: 40px;
}

.case-studies .side-image {
	margin-top: -56px;
	margin-bottom: 40px;
	width: 447px;
}

.case {
	width: 420px;
	padding: 40px;
	margin-right: 30px;
	border-top: 1px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
	background: #ffffff;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #efefef 40%, #e2e2e2 81%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(40%, #efefef), color-stop(81%, #e2e2e2));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #efefef 40%, #e2e2e2 81%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #efefef 40%, #e2e2e2 81%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #efefef 40%, #e2e2e2 81%);
	/* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #efefef 40%, #e2e2e2 81%);
	/* W3C */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e2e2', GradientType=0);
	/* IE6-9 */
}

.case.last {
	margin-right: 0;
}

.case h5, .right-content h4 {
	font-size: 14px;
	margin-bottom: 5px;
}

.case .case-more {
	font-weight: 500;
	color: #5a4ca5;
	font-size: 16px;
	text-transform: uppercase;
	display: inline-block;
	height: 32px;
	line-height: 32px;
	vertical-align: middle;
	border-top: 1px solid #FFCD00;
	border-bottom: 1px solid #FFCD00;
	padding: 0 5px;
	text-decoration: none;
	margin-top: 10px;
}

.case .case-more:hover {
	color: #5d6062;
	border-color: #5d6062;
}

.vnc-bearings .inner-content {
	width: 525px;
	margin-bottom: 60px;
}

.vnc-bearings .side-image {
	margin-top: -50px;
	margin-bottom: 60px;
	margin-right: -100px;
}

.vnc-bearings #content h3.cta-title {
	text-align: center;
	margin-bottom: 25px;
}

.post div.mr_social_sharing_wrapper {
	width: inherit;
	float: left;
	margin-bottom: 50px;
}

.post .printomatic {
	float: left;
	background-image: url(../images/icon-print.png);
	height: 22px;
	width: 22px;
	margin-top: 6px;
	margin-left: 5px;
	margin-bottom: 50px;
}

.widget-title {
	text-transform: uppercase;
	font-family: 'Dosis', sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #7b8085;
	margin-bottom: 15px;
	display: block;
}

.sidebar ul li > a {
	display: block;
	font-weight: 500;
	color: #757b84;
	padding: 7px 0;
	padding-right: 20px;
	border-bottom: 1px solid #e2e2e2;
	position: relative;
}

.sidebar ul li > a:hover {
	color: #FFCD00;
}

.sidebar ul li > a:after {
	content: '»';
	font-size: 24px;
	font-weight: 500;
	font-family: 'Dosis', sans-serif;
	position: absolute;
	right: 0;
	top: -2px;
}

.side-menu {
/*	background-color: #fff;*/
	width: 29.3%;
	/*padding: 0 31px;
	padding-top: 35px;*/
	padding-bottom: 20px;
	float:left;
}

.side-menu a {
	display: block;
	position: relative;
	padding: 8px 0;
	padding-left: 16px;
	border-bottom: 1px solid #e2e2e2;
	text-decoration: none;
	color: #757b84;
}

.side-menu a:after {
	display: block;
	position: absolute;
	content: '»';
	font-size: 22px;
	font-weight: 500;
	height: 100%;
	line-height: 150%;
	width: 35px;
	text-align: center;
	right: 0;
	top: 0;
	border-left: 1px solid #fff;
}

.side-menu li.last a {
	border-bottom: none;
}

.side-menu > div > div > ul > li > a {
	background-color: #e2e2e2;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: none;
}

.side-menu a:hover, .side-menu li.current_page_item > a {
	color: #000;
}

.side-menu > div ul > li > a:hover, .side-menu > div ul > li.current_page_item > a {
	background-color: #ccc;
}

.side-menu li.menu-item-has-children {
	padding-top: 20px;
}

.page-template-page-templatespage-industries-sub-php .side-menu li {
	margin-bottom: 7px;
}

#content .side-menu > h3 {
	font-size: 28px;
	text-transform: uppercase;
	color: #222222;
	margin-bottom: 0;
}

.page-template-page-templatespage-industries-sub-php #content .side-menu > h3 {
	margin-bottom: 20px;
}

.right-content {
	width: 59.5%;
	padding-bottom: 45px;
	color: #222324;
}

.right-content .box-link-outer {
	width: 180px;
	height: 100px;
}

.right-content a.box-link {
	font-size: 17px;
	padding-left: 10px;
	padding-right: 10px;
}

#content h3.bearing-title, #content h3.industries-title {
	margin-top: 40px;
	color: #7b8085;
}

.bearings-top-img, .industries-top-img {
	margin-bottom: 25px;
}

.bearing-description, .bearings-categories, .industries-description {
	margin-bottom: 40px;
}

.bottom-links a {
	font-weight: 500;
	font-size: 16px;
	text-transform: uppercase;
	display: inline-block;
	height: 32px;
	line-height: 32px;
	vertical-align: middle;
	padding: 0 5px;
	text-decoration: none;
	margin-top: 10px;
	color: #1e1f20;
	border-top: 1px solid #1e1f20;
	border-bottom: 1px solid #1e1f20;
	margin-right: 15px;
}

.bottom-links a.purple {
	color: #5a4ca5;
	border-top: 1px solid #5a4ca5;
	border-bottom: 1px solid #5a4ca5;
}

.bottom-links a:hover {
	color: #FFCD00;
	border-color: #FFCD00;
}

.bottom-links a.purple:hover {
	color: #5d6062;
	border-color: #5d6062;
}

.page-template-page-templatespage-industries-sub-php .bottom-links, .page-template-page-templatespage-industries-sub-php .bottom-links p {
	height: 32px;
	line-height: 32px;
	vertical-align: middle;
}

.page-template-page-templatespage-industries-sub-php .bottom-links a {
	margin-top: -3px;
	margin-left: 15px;
	margin-right: 0;
	color: #5a4ca5;
	border-top: 1px solid #5a4ca5;
	border-bottom: 1px solid #5a4ca5;
}

.page-template-page-templatespage-industries-sub-php .bottom-links a:hover {
	color: #5d6062;
	border-color: #5d6062;
}

.industries-products {
	background-color: #fff;
	padding: 20px 30px;
	width: 553px;
	margin-bottom: 45px;
}

.industries-products a {
	text-decoration: none;
	color: #222324;
	font-weight: bold;
}

.industries-products a:hover {
	color: #5a4ca5;
}

.industries-products li {
	border-bottom: 1px solid #d3d1d1;
	display: block;
	padding: 7px 0;
}

.industries-products li.last {
	border: none;
}

.industries-products .product-list-left, .industries-products .product-list-right {
	width: 256px;
}

.industries-products .product-list-left {
	margin-right: 40px;
}

.top-content {
	padding: 40px 0;
	color: #fff;
	font-size: 15px;
	line-height: 28px;
}

.top-content .top-line {
	width: 820px;
	height: 1px;
	margin: 0 auto;
	background-color: #363738;
}

.top-content .top-line.top {
	margin-bottom: 25px;
}

.top-content a {
	text-decoration: none;
	color: #FFCD00;
}

.top-content .top-line.bottom {
	margin-top: 25px;
}

.contact .inner-content, .request-quote .inner-content {
	width: 585px;
	color: #222324;
}

.contact #content .inner-content > p, .request-quote #content .inner-content > p {
	margin-bottom: 30px;
}

.contact .contact-details, .request-quote .contact-details {
	width: 210px;
	padding: 25px 80px;
	padding-bottom: 15px;
	border-bottom: 1px solid #c2c2c2;
	border-top: 1px solid #c2c2c2;
	background: #ffffff;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 39%, #d7d7d7 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(39%, #f1f1f1), color-stop(100%, #d7d7d7));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 39%, #d7d7d7 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #f1f1f1 39%, #d7d7d7 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #f1f1f1 39%, #d7d7d7 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 39%, #d7d7d7 100%);
	/* W3C */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d7d7d7', GradientType=0);
	/* IE6-9 */
}

.contact .contact-details .row, .request-quote .contact-details .row {
	padding-bottom: 5px;
}

.contact .contact-details .col-l, .request-quote .contact-details .col-l {
	width: 70px;
}

.contact .contact-details .col-l p, .request-quote .contact-details .col-l p {
	color: #222222;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
}

.contact .contact-details .col-r, .request-quote .contact-details .col-r {
	text-align: left;
}

.contact .contact-details .col-r a, .request-quote .contact-details .col-r a {
	font-weight: bold;
	text-decoration: none;
	color: #5a4ca5;
}

.contact .site .contact-form textarea, .contact .site .contact-form input[type="text"], .request-quote .site .contact-form textarea, .request-quote .site .contact-form input[type="text"] {
	border: 1px solid #86888a;
	width: inherit;
	margin-right: 0;
	font-family: 'Dosis', sans-serif;
	font-weight: 500;
	color: #96999b;
	font-size: 17px;
	padding: 5px 11px;
	background-color: #fff;
}

.contact .site .contact-form .half input[type="text"], .request-quote .site .contact-form .half input[type="text"] {
	width: 257px;
	margin-bottom: 20px;
}

.contact .site .contact-form textarea, .request-quote .site .contact-form textarea {
	height: 102px;
}

.contact .site .contact-form textarea, .contact .site .contact-form .full input[type="text"], .request-quote .site .contact-form textarea, .request-quote .site .contact-form .full input[type="text"] {
	width: 561px;
	margin-bottom: 20px;
}

.contact .site .contact-form textarea, .request-quote .site .contact-form textarea {
	resize: none;
	margin-bottom: 20px;
}

.contact .site .contact-form input[type="submit"], .request-quote .site .contact-form input[type="submit"], .request-quote .contact-link a {
	background-color: transparent;
	border-bottom: 1px solid #5a4ca5;
	border-top: 1px solid #5a4ca5;
	height: 34px;
	line-height: 34px;
	color: #5a4ca5;
	font-family: 'Dosis', sans-serif;
	font-size: 20px;
	font-weight: 500;
	padding: 0 35px;
	text-decoration: none;
	display: inline-block;
}

.request-quote .contact-link {
	margin-right: -50px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.contact .site .contact-form textarea:focus, .contact .site .contact-form input[type="text"]:focus, .contact .site .contact-form textarea:active, .contact .site .contact-form input[type="text"]:active, .request-quote .site .contact-form textarea:focus, .request-quote .site .contact-form input[type="text"]:focus, .request-quote .site .contact-form textarea:active, .request-quote .site .contact-form input[type="text"]:active {
	border-color: #FFCD00;
}

.contact .site .contact-form input[type="submit"]:hover, .request-quote .site .contact-form input[type="submit"]:hover, .request-quote .contact-link a:hover {
	color: #5d6062;
	border-color: #5d6062;
}

.contact .site .contact-form::-webkit-input-placeholder, .request-quote .site .contact-form::-webkit-input-placeholder {
	font-family: 'Dosis', sans-serif;
	font-weight: 500;
	color: #96999b;
	font-size: 17px;
}

.contact .site .contact-form:-moz-placeholder, .request-quote .site .contact-form:-moz-placeholder {
	/* Firefox 18- */
	font-family: 'Dosis', sans-serif;
	font-weight: 500;
	color: #96999b;
	font-size: 17px;
}

.contact .site .contact-form::-moz-placeholder, .request-quote .site .contact-form::-moz-placeholder {
	/* Firefox 19+ */
	font-family: 'Dosis', sans-serif;
	font-weight: 500;
	color: #96999b;
	font-size: 17px;
}

.contact .site .contact-form:-ms-input-placeholder, .request-quote .site .contact-form:-ms-input-placeholder {
	font-family: 'Dosis', sans-serif;
	font-weight: 500;
	color: #96999b;
	font-size: 17px;
}

.contact .site .contact-form p, .request-quote .site .contact-form p, .request-quote .contact-link {
	text-align: right;
}

li.parent.level-1 {
	margin-right: 45px;
}

li.parent.level-1.last {
	margin-right: 0;
}

li.parent > span, li.series > a {
	position: relative;
}

li.parent > span:after {
	content: '+';
}

li.parent.active > span:after {
	content: '-';
}

li.series > a:after {
	content: '»';
}

li.parent > span:after, li.series > a:after {
	position: absolute;
	color: #8e97a9;
	font-size: 24px;
	font-family: 'Dosis', sans-serif;
	line-height: 1;
	right: 15px;
	top: -3px;
}

li.parent.level-2 {
	margin-bottom: 15px;
}

li.parent.level-2 > span:after {
	font-size: 31px;
	color: #5a4ca5;
	display: block;
	height: 100%;
	line-height: initial;
	vertical-align: middle;
	width: 40px;
	text-align: center;
	border-left: 1px solid #fff;
	right: 0;
	padding-bottom: 3px;
	top: -4px;
}

li.parent.level-1 {
	width: 310px;
}

li.parent.level-1 > span:after {
	content: '';
}

li.parent.level-2 > span {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 500;
	color: #5a4ca5;
	padding: 11px 0;
	padding-right: 48px;
	padding-left: 15px;
	line-height: 20px;
	vertical-align: middle;
	background-color: #f1f1f1;
	margin-bottom: 5px;
}

.catalog .level-2 .category-title {
	cursor: pointer;
}

.catalog .level-2 ul {
	display: none;
}

.catalog .level-2 li {
	border-bottom: 1px solid #e2e2e2;
}

.catalog .level-2 li.last {
	border-bottom: none;
}

.catalog .level-2 ul span, .catalog .level-2 ul a {
	padding: 5px 0;
	padding-left: 15px;
	padding-right: 35px;
	color: #8e97a9;
	font-weight: 500;
	vertical-align: middle;
}

.catalog .level-3 ul span, .catalog .level-3 ul a {
	padding-left: 30px;
}

.catalog .level-4 ul span, .catalog .level-4 ul a {
	padding-left: 45px;
}

.catalog .level-1 > .category-title {
	font-size: 28px;
	text-transform: uppercase;
	color: #222222;
	font-family: 'Dosis', sans-serif;
	margin-bottom: 20px;
}

li.series > a {
	display: block;
	text-decoration: none;
	color: #8e97a9;
	font-weight: 500;
	vertical-align: middle;
	padding-right: 35px;
}

.search #content .post h1, .search #content .post h2, .search #content .post h3, .search #content .post h4 {
	font-size: 15px;
	font-weight: bold;
	color: #7b8085;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 5px;
}

.category-title a.open-all {
	text-decoration: none;
	float: right;
	position: relative;
}

.category-title a.open-all:after {
	font-family: 'Dosis', sans-serif;
	font-size: 31px;
	color: #5a4ca5;
	display: block;
	height: 31px;
	line-height: 31px;
	vertical-align: middle;
	width: 40px;
	text-align: center;
	right: 0;
	content: "+";
	font-weight: 500;
	position: absolute;
	top: -3px;
}

.category-title a.open-all.minus:after {
	content: "-";
}

.parent-pageid-12 div.breadcrumb, .page-template-page-templatespage-bearings-sub-php div.breadcrumb {
	position: absolute;
	left: 419px;
}

#content h3.industries-title {
	margin-top: 40px;
}

.catalog #content {
	position: relative;
}

.catalog .catalog-tools {
	position: absolute;
	right: 0;
	top: 45px;
	font-size: 15px;
}

.catalog .catalog-tools a {
	margin-left: 60px;
	text-decoration: none;
}

.catalog .catalog-tools a.toogle-help {
	width: 52px;
}

.catalog .catalog-tools a.toogle-tools {
	width: 62px;
}

.catalog #catalog-tools {
	display: none;
}

.catalog ul.top:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

.parent-pageid-698 h1.page-title, .page-id-698 h1.page-title {
	font-size: 40px;
}

.parent-pageid-698 .site-content ul, .page-id-698 .site-content ul {
	font-size: 13px;
	line-height: 24px;
	margin-bottom: 10px;
	list-style: inherit;
	padding-left: 20px;
}

table.jobs-table th, table.job-table th {
	padding: 10px 0;
	padding-right: 10px;
}

.jobs-applynow a, .job-apply-table input[type="submit"] {
	background-color: transparent;
	border-bottom: 1px solid #5a4ca5;
	border-top: 1px solid #5a4ca5;
	height: 34px;
	line-height: 34px;
	color: #5a4ca5;
	font-family: 'Dosis', sans-serif;
	font-size: 20px;
	font-weight: 500;
	padding: 0 35px;
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
}

.jobs-applynow a:after {
	content: ' »';
}

.jobs-applynow a:hover, .job-apply-table input[type="submit"]:hover {
	color: #5d6062;
	border-color: #5d6062;
}

.job-apply-table input[type="text"], .job-apply-table textarea {
	border: 1px solid #86888a;
	width: inherit;
	margin-right: 0;
	font-family: 'Dosis', sans-serif;
	font-weight: 500;
	color: #96999b;
	font-size: 17px;
	padding: 5px 11px;
	background-color: #fff;
	margin-bottom: 20px;
}

.job-apply-table input[type="text"]:focus, .job-apply-table textarea:focus, .job-apply-table input[type="text"]:active, .job-apply-table textarea:active {
	border-color: #FFCD00;
}

.job-apply-table .field13 br {
	display: none;
}

.job-apply-table input[type="radio"] {
	margin-bottom: 20px;
}


/* update */

.inner-wrapper {
	width: 100%!important;
	max-width: 1130px;
}

.site-header {
	min-width: 0!important;
	backface-visibility: hidden;
	left: 0;
	padding:5px 0;
}

#site-navigation {
	margin-left: -150px;
}

/*.footer-nav-menu #menu-item-140 {
	margin-top: 25px;
}

.footer-nav-menu #menu-item-140:after {
	display: none;
}

.footer-nav-menu #menu-item-124 {
	top: -132px;
	margin-bottom: -132px;
}

.footer-nav-menu #menu-item-124 .sub-menu .contact-li:nth-child(2) {
	display: none;
}*/

.images_before_title {
	text-align: center;
	margin-bottom:40px;
}

.images_before_title li {
	display: inline-block;
	text-transform: center;
	width:47%;
}

.home-main-intro {
	max-width: 665px;
	margin: 0 auto;
}

.home-main-intro h1,
.home-main-intro h2 {
	font-family: 'Dosis', sans-serif;
	font-size: 30px;
	color: #010101;
	line-height: 35px;
	font-weight: normal;
	margin: 0 auto 10px auto;
}

.home-main-intro p {
	font-size: 13px;
	line-height: 24px;
	color: #000000;
}

.home-main-intro a {
	font-size: 26px;
	text-transform: uppercase;
	width: 280px;
	height: 55px;
	line-height: 45px;
	display: block;
	margin: 0px auto 0 auto;
	text-decoration: none!important;
	color: #0056a1;
	font-family: 'Dosis', sans-serif;
}
.home-main-intro a:hover{ border-color:#FFCD00;}
.home-main-intro a span,
.home-main-intro a:after {
	font-weight: 300;
	font-size: 40px;
	position: relative;
	top: 1px;
}
.home-main-intro a:after{
	content: "»";
	display: inline;
	margin-left:20px;
}
.home-main-intro a:hover {
	color: #FFCD00;
}

.home_buckets{
	margin-bottom: 15px;
	margin-top:10px;
}
.home_bucket{

	width: 49%;
	float:left;
	display: block;
	height: 273px;
	padding: 50px;
	box-sizing:border-box;
	text-align: center;
	position: relative;
}

.home_bucket h2{
	color:#0056a1;
	font-size: 30px;
	line-height: 35px;
	font-family: 'Dosis', sans-serif;
	font-weight: 400;
	margin:0 auto;
}
.home_bucket h2:after{
	width: 56px;
	height: 4px;
	background: #888888;
	content: "";
	display: block;
	margin:20px auto 15px auto;
}
.home_bucket p{
	color:#000;
	font-size: 15px;
	line-height: 20px;
}
.home_bucket:first-child{
	/*border-right: 1px solid #ccc;*/
}

.home_bucket .bucket_hover{
	position: absolute;
	top:40px;
	left:28%;
	width: 50%;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.hoverleft{ background:url(../images/lg.jpg) no-repeat;}
.hoverright{ background:url(../images/rg.jpg) no-repeat;}
.home_bucket:hover .bucket_hover{
	opacity: 1;
	visibility: visible;
}
.home_bucket .bucket_hover a{
	display: block;
	height: 100%;
	text-decoration: none!important;
}
.home_bucket .bucket_hover a mark {
	font-size: 26px;
	text-transform: uppercase;
	line-height: 65px;
	font-family: 'Dosis', sans-serif;
	color: white;
	background: transparent;
	width: 240px;
	border-top: 1px solid;
	border-bottom: 1px solid;
	vertical-align: middle;
	display: inline-block;
	margin-top: -32.5px;
	top: 37%;
	position: absolute;
	left: 45%;
	margin-left: -120px;
}


.home-main-outro {
	max-width: 700px;
	padding: 50px 0 70px 0;
	margin: 0 auto 0 auto;
	background-image:url(../images/home-content-back.png);
	background-repeat:no-repeat;
	background-position: center -170px;

}

.home-main-outro h2 {
	font-family: 'Dosis', sans-serif;
	font-size: 30px;
	color: #010101;
	line-height: 35px;
	font-weight: normal;
	margin: 0 auto 10px auto;
}

.home-main-outro p {
	font-size: 13px;
	line-height: 24px;
	color: #000000;
}
.home-main-outro a:after{
	content: "»";
	display: inline;
	margin-left:35px;
}
.home-main-outro a {
	font-size: 26px;
	text-transform: uppercase;
	width: 240px;
	height: 55px;
	line-height: 45px;
	display: block;
	margin: 20px auto 0 auto;
	text-decoration: none!important;
	border-top: 1px solid;
	border-bottom: 1px solid;
	color: black;
	font-family: 'Dosis', sans-serif;
}

.home-main-outro a span,
.home-main-outro a:after {
	font-weight: 300;
	font-size: 40px;
	position: relative;
	top: 1px;
}

.home-main-outro a:hover {
	color: #FFCD00;
}

.youtube_popup{
	background-color: #f7f7f7;
	padding: 60px 0;
}
.youtube_inner{
	max-width: 1130px;
	margin: 0 auto;
}
.youtube_text{ 
	float:left;
	width: 50%;
	padding: 0 0 0 20px;
    box-sizing: border-box;
    position: relative;
}
.youtube_right{
	width: 50%;
	float:right;
}
.youtube_popup h4{
	color:#FFCD00;
	font-size: 25px;
	line-height: 35px;
	font-family: 'Dosis', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	margin:0px 0 10px 0;
}
.youtube_popup p{
	line-height: 24px;
	font-weight: 400;
}
.youtube_right img{
	float: left;
	max-width:450px;
    padding: 0 0 0 65px;
}
.youtube_right img:hover{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
	-webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}
.youtube_popup .view-all {
    color: #fff;
    font-family: 'Dosis', sans-serif;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
}
.youtube_popup .line {
       position: relative;
    height: 1px;
    bottom: -15px;
    left: 0;
    background-color: #ccc;
    width: 165px;
    margin-right: 20px;
    float: left;
}
.hero{
	background-repeat: no-repeat;
    background-position: center bottom;
  background-size: inherit;
    height: 610px;
    position: relative;
   
}
.hero .inner-wrapper{
	position: relative;
    z-index: 1;
}
/*.hero:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	z-index: 0;
background: #edeced;
	opacity: 0.3;
}*/
.hero:before{
	content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f8f8f8+0,fdfdfd+100 */
background: rgb(248,248,248); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(248,248,248,1) 0%, rgba(253,253,253,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(248,248,248,1)), color-stop(100%,rgba(253,253,253,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(253,253,253,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(253,253,253,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(253,253,253,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(248,248,248,1) 0%,rgba(253,253,253,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#fdfdfd',GradientType=0 ); /* IE6-9 */

}
.hero iframe{
	width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.hero-text .video-popup {
	font-size: 22px;
	line-height: 23px;
	color:#fff;
	text-transform: uppercase;
	font-family: 'Dosis', sans-serif;
	text-decoration: none!important;
	    position: relative;
    top: -40px;
    width: 280px;
     margin: 0 auto;
}
.hero-text .video-popup img{
	margin-bottom: -80px;
}

/* new */
.landing-content div {
	box-sizing: border-box;
}

.landing-main {
	max-width: 690px;
	width: 67%;
	float: left;
	padding-right: 45px;
}

.landing-main h3 {
	margin-bottom: 10px !important;
}
.page-template-page-templatespage-custom-solutions-php .landing-main {
	padding: 0;
   width: 523px;
     max-width: 50%;
}
.page-template-page-templatespage-custom-solutions-php .landing-main  p{
	line-height: 24px!important;
}
.page-template-page-templatespage-custom-solutions-php .landing-image {
    width: 507px;
    max-width: 50%;
    margin-top: -60px;
  }
  .page-template-page-templatespage-custom-solutions-php .landing-content a {
    color: #FFCD00;
    text-decoration: none;
    font-size: 22px;
    margin-bottom: 40px;
        font-family: 'Dosis', sans-serif;
    display: inline-block;
}
.case-studies-container a.all-study
{
	    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    vertical-align: middle;
    padding: 0 5px;
    text-decoration: none;
    margin-top: 20px;
   color: #FFCD00;
    border-top: 1px solid #FFCD00;
    border-bottom: 1px solid #FFCD00;
    margin-right: auto;
}
.case-studies-container{
	text-align: center;
	padding: 45px 0 35px 0;
	border-bottom: 0!important;
}
.case-studies-container p{
	margin-bottom: 40px;
	line-height: 24px; 
font-size: 13px;
color:#222324;
}
.case-studies-container .box-link-outer{
	display: inline-table;
	margin-right: 4px;
}
.page-template-page-templatespage-custom-solutions-php  .page-template-page-templatespage-custom-solutions-php .landing-main {
    max-width: 523px;
    width: 52%;
}
.landing-main p {
	font-size: 13px !important;
	line-height: 1.4 !important;
	margin-bottom: 15px !important;
}

.landing-image {
	max-width: 340px;
	width: 33%;
	float: right;
	text-align: right;
}

.engineering .site-content,
.manufacturing .site-content,
.logistics  .site-content{
	background: url('../images/engineer-left.png') top left no-repeat, url('../images/engineer-right.png') 100% 285px no-repeat, #fff;
	border-bottom: 0 !important;
	padding-bottom: 0;
}
.custom-solutions .site-content.white {
    background-image: url('../images/engineer-left.png');
    background-position: top left;
    background-repeat: no-repeat;
}
.custom-solutions .landing-content {
	background: url('../images/engineer-right.png') 100% 320px no-repeat, transparent;
	border-bottom: 0 !important;
	padding-bottom: 0;
}

.landing-overview {
	margin-top: 20px;
	background-color: #f6f6f6;
	-webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.2);
	padding-bottom: 65px;
}

.manufacturing .landing-overview{
	margin-top: 0;
}
.overview-header {
	text-align: center;
}

.overview-header svg {
	margin-bottom: -55px;
}
.manufacturing .overview-header svg {
	margin-bottom: -5px;
	margin-top: 20px;
}
.logistics  .overview-header svg {
	margin-bottom: -25px;
}
.overview-title {
	width: 500px;
	line-height: 65px;
	height: 65px;
	font-size: 31px;
	text-transform: uppercase;
	color: white;
	text-align: center;
	margin: 0 auto;
	background-color: #FFCD00;
	-webkit-box-shadow: 12px 9px 0 0 #2c2c2c;
	box-shadow: 12px 9px 0 0 #2c2c2c;
	margin-bottom: 45px;
}

.landing-offers {
	background-color: white;
	-webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.2);
	padding: 70px 0;
}

.landing-offers .offers-title {
	font-size: 36px;
	line-height: 28px;
	color: #FFCD00;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 80px;
}

.landing-offers .offers-container {
	width: 915px;
	height: 510px;
	background-image: url(../images/offers/engineer.png);
	background-repeat: no-repeat;
	background-position: center 10px;
	position: relative;
	margin: 0 auto 60px auto;
}

.landing-offers .offers-container ul {
}

.landing-offers .offers-container ul li {
	list-style-type: none;
	font-size: 20px;
	color: #000000;
	position: absolute;
	font-family: 'Dosis', sans-serif;
	font-weight: 500;
}

.landing-offers .offers-container ul li:nth-child(1) {
	left: 185px;
	top: 30px;
}

.landing-offers .offers-container ul li:nth-child(2) {
	left: 0;
	top: 125px;
}

.landing-offers .offers-container ul li:nth-child(3) {
	left: 0;
	top: 245px;
}

.landing-offers .offers-container ul li:nth-child(4) {
	left: 100px;
	top: 395px;
}

.landing-offers .offers-container ul li:nth-child(5) {
	right: 285px;
	top: 0;
}

.landing-offers .offers-container ul li:nth-child(6) {
	right: 110px;
	top: 110px;
}

.landing-offers .offers-container ul li:nth-child(7) {
	right: 45px;
	top: 210px;
}

.landing-offers .offers-container ul li:nth-child(8) {
	right: 0;
	top: 310px;
}

.landing-offers .offers-container ul li:nth-child(9) {
	right: 235px;
	top: 420px;
}
.landing-offers .offers-footer{
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	line-height: 30px;
	text-align: center;

}
.landing-content a,
.landing-overview a,
.landing-offers a{
	color: #FFCD00;
	text-decoration: underline;
}

.st0{fill:#FFCD00;}
.st1{fill:#fff;}
.st2{fill:none;stroke:#FFFFFF;stroke-width:11;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
.st3{
	fill: none;
	stroke: #FFCD00;
	stroke-width: 7;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-miterlimit: 10;
}
.st4{fill:none;stroke:#FFCD00;stroke-width:9;stroke-miterlimit:10;}
.st5{
	fill: none;
	stroke: #FFCD00;
	stroke-width: 17;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-miterlimit: 10;
}
.timeline{
	position: relative;
}


@-webkit-keyframes opacity  {
	from { 
		opacity: 0;		
	}
	to {
		opacity: 1;
	}
}

@-moz-keyframes opacity {
	from { 
		opacity: 0;		
	}
	to {
		opacity: 1;
	}
}

@keyframes opacity {
	from { 
		opacity: 0;		
	}
	to {
		opacity: 1;
	}
}


@-webkit-keyframes opacity1  {
	0% { 
		opacity: 0;		
	}
	10% {
		opacity: 1;
	}
	
	100%{
		opacity: 1;
	}
}

@-moz-keyframes opacity1 {
	0% { 
		opacity: 0;		
	}
	10% {
		opacity: 1;
	}
	
	100%{
		opacity: 1;
	}
}
@keyframes opacity1 {
	0% { 
		opacity: 0;		
	}
	10% {
		opacity: 1;
	}
	
	100%{
		opacity: 1;
	}
}




@-webkit-keyframes opacity2 {
	0% { 
		opacity: 0;		
	}
	15% {
		opacity: 0;
	}
	25%{
		opacity: 1;
	}	
	100%{
		opacity: 1;
	}
}



@-moz-keyframes opacity2 {
	0% { 
		opacity: 0;		
	}
	15% {
		opacity: 0;
	}
	25%{
		opacity: 1;
	}	
	100%{
		opacity: 1;
	}
}

@keyframes opacity2 {
	0% { 
		opacity: 0;		
	}
	15% {
		opacity: 0;
	}
	25%{
		opacity: 1;
	}	
	100%{
		opacity: 1;
	}
}



@-webkit-keyframes opacity3  {
0% { 
		opacity: 0;		
	}
	35% {
		opacity: 0;
	}
	40%{
		opacity: 1;
	}	
	100%{
		opacity: 1;
	}
}

@-moz-keyframes opacity3 {
0% { 
		opacity: 0;		
	}
	35% {
		opacity: 0;
	}
	40%{
		opacity: 1;
	}	
	100%{
		opacity: 1;
	}
}
@keyframes opacity3 {
	0% { 
		opacity: 0;		
	}
	35% {
		opacity: 0;
	}
	40%{
		opacity: 1;
	}	
	100%{
		opacity: 1;
	}
}

@keyframes opacity4 {
0% { 
		opacity: 0;		
	}
	55% {
		opacity: 0;
	}		
	60%{
		opacity: 1;
	}
}



@-moz-keyframes opacity4 {
0% { 
		opacity: 0;		
	}
	55% {
		opacity: 0;
	}		
	60%{
		opacity: 1;
	}
}

@keyframes opacity4 {
0% { 
		opacity: 0;		
	}
	55% {
		opacity: 0;
	}		
	60%{
		opacity: 1;
	}
}

.drawing:hover #circle1{
	-webkit-animation-name: opacity1; 
	-webkit-animation-duration: 3s; 
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: opacity1;  
	-moz-animation-duration:  3s;  
	-moz-animation-iteration-count: 1;
	-moz-animation-timing-function:  linear;
	animation-name: opacity1;  
	animation-duration:  3s;  
	animation-iteration-count: 1;
	animation-timing-function:  linear;
}
.drawing:hover #circle2{
	-webkit-animation-name: opacity2; 
	-webkit-animation-duration: 4s; 
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: opacity2;  
	-moz-animation-duration:  3s;  
	-moz-animation-iteration-count: 1;
	-moz-animation-timing-function:  linear;
	animation-name: opacity2;  
	animation-duration:  3s;  
	animation-iteration-count: 1;
	animation-timing-function:  linear;
}
.drawing:hover #circle3{
	-webkit-animation-name: opacity3; 
	-webkit-animation-duration: 3s; 
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: opacity3;  
	-moz-animation-duration:  3s;  
	-moz-animation-iteration-count: 1;
	-moz-animation-timing-function:  linear;
	animation-name: opacity3;  
	animation-duration:  3s;  
	animation-iteration-count: 1;
	animation-timing-function:  linear;
}
.drawing:hover #circle4{
	-webkit-animation-name: opacity4; 
	-webkit-animation-duration: 3s; 
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: opacity4;  
	-moz-animation-duration:  3s;  
	-moz-animation-iteration-count: 1;
	-moz-animation-timing-function:  linear;
	animation-name: opacity4;  
	animation-duration:  3s;  
	animation-iteration-count: 1;
	animation-timing-function:  linear;
} 
.drawing:hover #lines{
	-webkit-animation-name: draw; 
	-webkit-animation-duration: 3s; 
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: draw;  
	-moz-animation-duration:  3s;  
	-moz-animation-iteration-count: 1;
	-moz-animation-timing-function:  linear;
	animation-name: draw;  
	animation-duration:  3s;  
	animation-iteration-count: 1;
	animation-timing-function:  linear;
}


@-webkit-keyframes draw {
		0% { 
		stroke-dasharray: 1500;
		stroke-dashoffset: 1501;
	}	
	10%{	
		stroke-dasharray: 1500;
		stroke-dashoffset: 1500;	
	}
	100% {
		stroke-dasharray: 1500;
		stroke-dashoffset: 0;		
	}
}

@-moz-keyframes draw {
		0% { 
		stroke-dasharray: 1500;
		stroke-dashoffset: 1501;
	}	
	10%{	
		stroke-dasharray: 1500;
		stroke-dashoffset: 1500;	
	}
	100% {
		stroke-dasharray: 1500;
		stroke-dashoffset: 0;		
	}
}

@keyframes draw {
		0% { 
		stroke-dasharray: 1500;
		stroke-dashoffset: 1501;
	}	
	10%{	
		stroke-dasharray: 1500;
		stroke-dashoffset: 1500;	
	}
	100% {
		stroke-dasharray: 1500;
		stroke-dashoffset: 0;		
	}
}


.drawing #lines{

	stroke-dasharray: 1500;
	stroke-dashoffset: 0;
}

.timeline:after {
	content: '';
	position: absolute;
	top: 40px;
	display: block;
	bottom: 0;
	left: 50%;
	width: 2px;
	margin-left: -1px;
	background: #a896fe;
}

.timeline .left-row.with-icon{
	width: 50%;
	float: left;
	text-align: right;
	padding-right: 50px;
	box-sizing: border-box;
}
.timeline .left-row:not(.with-icon){
	width: 50%;
	float: left;
	text-align: right;
	padding-right: 145px;
	box-sizing: border-box;
	position: relative;
}
.timeline .right-row.with-icon{
	width: 50%;
	float: right;
	text-align: left;
	padding-left:50px;
	box-sizing: border-box;
}
.timeline .right-row:not(.with-icon){
	width: 50%;
	float: right;
	text-align: left;
	padding-left:145px;
	box-sizing: border-box;
	position: relative;
}
.timeline li{
	font-size: 18px;
	line-height: 1;
}

.row-title{
	font-size: 30px;
	line-height: 36px;
	color: #FFCD00;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.circle-row:after{
	content: "";
	background-color: #ad9ff1;
	width: 14px;
	height: 14px;
	display: block;
	margin:0 auto 30px auto;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: relative;
}
.circle-row.top:after{
	top:10px;
}
.circle-row.bottom:after{
	top: 27px;
}
.engineering .timeline .first .right-row{
	padding-top: 45px;
	padding-bottom: 125px;
}
.engineering .timeline .first .right-row li:nth-child(1){
	margin-bottom: 40px;
}
.engineering .timeline .first .right-row li:nth-child(2){
	margin-bottom: 55px;
}
.engineering .timeline .first .right-row li:nth-child(3){
	margin-bottom: 50px;
}



.engineering .timeline .second .left-row{
	padding-top: 10px;
	padding-bottom: 80px;
}
.engineering .timeline .second .left-row li:nth-child(1){
	margin-bottom: 30px;
	line-height: 1.3;
}
.engineering .timeline .second .left-row li:nth-child(2){
	margin-bottom: 30px;	
}
.engineering .timeline .second .left-row li:nth-child(3){
	margin-bottom: 30px;	
}
.engineering .timeline .second .left-row li:nth-child(4){
	margin-bottom: 45px;	
}
.engineering .timeline .second .left-row li:nth-child(5){
	margin-bottom: 45px;	
}
.engineering .timeline .second .left-row li:nth-child(6){
	margin-bottom: 30px;	
}
.engineering .timeline .second .left-row li:nth-child(7){
	line-height: 1.3;	
}



.engineering .timeline .third .left-row {
	padding-top: 15px;
}
.engineering .timeline .third .right-row li:nth-child(1){
	margin-bottom: 45px;
	line-height: 1.3;
}
.engineering .timeline .third .right-row li:nth-child(2){
	margin-bottom: 65px;
}
.engineering .timeline .third .right-row li:nth-child(3){
	margin-bottom: 35px;
	line-height: 1.3;
}


.logistics  .timeline .line{
	margin-bottom: 35px;
}

.logistics  .timeline .first .line-4:before{
	margin-top: -22px;
}
.logistics  .timeline .first .line-4{
	margin-top: 5px;
}

.logistics  .timeline .first .line-2:before{
	margin-top: 10px;
}
.logistics  .timeline .first .line-2,
.logistics  .timeline .first .line-4,
.logistics  .timeline .fourth .line-9{
	line-height: 1.3;
}
.logistics  .timeline .fourth .line-6{
	margin-bottom: 40px;
}
.logistics  .timeline .fourth .line-9:before{
	margin-top: 3px;
}
.logistics  .timeline .first .right-row{
	padding-top: 15px;
}
.logistics  .timeline .first,
.logistics  .timeline .second,
.logistics  .timeline .third{
	padding-bottom: 75px;
}
.logistics  .timeline .fourth .left-row,
.logistics  .timeline .third .right-row,
.logistics  .timeline .second .left-row {
	padding-top: 15px;
}

.logistics  .timeline .second .line-5 {
	line-height: 1.3;
}
.logistics  .timeline .second .line-6 {
	margin-bottom: 55px;
}
.logistics  .timeline .second .line-9 {
	margin-bottom: 45px;
}
.logistics  .timeline .second .line-10:before{
	margin-top: -27px;
}


.logistics  .timeline .third .line-2{
	margin-right: -90px;
	line-height: 1.3;
}

.logistics  .timeline .third .line-2:before{
	margin-top: 10px;
}
.timeline .line:before{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0 50%;
	position: absolute;
	z-index: 3;
}
.timeline .right-row .line:before{
	left: -5px;  
}
.timeline .left-row .line:before{
	right: -5px;  
}


.timeline .line-1:before{
	content: "";
	width: 129px;
	height: 57px;
	background-image: url(../images/lines/line-1.png);     
	margin-top: 10px;
}
.timeline .line-2:before{
	content: "";
	width: 129px;
	height: 36px;
	background-image: url(../images/lines/line-2.png);     
	margin-top: 5px;
}
.timeline .line-3:before {
	content: "";
	width: 129px;
	height: 28px;
	background-image: url(../images/lines/line-3.png);
	margin-top: -16px;
}
.timeline .line-3.other:before {	
	background-image: url(../images/lines/line-3-other.png)!important;

}
.timeline .line-4:before {
	content: "";
	width: 129px;
	height: 59px;
	background-image: url(../images/lines/line-4.png);
	margin-top: -50px;
}
.timeline .line-5:before {
	content: "";
	width: 129px;
	height: 57px;
	background-image: url(../images/lines/line-5.png);
	margin-top: 10px; 
}
.timeline .line-6:before {
	content: "";
	width: 129px;
	height: 36px;
	background-image: url(../images/lines/line-6.png);
	margin-top: 10px;
}
.timeline .line-7:before {
	content: "";
	width: 129px;
	height: 30px;
	background-image: url(../images/lines/line-7.png);
	margin-top: 10px;
}
.timeline .line-8:before {
	content: "";
	width: 129px;
	height: 10px;
	background-image: url(../images/lines/line-8.png);
	margin-top: 10px;
}
.timeline .line-9:before {
	content: "";
	width: 129px;
	height: 34px;
	background-image: url(../images/lines/line-9.png);
	margin-top: -23px;
}
.timeline .line-10:before {
	content: "";
	width: 129px;
	height: 55px;
	background-image: url(../images/lines/line-10.png);
	margin-top: -43px;
}
.timeline .line-11:before {
	content: "";
	width: 129px;
	height: 59px;
	background-image: url(../images/lines/line-11.png);
	margin-top: -45px;
}

.engineering .timeline .third .line-1:before{
	margin-top: 30px
}

.manufacturing .line-2{
	margin-bottom: 45px;
	padding-top: 55px;
}
.manufacturing .line-6{
	margin-bottom: 45px;
	line-height: 1.3;
}
.manufacturing .third .line-2{
	padding-top: 15px;
}
.manufacturing .timeline .first,
.manufacturing .timeline .second,
.manufacturing .timeline .third{
	padding-bottom: 75px;
}
.manufacturing .timeline .fourth .right-row{
	margin-top: -10px;
}
.manufacturing .landing-overview{
	padding-bottom: 115px;
}

@-webkit-keyframes tada {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	10%,
	20% {
		-webkit-transform: scale(.9) rotate(-8deg);
		transform: scale(.9) rotate(-8deg)
	}

	30%,
	50%,
	70% {
		-webkit-transform: scale(1.3) rotate(8deg);
		transform: scale(1.3) rotate(8deg)
	}

	40%,
	60% {
		-webkit-transform: scale(1.3) rotate(-8deg);
		transform: scale(1.3) rotate(-8deg)
	}

	100%,
	80% {
		-webkit-transform: scale(1) rotate(0);
		transform: scale(1) rotate(0)
	}

}

@keyframes tada {
	0% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}

	10%,
	20% {
		-webkit-transform: scale(.9) rotate(-8deg);
		-ms-transform: scale(.9) rotate(-8deg);
		transform: scale(.9) rotate(-8deg)
	}

	30%,
	50%,
	70% {
		-webkit-transform: scale(1.3) rotate(8deg);
		-ms-transform: scale(1.3) rotate(8deg);
		transform: scale(1.3) rotate(8deg)
	}

	40%,
	60% {
		-webkit-transform: scale(1.3) rotate(-8deg);
		-ms-transform: scale(1.3) rotate(-8deg);
		transform: scale(1.3) rotate(-8deg)
	}

	100%,
	80% {
		-webkit-transform: scale(1) rotate(0);
		-ms-transform: scale(1) rotate(0);
		transform: scale(1) rotate(0)
	}

}
@-webkit-keyframes rotate {
	from {-webkit-transform: rotateZ(0deg);}
	to {-webkit-transform: rotateZ(360deg);}
}

@-moz-keyframes rotate {
	from {-moz-transform: rotateZ(0deg);}
	to {-moz-transform: rotateZ(360deg);}
}

@keyframes rotate {
	from {transform: rotateZ(0deg);}
	to {transform: rotateZ(360deg);}
}


@-webkit-keyframes rotatez {
	from {-webkit-transform: rotateZ(0deg);}
	to {-webkit-transform: rotateZ(360deg);}
}

@-moz-keyframes rotatez {
	from {-moz-transform: rotateZ(0deg);}
	to {-moz-transform: rotateZ(360deg);}
}

@keyframes rotatez {
	from {transform: rotateZ(0deg);}
	to {transform: rotateZ(360deg);}
}


@-webkit-keyframes inverse_rotate {
	from {-webkit-transform: rotateZ(0deg);}
	to {-webkit-transform: rotateZ(-360deg);}
}

@-moz-keyframes inverse_rotate {
	from {-moz-transform: rotateZ(0deg);}
	to {-moz-transform: rotateZ(-360deg);}
}

@keyframes inverse_rotate {
	from {transform: rotateZ(0deg);}
	to {transform: rotateZ(-360deg);}
}


@-webkit-keyframes choppy {
	0% {-webkit-transform: rotateZ(0deg);}
	50% {-webkit-transform: rotateZ(90deg);}
	100% {-webkit-transform: rotateZ(0deg);}
}

@-moz-keyframes choppy {
	0% {-webkit-transform: rotateZ(0deg);}
	50% {-webkit-transform: rotateZ(90deg);}
	100% {-webkit-transform: rotateZ(0deg);}
}

@keyframes choppy {
	0% {-webkit-transform: rotateZ(0deg);}
	50% {-webkit-transform: rotateZ(90deg);}
	100% {-webkit-transform: rotateZ(0deg);}
}

svg:hover .rotate{
	-webkit-animation-name: rotate; 
	-webkit-animation-duration: 10s; 
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: rotate; 
	-moz-animation-duration: 10s; 
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	animation-name: rotate; 
	animation-duration: 10s; 
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	transform-origin: center;
}
svg:hover .rotatez{
	-webkit-animation-name: rotatez; 
	-webkit-animation-duration: 8s; 
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function:  steps(8);
	-moz-animation-name: rotatez; 
	-moz-animation-duration: 8s; 
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function:  steps(8);
	animation-name: rotatez; 
	animation-duration: 8s; 
	animation-iteration-count: infinite;
	animation-timing-function: steps(8);
	transform-origin: bottom;
}
svg:hover .rotatezslow{
	-webkit-animation-name: rotate; 
	-webkit-animation-duration: 96s; 
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function:  steps(12);
	-moz-animation-name: rotate; 
	-moz-animation-duration: 96s; 
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function:  steps(12);
	animation-name: rotate; 
	animation-duration: 96s; 
	animation-iteration-count: infinite;
	animation-timing-function: steps(12);
	transform-origin: top right;
}
@-webkit-keyframes wrench {
	0% {
		-webkit-transform: rotate(-12deg);
		transform: rotate(-12deg)
	}

	8% {
		-webkit-transform: rotate(12deg);
		transform: rotate(12deg)
	}

	10% {
		-webkit-transform: rotate(24deg);
		transform: rotate(24deg)
	}

	18%,
	20% {
		-webkit-transform: rotate(-24deg);
		transform: rotate(-24deg)
	}

	28%,
	30% {
		-webkit-transform: rotate(24deg);
		transform: rotate(24deg)
	}

	38%,
	40% {
		-webkit-transform: rotate(-24deg);
		transform: rotate(-24deg)
	}

	48%,
	50% {
		-webkit-transform: rotate(24deg);
		transform: rotate(24deg)
	}

	58%,
	60% {
		-webkit-transform: rotate(-24deg);
		transform: rotate(-24deg)
	}

	68% {
		-webkit-transform: rotate(24deg);
		transform: rotate(24deg)
	}

	100%,
	75% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

}

@keyframes wrench {
	0% {
		-webkit-transform: rotate(-12deg);
		-ms-transform: rotate(-12deg);
		transform: rotate(-12deg)
	}

	8% {
		-webkit-transform: rotate(12deg);
		-ms-transform: rotate(12deg);
		transform: rotate(12deg)
	}

	10% {
		-webkit-transform: rotate(24deg);
		-ms-transform: rotate(24deg);
		transform: rotate(24deg)
	}

	18%,
	20% {
		-webkit-transform: rotate(-24deg);
		-ms-transform: rotate(-24deg);
		transform: rotate(-24deg)
	}

	28%,
	30% {
		-webkit-transform: rotate(24deg);
		-ms-transform: rotate(24deg);
		transform: rotate(24deg)
	}

	38%,
	40% {
		-webkit-transform: rotate(-24deg);
		-ms-transform: rotate(-24deg);
		transform: rotate(-24deg)
	}

	48%,
	50% {
		-webkit-transform: rotate(24deg);
		-ms-transform: rotate(24deg);
		transform: rotate(24deg)
	}

	58%,
	60% {
		-webkit-transform: rotate(-24deg);
		-ms-transform: rotate(-24deg);
		transform: rotate(-24deg)
	}

	68% {
		-webkit-transform: rotate(24deg);
		-ms-transform: rotate(24deg);
		transform: rotate(24deg)
	}

	100%,
	75% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg)
	}

}
@-webkit-keyframes passing {
	0% {
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		opacity: 0
	}

	50% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		opacity: 1
	}

	100% {
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
		opacity: 0
	}

}

@keyframes passing {
	0% {
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		opacity: 0
	}

	50% {
		-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0%);
		opacity: 1
	}

	100% {
		-webkit-transform: translateX(50%);
		-ms-transform: translateX(50%);
		transform: translateX(50%);
		opacity: 0
	}

}
.passing:hover{
	-webkit-animation: passing 2s linear infinite;
	animation: passing 2s linear infinite;
}
.tada:hover{
	-webkit-animation: tada 2s linear infinite;
	animation: tada 2s linear infinite;
}
.shake:hover{
	-webkit-animation: wrench 2.5s ease infinite;
	animation: wrench 2.5s ease infinite;
}
svg:hover .inverse_rotate{
	-webkit-animation-name: inverse_rotate; 
	-webkit-animation-duration: 10s; 
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: inverse_rotate; 
	-moz-animation-duration: 10s; 
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	animation-name: inverse_rotate; 
	animation-duration: 10s; 
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	transform-origin: center;
}

svg.choppy:hover {
	-webkit-animation-name: choppy; 
	-webkit-animation-duration: 1.5s; 
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease;
	-moz-animation-name: choppy; 
	-moz-animation-duration: 1.5s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: ease;
	animation-name: choppy; 
	animation-duration:  1.5s;
	animation-iteration-count: infinite;
	animation-timing-function: ease;
	transform-origin: center;
}

/* Icons button */
.icobutton {
	font-size: 3em;
	position: relative;
	margin: 0;
	padding: 0;
	color: #c0c1c3;
	border: 0;
	background: none;
	overflow: visible;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.icobutton .fa {
	display: block;
	padding: 0 0.1em;
}

.icobutton__text {
	font-size: 0.75em;
	position: absolute;
	top: 100%;
	left: -50%;
	width: 200%;
	text-align: center;
	line-height: 1.5;
	color: #a6a6a6;
}

.icobutton__text--side {
	top: 0;
	left: 100%;
	width: 100%;
	width: auto;
	padding: 0 0 0 0.25em;
}

/* fix for mo.js */
.icobutton svg {
	left: 0;
}

.icobutton:hover,
.icobutton:focus {
	outline: none;
}

/* Unicorn */
.icobutton--unicorn svg {
	fill: #c0c1c3;
}

.viewed{
	opacity: 1!important;
}