@charset "utf-8";
/*
Theme Name: Garrett Motion
Author: Lunatix
Author URI: http://www.lunatix.co/
Description: Honeywell
Version: 3.0.0
*/

body {
	font-family: "Gotham A", "Gotham B", sans-serif;
	font-size: 16px;
	color: #000;
	background: #FFF;
    padding-top: 120px;
}

input,
textarea,
button,
select {
	font-family: "Gotham A", "Gotham B", sans-serif;
	outline: none!important;
	line-height: normal;
}

input[type="text"],
input[type="email"],
input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}

a,
a:hover,
a:focus {
	color: #005EB8 ;
}

a {
    transition: color .2s ease-in-out, background-color .2s ease-in-out;
}

::-moz-selection {
	background-color: #ed1c24;
	color: #FFF;
}

::selection {
	background-color: #ed1c24;
	color: #FFF;
}

::-webkit-input-placeholder {
    color: #888888;
}

:-moz-placeholder {
    color: #888888;
}

::-moz-placeholder {
    color: #888888;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #888888;
    opacity: 1;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
textarea,
select {
	width: 100%;
	border: 1px solid #e7e7e7;
	padding: 8px 15px;
    background: #FFF;
    line-height: 20px;
}

select {
	width: 100%;
	background: #FFF url(images/select@2x.png) no-repeat right center;
	background-size: 25px 7px;
	padding: 9px 40px 9px 15px;
	-webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
	text-indent: .01em;
    text-overflow: '';
    height: 40px;
}

select:disabled {
    opacity: 0.6;
}

select::-ms-expand {
    display: none;
}

sup {
    top: -.2em;
    font-family: sans-serif;
}

b,
strong {
    font-weight: 500;
/*    font-family:'Gotham Medium', sans-serif;*/
}

@media screen and (min-width: 1360px) {
	.container {
		width: 1330px;
	}
}

@media screen and (min-width: 1600px) {
	.container {
		width: 1530px;
	}
}

@media screen and (min-width: 1890px) {
	.container {
		width: 1750px;
	}
}

.wrapper {
    width: 100%;
    overflow: hidden;
}

.header-wrapper {
    position: fixed;
    width: 100%;
    left: 0px;
    z-index: 200;
    top: 0px;
}

.header-top {
    background: #484848;
    color: #FFF;
    position: relative;
    z-index: 2;
}

.header-top .container {
    position: relative;
    z-index: 1;
}

.logo {
    display: block;
    width: 323px;
    height: 168px;
    background: #FFF;
    color: #ed1c24!important;
    text-decoration: none!important;
    font-size: 65px;
/*    font-family:'Gotham Medium';*/
    font-weight: 500;
    text-align: center;
    line-height: 1.2;
    padding: 48px 15px;
    z-index: 10;
    position: absolute;
    left: -41px;
}

.logo img {
    max-width: 215px;
    margin: 0 auto;
    height: auto!important;
}

.logo span {
    color: #54585a;
    font-size: 15px;
    text-transform: uppercase;
/*    font-family:'Gotham Book';*/
    font-weight: 400;
    display: block;
    letter-spacing: 7px;
}

.logo:before {
    content: '';
    width: 99999px;
    height: 100%;
    right: 100%;
    margin-left: -1px;
    top: 0;
    z-index: 1;
    background: #FFF;
    position: absolute;
}

.logo:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 168px 60px 0 0;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    left: 100%;
    top: 0px;
    z-index: 1;
}

.header-top .navbar-nav {
    margin-left: 355px;
}

.navbar-nav > li > a {
    line-height: 30px;
    color: #FFF;
    padding: 0 25px;
    font-size: 18px;
}

.navbar-nav > li > a > span {
    display: block;
    padding: 15px 0;
    position: relative;
    z-index: 1;
}

.header-top .nav>li>a:focus,
.header-top .nav>li>a:hover,
.header-top .nav>li:hover > a,
.header-top .nav>li.current-menu-item > a,
.header-top .nav>li.current-menu-ancestor > a {
    background-color: rgba(0,0,0,.1);
}

.header-bottom .nav>li>a:focus span:after,
.header-bottom .nav>li>a:hover span:after,
.header-bottom .nav>li:hover > a span:after,
.header-bottom .nav>li.current-menu-item > a span:after,
.header-bottom .nav>li.current-menu-ancestor > a span:after,
.header-bottom .nav>li.current-page-ancestor > a span:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #FFF;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 1;
}

.header-bottom li {
	list-style: none;
}

.header-bottom .nav>li>a:focus,
.header-bottom .nav>li>a:hover,
.header-bottom .nav>li:hover > a,
.header-bottom .nav>li.current-menu-item > a,
.header-bottom .nav>li.current-menu-ancestor > a,
.header-bottom .nav>li.current-page-ancestor > a {
    background-color: transparent;
}

.nav>li.current-menu-item > a,
.nav>li.current-menu-ancestor > a,
.nav>li.current-page-ancestor > a {
/*    font-family:'Gotham Medium';*/
    font-weight: 500;
}

.navbar-nav > li > ul {
    display: none;
    position: absolute;
    width: 266px;
    padding: 0;
    margin: 0;
    left: 0px;
    top: 100%;
    z-index: 100;
    list-style: none;
}

.navbar-nav > li > ul > li > a {
    color: #FFF;
    display: block;
    font-size: 18px;
    padding: 10px 25px;
    line-height: 26px;
}

.navbar-nav > li > ul > li + li {
    border-top: 1px solid #525252;
}

.navbar-nav > li:hover > ul {
    display: block;
}

.header-top .navbar-nav > li > ul {
    background-color: #484848;
}

.header-right {
    float: right;
    padding: 15px 25px 15px 0;
}

.header-right > ul {
    padding: 0;
    margin: 0;
	float: left;
}

.header-right > ul + ul {
	margin-left: 30px;
}

.header-right > ul > li {
    list-style: none;
    float: left;
    line-height: 28px;
}

.header-right > ul > li + li:before {
    content: '|';
    margin: 0 20px;
}

.header-right > ul > li:last-child {
    text-transform: uppercase;
}

.header-right > ul.header-social-links {
	margin-top: 1px;
}

.header-right > ul.header-social-links > li > a {
	color: #FFF;
	font-size: 18px;
}

.header-right > ul.header-social-links > li > a:hover {
	color: #ed1c24;
}

.header-right > ul.header-social-links > li + li {
	margin-left: 15px;
}

.header-right > ul.header-social-links > li + li:before {
	display: none;
}

.header-right > ul > li span.current-language {
    display: inline-block;
    background: url(images/down@2x.png) no-repeat right center;
    background-size: 9px 8px;
    padding-right: 15px;
    vertical-align: middle;
    cursor: pointer;
    text-transform: capitalize;
}

.header-language-switcher {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 1;
}

.header-language-switcher > ul {
    display: none;
    position: absolute;
    width: 180px;
    background: #484848;
    left: -23px;
    top: 100%;
    z-index: 10;
    padding: 0;
    margin: 0;
    color: #FFF;
    margin-top: 6px;
}

.header-language-switcher > ul li {
    list-style: none;
    font-size: 12px;
}

.header-language-switcher > ul li + li {
    border-top: 1px solid #525252;
}

.header-language-switcher > ul li a,
.header-language-switcher > ul li span {
    display: block;
    padding: 1px 15px;
    text-decoration: none!important;
    color: #FFF;
}

.header-language-switcher > ul li a:hover {
    background-color: rgba(0,0,0,.1);
}

.header-search-form {
    position: relative;
    z-index: 1;
}

.header-search-form-holder {
    display: none;
    background: #484848;
    color: #c6c6c6;
    position: absolute;
    width: 365px;
    right: 0px;
    top: 0px;
    z-index: 5;
}

.header-search-form-holder input[type="text"] {
    background: none;
    border: none;
    border-bottom: 1px solid #c6c6c6;
    padding: 5px 30px 8px 0;
}

.header-search-form-holder .form-item {
    margin: 0;
    position: relative;
    z-index: 1;
}

.header-search-form-holder input[type="submit"] {
    background: url(images/search@2x.png) no-repeat center;
    background-size: 100%;
    width: 18px;
    height: 19px;
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 5px;
    z-index: 2;
    padding: 0;
    border: none;
    font-size: 0px;
    text-indent: -9999px;
}

.header-search-trigger {
    background: url(images/search@2x.png) no-repeat center;
    background-size: 100%;
    width: 18px;
    height: 19px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

.header-bottom {
    background: #ed1c24;
    color: #FFF;
    position: relative;
    z-index: 1;
}

.header-bottom .container {
    position: relative;
    z-index: 1;
}

.header-bottom .navbar-nav > li {
    position: static;
}

.header-bottom .navbar-nav > li > ul,
.new-menu {
    background-color: #5b5b5b;
    width: 100%;
    text-align: right;
    padding-right: 15px;
    font-size: 0px;
}

.new-menu {
    padding-right: 0;
}

.header-bottom .navbar-nav > li > ul:before {
    content: '';
    width: 300%;
    height: 100%;
    background-color: #5b5b5b;
    z-index: -1;
    position: absolute;
    left: 50%;
    margin-left: -150%;
}

.header-bottom .navbar-nav > li > ul:after {
    content: '';
    width: 100%;
    height: 30px;
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: 1;
}

.header-bottom .navbar-nav > li > ul > li,
.new-menu ul li {
    display: inline-block;
    font-size: 16px;
}

.header-bottom .navbar-nav > li > ul > li > a {
    padding-top: 11px;
    padding-bottom: 11px;
    text-decoration: none;
}

.header-bottom .nav>li.current-menu-item > ul,
.header-bottom .nav>li.current-menu-ancestor > ul,
.header-bottom .nav>li.current-page-ancestor > ul {
    display: block;
}

.header-bottom .nav>li>ul>li>a:focus,
.header-bottom .nav>li>ul>li>a:hover,
.header-bottom .nav>li>ul>li:hover > a,
.header-bottom .nav>li>ul>li.current-menu-item > a,
.header-bottom .nav>li>ul>li.current-menu-ancestor > a,
.header-bottom .nav>li>ul>li.current-page-ancestor > a {
    background-color: rgba(0,0,0,.1);
}

.header-bottom .nav>li:hover ~ li > ul {
    display: none;
}

.header-bottom .navbar-nav {
    float: right;
}

.header-bottom .navbar-nav > li > ul > li + li {
    border-top: none;
}

.header-wrapper:not(.sticky-header) .header-bottom .navbar-nav > li > ul > li {
	position: relative;
}

.header-bottom .navbar-nav > li > ul > li > ul {
	position: absolute;
	display: none;
    width: 270px;
    padding: 0;
    margin: 0;
    left: 0px;
    top: 100%;
    z-index: 100;
    list-style: none;
	text-align: left;
	background-color: #484848;
	font-size: 0px;
}

.header-bottom .navbar-nav > li > ul > li:last-child > ul {
	left: auto;
	right: 0;
	text-align: right;
}

.sticky-header .header-bottom .navbar-nav > li > ul > li > ul {
	width: 100%;
	text-align: right;
	padding-right: 15px;
}

.sticky-header .header-bottom .navbar-nav > li > ul > li > ul:before {
    content: '';
    width: 300%;
    height: 100%;
    background-color: #484848;
    z-index: -1;
    position: absolute;
    left: 50%;
    margin-left: -150%;
}

.sticky-header .header-bottom .navbar-nav > li > ul > li > ul > li {
	display: inline-block;
	border: none!important;
}

.header-bottom .navbar-nav > li > ul > li > ul > li > a {
	color: #FFF;
    display: block;
    padding: 10px 25px;
    line-height: 20px;
	text-decoration: none!important;
}

.header-bottom .navbar-nav > li > ul > li > ul > li {
	font-size: 14px;
}

.header-bottom .navbar-nav > li > ul > li > ul > li + li {
    border-top: 1px solid #525252;
}

.header-bottom .navbar-nav > li > ul > li > ul > li:hover > a,
.header-bottom .navbar-nav > li > ul > li > ul > li.current-menu-item > a,
.header-bottom .navbar-nav > li > ul > li > ul > li.current-menu-ancestor > a {


	background-color: #565656;
}

.header-bottom .navbar-nav > li > ul > li:hover > ul,
.sticky-header .header-bottom .navbar-nav > li > ul > li.current-menu-item > ul,
.sticky-header .header-bottom .navbar-nav > li > ul > li.current-menu-parent > ul,
.sticky-header .header-bottom .navbar-nav > li > ul > li.current-menu-ancestor > ul {
	display: block;
}

.header-bottom .navbar-nav > li > ul > li > ul > li > ul {
	display: none;
}

.new-menu ul li a {
    padding: 6px 25px;
    line-height: 26px;
}

.new-menu ul li a span {
    padding: 0!important;
}

.new-menu ul li a span:after {
    display: none!important;
}

.new-menu ul li a:hover,
.new-menu ul li.current-menu-item > a {
    background-color: rgba(0,0,0,.1)!important;
/*    font-family: 'Gotham Book', sans-serif;*/
    font-weight: 400;
}

.header-top-sticky.sticky-header .header-bottom > .container {
    display: none;
}

/*
.header-top-sticky.sticky-header .logo {
    height: 86px;
    font-size: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.header-top-sticky.sticky-header .logo img {
    max-width: 196px;
}

.header-top-sticky.sticky-header .logo:after {
    border-top-width: 86px;
    border-right-width: 30px;
}

.header-top-sticky.sticky-header .logo span {
    letter-spacing: 1px;
    font-size: 12px;
}
*/

.header-bottom-sticky.sticky-header .header-top .navbar-nav,
.header-bottom-sticky.sticky-header .header-top .header-right {
    display: none;
}

/*
.header-bottom-sticky.sticky-header .logo {
    height: 108px;
    font-size: 50px;
    padding-top: 18px;
    padding-bottom: 18px;
}

.header-bottom-sticky.sticky-header .logo:after {
    border-top-width: 108px;
    border-right-width: 45px;
}

.header-bottom-sticky.sticky-header .logo span {
    letter-spacing: 4px;
    font-size: 14px;
}
*/

.homepage-hero-wrapper {
    position: relative;
    z-index: 1;
}

.homepage-hero {
    height: 900px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #FFF;
    position: relative;
    z-index: 1;
}

.homepage-hero:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    background: #000;
    opacity: 0.7;
}

.homepage-hero .text {
    position: absolute;
    width: 100%;
    top: 50%;
    z-index: 2;
    padding: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}

@media screen and (min-width: 768px) {
	.homepage-hero .hero-text-pos-right .text-inner {
		margin-left: auto;
		margin-right: 55px;
		text-align: right;
	}
	
	.homepage-hero .hero-text-pos-right .homepage-hero-video {
		right: auto;
		left: 15px;
	}
}

.homepage-hero .text-inner {
    max-width: 810px;
    margin-left: 55px;
    font-size: 20px;
    line-height: 2;
}

.homepage-hero .text-inner h2,
.homepage-hero .text-inner h1 {
    font-weight: 400;
    font-size: 70px;
    margin: 0 0 30px;
}

.homepage-hero .text-inner p {
    margin-bottom: 40px;
}

.homepage-hero .text-inner > *:last-child {
    margin-bottom: 0;
}

.homepage-slider .owl-nav .owl-prev,
.homepage-slider .owl-nav .owl-next,
.landing-page-slider .owl-nav .owl-prev,
.landing-page-slider .owl-nav .owl-next {
    width: 25px;
    height: 46px;
    opacity: 0.5;
    position: absolute;
    top: 50%;
    margin-top: -23px;
    text-indent: -9999px;
    font-size: 0px;
    z-index: 10;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.landing-page-slider .owl-nav .owl-prev,
.landing-page-slider .owl-nav .owl-next {
    margin-top: -38.6px;
}

.landing-page-slider .owl-nav .owl-prev.disabled,
.landing-page-slider .owl-nav .owl-next.disabled {
    display: none;
}

.homepage-slider .owl-nav .owl-prev:hover,
.homepage-slider .owl-nav .owl-next:hover,
.landing-page-slider .owl-nav .owl-prev:hover,
.landing-page-slider .owl-nav .owl-next:hover {
    opacity: 1;
}

.homepage-slider .owl-nav .owl-prev,
.landing-page-slider .owl-nav .owl-prev {
    left: 25px;
    background-image: url(images/prev@2x.png);
}

.homepage-slider .owl-nav .owl-next,
.landing-page-slider .owl-nav .owl-next {
    right: 25px;
    background-image: url(images/next@2x.png);
}

.button,
a#applyFilterOptions,
div.mktoForm .mktoButtonWrap.mktoShinyBlue .mktoButton,
form.mktoForm .mktoButtonWrap.mktoShinyBlue .mktoButton,
.w2lsubmit input[type="submit"],
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    display: inline-block;
    text-align: center;
/*    font-family:'Gotham Medium';*/
    text-transform: uppercase;
    font-weight: 500;
    background: #000;
    text-decoration: none!important;
    padding: 15px 30px;
    line-height: 20px;
    font-size: 15px;
    border: none;
    color: #FFF;
    transition: color .2s ease-in-out, background-color .2s ease-in-out;
    border-radius: 0;
    box-shadow: none;
    vertical-align: middle;
    text-shadow: none;
}

.button:hover,
a#applyFilterOptions:hover,
div.mktoForm .mktoButtonWrap.mktoShinyBlue .mktoButton:hover,
form.mktoForm .mktoButtonWrap.mktoShinyBlue .mktoButton:hover,
.w2lsubmit input[type="submit"]:hover,
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #ed1c24;
    color: #FFF;
}

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
	background-color: #000;
}

div.mktoForm .mktoButtonWrap.mktoShinyBlue .mktoButton,
form.mktoForm .mktoButtonWrap.mktoShinyBlue .mktoButton{
    width: auto;
}

div.mktoForm .mktoButtonWrap.mktoShinyBlue .mktoButton:hover,
div.mktoForm .mktoButtonWrap.mktoShinyBlue .mktoButton:focus,
div.mktoForm .mktoButtonWrap.mktoShinyBlue .mktoButton:active,
form.mktoForm .mktoButtonWrap.mktoShinyBlue .mktoButton:hover,
form.mktoForm .mktoButtonWrap.mktoShinyBlue .mktoButton:focus,
form.mktoForm .mktoButtonWrap.mktoShinyBlue .mktoButton:active{
    background-image: none;
    border: none!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}

.button:after,
div.mktoForm .mktoButtonWrap.mktoShinyBlue .mktoButton:after,
form.mktoForm .mktoButtonWrap.mktoShinyBlue .mktoButton:after{
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 12px;
    vertical-align: -1px;
    /*display: inline-block;
    background: url(images/right@2x.png) no-repeat center;
    background-size: 100%;
    width: 7px;
    height: 12px;
    margin-left: 12px;
    vertical-align: -1px;*/
}

#applyFilterOptions:after {
    display: none;
}

.button-white {
    background-color: #FFF;
    color: #000;
}

.button-red {
    background-color: #ed1c24;
    color: #FFF;
}

.button-red:hover {
    background-color: #e2181f;
}

.homepage-hero-blocks {
/*
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 10;
    background: rgba(0,0,0,.4);
    color: #FFF;
    overflow: hidden;
*/
	color: #FFF;
	background-color: #53575a;
	margin: 0 0 50px;
}

.homepage-hero-block {
    float: left;
    width: 33.3333%;
    text-align: center;
    transition: color .2s ease-in-out, background-color .2s ease-in-out;
    -webkit-transform:skew(-20deg);
    -moz-transform:skew(-20deg);
    transform:skew(-20deg);
/*    font-family:'Gotham Light', sans-serif;*/
    font-weight: 300;
}

.homepage-hero-block-inner {
    -webkit-transform:skew(20deg);
    -moz-transform:skew(20deg);
    transform:skew(20deg);
    padding: 35px 65px;
    display: block;
    text-decoration: none!important;
    color: #FFF!important;
}

.homepage-hero-block:hover {
    background: rgba(141,141,141,.23);
}

.homepage-hero-block .icon {
    margin: 0 0 15px;
}

.homepage-hero-block .icon img {
    max-height: 56px;
    margin: 0 auto;
}

.homepage-hero-block h3 {
    font-size: 40px;
/*    font-family:'Gotham Light', sans-serif;*/
    margin: 0 0 20px;
    font-weight: 400;
}

.homepage-hero-block p {
    margin-bottom: 15px;
}

.homepage-hero-block p:last-child {
    margin-bottom: 0;
}

.homepage-hero-block .hp-block-fake-link {
    font-size: 15px;
    display: inline-block;
    text-transform: uppercase;
/*    font-family:'Gotham Medium';*/
    font-weight: 500;
    letter-spacing: 1px;
    /*background: url(images/right@2x.png) no-repeat right center;
    background-size: 7px 12px;
    padding-right: 15px;*/
    color: #FFF;
    position: relative;
    top: 100px;
    transition: all .3s ease-in-out;
}

.homepage-hero-block:hover .hp-block-fake-link {
    top: 0;
}

.homepage-hero-block .hp-block-fake-link:after {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 12px;
    vertical-align: -1px;
}

@media screen and (max-width: 991px) {
    .homepage-hero-block .hp-block-fake-link {
        top: 0;
    }
}

.homepage-hero-video {
	width: 778px;
	position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.homepage-hero .text .container {
	position: relative;
	z-index: 1;
}

.homepage-content-section {
    background: #f8f8f8;
    padding: 50px 0;
}

.homepage-testimonial {
    float: left;
    width: 48%;
}

.homepage-testimonial .image {
    float: left;
    width: 296px;
}

.homepage-testimonial .text {
    padding-left: 340px;
/*
    line-height: 1.8;
    padding-top: 58px;
*/
}

.homepage-testimonial .text h2 {
    font-size: 40px;
    font-weight: 300;
    margin: 0 0 30px;
}

.homepage-testimonial .text h2 span {
    color: #ed1c24;
}

.homepage-testimonial .text p {
    margin-bottom: 0;
}

.home-section-video {
    float: right;
    width: 50%;
}

input[type="reset"] {
	color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
	padding: 14.5px 30px;
	margin-left: 10px;
	text-transform: uppercase;
	font-weight: 500;
	vertical-align: bottom;
}

.wpcf7 .form-item label {
	margin-bottom: 5px;
}

@media screen and (min-width: 1890px) {
    .homepage-content-section .container {
        width: auto;
        max-width: 1920px;
        padding: 0;
    }
    
    .homepage-testimonial {
        width: 47%;
    }
    
    .homepage-testimonial .image {
        width: 412px;
    }
    
    .homepage-testimonial .text {
        padding-left: 462px;
    }
}

@media screen and (max-width: 1889px) {
    
    .homepage-testimonial .text h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }
    
    .homepage-testimonial .text {
        padding-left: 340px;
        font-size: 14px;
    }
    
    .homepage-testimonial .image {
        width: 320px;
    }
}

@media screen and (max-width: 1599px) {
    
    .homepage-testimonial .image {
        width: 250px;
    }
    
    .homepage-testimonial .text {
        padding-left: 270px;
        padding-top: 0;
        font-size: 14px;
    }
    
    .homepage-testimonial .text h2 {
        font-size: 36px;
        margin-bottom: 35px;
    }
    
    .homepage-testimonial {
        width: 53%;
    }
    
    .home-section-video {
        width: 45%;
    }
    
    .homepage-testimonial {
        width: auto;
        float: none;
    }
    
    .homepage-testimonial .image {
        width: 350px;
    }
    
    .homepage-testimonial .text {
        padding: 50px 0 0 390px;
        font-size: 16px;
        line-height: 1.8;
    }
    
    .home-section-video {
        float: none;
        width: auto;
        max-width: 1024px;
        margin: 50px auto 0;
    }
}

@media screen and (max-width: 1359px) {
    
    .homepage-content-section {
        padding: 50px 0;
        margin-bottom: 50px;
    }
    
    .homepage-testimonial .text h2 {
        font-size: 28px;
    }
    
    .homepage-testimonial .image {
        width: 320px;
    }
    
    .homepage-testimonial .text {
        padding-left: 350px;
        font-size: 15px;
        line-height: 1.6;
        padding-top: 40px;
    }
}

@media screen and (max-width: 1199px) {
    .homepage-testimonial {
        width: auto;
        float: none;
    }
    
    .homepage-testimonial .image {
        width: 260px;
    }
    
    .homepage-testimonial .text {
        padding: 0px 0 0 300px;
        font-size: 15px;
        line-height: 1.45;
    }
    
    .home-section-video {
        float: none;
        width: auto;
        margin-top: 25px;
    }
    
    .homepage-testimonial .text h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 991px) {
    .homepage-testimonial .image {
        width: 220px;
    }
    
    .homepage-testimonial .text {
        padding: 0px 0 0 240px;
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {    
    .homepage-testimonial .image {
        float: none;
        width: auto;
    }
    
    .homepage-testimonial .text {
        float: none;
        width: auto;
        padding: 15px 0 0;
    }
}

.iframe-containerContactEturbo {
    width: 100%;
}

.iframe-containerContactEturbo > iframe {
    width: 100%;
}

.iframe-containerEvent_Frankfurt {
    width: 100%;
}

@media screen and (max-width: 510px ) {
    .iframe-containerEvent_Frankfurt > iframe {
         height: 1000px;
    }
}

.ptt-with-ticker:before {
	opacity: 0.3!important;
}

.ptt-with-ticker .container {
	position: relative;
	z-index: 1;
}

.ptt-with-ticker .newsletter-section-right {
	color: #000;
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#homepage-updates {
    background: #f8f8f8;
    padding: 80px 0;
    margin-bottom: 80px;
}

.section-title {
    text-align: center;
    margin-bottom: 50px;
}

.section-title h3 {
    color: #ed1c24;
    font-size: 20px;
/*    font-family:'Gotham Medium', sans-serif;*/
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 30px;
}

.section-title h3:before {
    content: '|';
    margin-right: 20px;
}

.section-title h3:after {
    content: '|';
    margin-left: 20px;
}

.section-title h2 {
    font-size: 35px;
/*    font-family:'Gotham Medium', sans-serif;*/
    font-weight: 500;
    margin: 0 0 25px;
}

.section-title p {
    max-width: 580px;
    margin: 0 auto;
}

.homepage-news-list {
    margin: 0 -18px;
}

.homepage-news-item-wrapper {
    width: 33.3333%;
    padding: 0 18px;
    float: left;
}

.homepage-news-item-wrapper:nth-child(3n+1) {
    clear: both;
}

.news-page-item {
    background: #FFF;
    padding: 30px;
}

.news-page-item .image {
    margin: 0 0 20px;
}

.news-page-item .image a {
    display: block;
    position: relative;
    z-index: 1;
}

.news-page-item.format-video .image a:before {
    content: '';
    width: 60px;
    height: 60px;
    background: url(images/play@2x.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0.6;
    margin: -30px 0 0 -30px;
    transition: opacity .2s ease-in-out;
}

.news-page-item.format-video:hover .image a:before {
    opacity: 1;
}

.news-page-item .image img {
    width: 100%;
}

.news-item-date {
    color: #999999;
    text-transform: uppercase;
    margin: 0 0 10px;
/*    font-family:'Gotham Medium', sans-serif;*/
    font-weight: 500;
}

.rounded-image {
    float: right;
    margin-left: 20px;
    width: 100px;
}

.rounded-image img {
    border-radius: 50%;
    max-width: 100%;
}

/*
.news-page-item .text {
    min-height: 170px;
}
*/

.news-page-item .text h3 {
    font-size: 20px;
/*    font-family:'Gotham Medium', sans-serif;*/
    font-weight: 500;
    margin: 0 0 15px;
}

.news-page-item .text h3 a {
    color: #000;
}

.news-page-item .text p {
    margin: 0;
}

.homepage-news-section + .social-blocks {
    margin-top: 36px;
}

.social-blocks-nav {
    float: right;
    width: 33.3333%;
    padding: 0 18px;
    margin-top: 128px;
}

.social-blocks-nav ul {
    padding: 0;
    margin: 0;
}

.social-blocks-nav ul li {
    list-style: none;
    text-transform: uppercase;
    cursor: pointer;
    color: #777777;
    line-height: 30px;
    padding: 25px 32px;
    position: relative;
    z-index: 1;
}

.social-blocks-nav ul li + li {
    border-top: 1px solid #c5c5c5;
}

.social-blocks-nav ul li.active {
    color: #000;
/*    font-family:'Gotham Medium', sans-serif;*/
    font-weight: 500;
}

.social-blocks-nav ul li:after {
    content: '';
    position: absolute;
    right: 35px;
    top: 50%;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    z-index: 2;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.social-blocks-nav ul li[data-social="instagram"]:after {
    background-image: url(images/ig.png);
}

.social-blocks-nav ul li[data-social="facebook"]:after {
    background-image: url(images/fb.png);
}

.social-blocks-nav ul li[data-social="twitter"]:after {
    background-image: url(images/tw.png);
}

.social-blocks-nav ul li[data-social="linkedin"]:after {
    background-image: url(images/in.png);
}

.social-blocks-nav ul li[data-social="weibo"]:after {
    background-image: url(images/weibo.png);
}

.social-blocks-nav ul li[data-social="wechat"]:after {
    background-image: url(images/wechat.png);
}

.social-blocks-nav ul li:not(.active):after {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5;
}

/*.page-id-26 .social-blocks-nav ul li[data-social="linkedin"] {
    display: none;
}*/

.social-blocks-tabs {
    float: left;
    width: 66.6666%;
    padding: 0 18px;
}

.social-block-tab:not(.active) {
    display: none;
}

.general-block {
    background: #f8f8f8;
    margin-bottom: 50px;
}

#sb_instagram {
    max-width: none!important;
    width: auto!important;
}

/*
#sb_instagram .sb_instagram_header,
#sb_instagram #sbi_images {
    width: 50%!important;
    padding: 0 18px!important;
}
*/

#sb_instagram.sbi_col_1 #sbi_images .sbi_item {
    padding: 0!important;
    margin: 0!important;
    width: 48.414%!important;
    display: block;
    float: left;
}

#sb_instagram.sbi_col_1 #sbi_images .sbi_item + .sbi_item {
    float: right;
}

#sb_instagram .sbi_photo_wrap {
/*
    float: right;
    width: 48.414%;
*/
}

#sb_instagram .sbi_info {
    background: #FFF;
    padding: 30px;
    text-align: left!important;
    position: relative;
    z-index: 1;
}

/*
#sb_instagram .sbi_info:before {
    content: '';
    position: absolute;
    right: 30px;
    top: 30px;
    width: 24px;
    height: 24px;
    z-index: 2;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    background-image: url(images/ig.png);
}
*/

#sb_instagram .sbi_link {
    display: none!important;
}

#sb_instagram .sb_instagram_header a {
    color: #303030!important;
    text-decoration: none!important;
}

#sb_instagram .sbi_photo {
    height: 549.33px!important;
}

#sb_instagram .sbi_info a.sbi_header_link {
    display: block;
    color: #303030!important;
    text-decoration: none!important;
    border-bottom: 1px solid #c5c5c5!important;
    padding: 0 0 25px;
    margin: 0 0 25px;
    position: relative;
    z-index: 1;
}

.sbi_header_link:after,
.sbi_meta:after,
.ctf-tweets:after,
.cff-posts-wrap:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

#sb_instagram .sb_instagram_header {
    margin: 0!important;
}

#sb_instagram .sbi_header_text {
    padding-top: 14px;
    padding-left: 80px;
    min-height: 60px;
}

#sb_instagram .sbi_header_img {
    width: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0!important;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    border: 1px solid #c5c5c5;
}

#sb_instagram #sbi_images img {
    width: 100%;
    height: auto!important;
}

#sb_instagram .sbi_header_text h3 {
    margin: 0 0 2px!important;
    width: 100%;
    font-size: 16px;
}

#sb_instagram .sbi_header_text p {
    width: 100%;
    margin: 2px 0 0!important;
    font-size: 12px;
}

#sb_instagram .sbi_meta {
    border-top: 1px solid #c5c5c5;
    padding: 25px 0 0;
    margin: 25px 0 0;
}

#sb_instagram .sbi_info p.sbi_caption_wrap {
    padding: 0!important;
    line-height: 1.45;
    color: #000;
    height: 150px;
    overflow: auto;
}

#sb_instagram .sbi_meta span {
    font-size: 12px;
}

#sb_instagram .sbi_meta span.sbi_date {
    float: right;
    text-transform: uppercase;
    color: #999999;
/*    font-family:'Gotham Medium', sans-serif;*/
    font-weight: 500;
}

#ctf .ctf-item {
    float: left;
    width: 48.414%!important;
    clear: none!important;
    background: #FFF;
    padding: 30px;
    height: 440.33px!important;
    text-align: left!important;
    position: relative;
    z-index: 1;
    border: none!important;
    overflow: hidden;
}

#ctf .ctf-item + .ctf-item,
#cff .cff-item + .cff-item {
    float: right;
}

#ctf .ctf-header {
    background: #FFF;
    border: none!important;
    margin: 0 0 15px;
    padding: 10px 30px;
}

#ctf .ctf-action-count {
    line-height: 21px;
}

#cff .cff-item {
    float: left;
    width: 48.414%!important;
    clear: none!important;
    background: #FFF;
    padding: 30px!important;
    height: 549.33px!important;
    text-align: left!important;
    position: relative;
    z-index: 1;
    border: none!important;
    overflow: auto;
}

#cff .cff-author-img {
    border: 1px solid #c5c5c5;
    border-radius: 50%;
}

#cff .cff-author-img img {
    max-width: 100%;
    height: auto!important;
    border-radius: 50%;
}

.cff-media-wrap {
/*    max-width: 335px;*/
    margin-top: 15px;
}

/*
.general-block:last-child {
    margin-bottom: 0;
}
*/

.general-block .image {
    float: left;
    width: 54.07%;
    transform: translate(-92px, 50px);
}

.general-block .image img {
    width: 100%;
}

.general-block .image > a {
    display: block;
    position: relative;
    z-index: 1;
}

.general-block .text {
    float: right;
    width: 45%;
    padding-right: 145px;
    padding-top: 120px;
    padding-bottom: 45px;
    position: relative;
    z-index: 5;
}

.general-block .text h2,
.section-turbo-name-plate .text h2,
.installer-connect-block .text h2,
.diagnostic-section-block .text h2,
.contact-block-section .text h2,
.contact-form-section .text h2,
.section-html-content h2,
.page404-text h2,
.newsletter-news-section .text .h2 {
    font-size: 35px;
/*    font-family:'Gotham Medium', sans-serif;*/
    font-weight: 500;
    margin: 0 0 30px;
    letter-spacing: -0.7px;
}

.general-block .text > *,
.section-turbo-name-plate .text > *,
.installer-connect-block .text > *,
.diagnostic-section-block .text > *,
.contact-block-section .text > *,
.general-block-collapsed-text > *,
.section-html-content > * {
    margin-bottom: 30px;
}

.general-block .text > *:last-child,
.section-turbo-name-plate .text > *:last-child,
.installer-connect-block .text > *:last-child,
.diagnostic-section-block .text > *:last-child,
.contact-block-section .text > *:last-child,
.general-block-collapsed-text > *:last-child,
.section-html-content > *:last-child {
    margin-bottom: 0;
}

.general-block-collapsed-text {
    display: none;
}

.general-block .text ol li {
    margin-bottom: 10px;
}

.general-block > .container {
    position: relative;
    z-index: 1;
}

.general-block .container:before {
    content: '';
    width: 300%;
    height: 100%;
    position: absolute;
    left: 100%;
    margin-left: -20px;
    top: -40px;
    background: #ed1c24;
    z-index: 1;
    display: block;
    -webkit-transform:skew(-20deg);
    -moz-transform:skew(-20deg);
    transform:skew(-20deg);
    max-height: 700px;
}

.red-shape-removed .container:before {
    display: none;
}

.general-block.left-aligned-video .container:before {
    max-height: 500px;
}

.general-block.reversed {
    margin-top: 50px;
}

.general-block.reversed .text {
    float: left;
    padding-right: 0;
    padding-left: 150px;
}

.general-block.reversed .image {
    float: right;
    transform: translate(91px, -30px);
}

.general-block.reversed .container:before {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: -30px;
    top: 40px;
}

.general-block-elements {
    margin: 0 -30px;
}

.general-block-portrait-image-wrapper {
    float: left;
    width: 50%;
    padding: 0 30px;
}

.general-block-portrait-image {
    height: 500px;
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #FFF;
    text-align: center;
}

.general-block-portrait-image:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    background: #000;
    opacity: 0.6;
}

.general-block-portrait-image .gbpi-text {
    position: absolute;
    z-index: 2;
    padding: 0 30px;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.general-block-portrait-image .gbpi-text h3 {
    font-size: 30px;
    margin: 0 0 25px;
}

.general-block-portrait-image .gbpi-text p {
    margin-bottom: 55px;
}

.general-block-portrait-image .gbpi-text > *:last-child {
    margin-bottom: 0;
}

#homepage-power-section {
    padding: 80px 0;
}

.homepage-boosting-section {
    margin-bottom: 80px;
}

.homepage-boosting-section:last-child {
    margin-bottom: 0;
}

.homepage-boosting-section > .container.full-boosting-container {
    width: 100%;
    max-width: 1920px;
    padding: 0;
}

.homepage-boosting-items {
    margin: 0 -30px;
}

.homepage-boosting-item-wrapper {
    width: 50%;
    padding: 0 30px;
    float: left;
}

.boosting-items-3 .homepage-boosting-item-wrapper {
    width: 33.3333%;
}

.homepage-boosting-item {
    height: 400px;
    color: #FFF;
    text-align: center;
    position: relative;
    z-index: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.homepage-boosting-item:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    background: #000;
    opacity: 0.7;
}

.homepage-boosting-item .text {
    position: absolute;
    z-index: 2;
    padding: 0 30px;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.homepage-boosting-item .text h3 {
    font-size: 35px;
    margin: 0 0 25px;
}

.homepage-boosting-item .text p {
    margin-bottom: 55px;
}

.homepage-boosting-item .text > *:last-child {
    margin-bottom: 0;
}

#homepage-leaders {
    padding: 80px 0;
}

.homepage-leaders-red {
    background: #ed1c24;
    float: left;
    color: #FFF;
    width: 25%;
    height: 500px;
    position: relative;
    z-index: 1;
    text-align: center;
}

.homepage-leaders-black {
    background: #000;
    float: left;
    color: #FFF;
    width: 25%;
    height: 500px;
    position: relative;
    z-index: 1;
    text-align: center;
}

.homepage-leaders-image {
    float: left;
    height: 500px;
    width: 55.814%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-right: -5.814%;
}

.homepage-leaders-block-inner {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    padding: 0 40px;
    top: 50%;
    left: 0px;
    width: 100%;
}

.homepage-leaders-block-inner .icon {
    margin: 0 0 35px;
}

.homepage-leaders-block-inner .icon img {
    max-height: 82px;
    margin: 0 auto;
}

.homepage-leaders-block-inner h3,
.homepage-leaders-block-inner h2 {
    font-size: 30px;
/*    font-family:'Gotham Light';*/
    font-weight: 300;
    margin: 0 0 25px;
}

.homepage-leaders-block-inner p {
    margin: 0 0 25px;
}

.homepage-leaders-block-inner > *:last-child {
    margin-bottom: 0;
}

.homepage-leaders-block-inner a {
    font-size: 15px;
    display: inline-block;
    text-transform: uppercase;
/*    font-family:'Gotham Medium';*/
    font-weight: 500;
    letter-spacing: 1px;
    color: #FFF;
}

.homepage-leaders-block-inner a:after {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 12px;
    vertical-align: -1px;
}

.newsletter-section {
    background: url(images/newsletter.jpg) no-repeat center;
    background-size: cover;
    padding: 42px 0;
}

.newsletter-section-left {
    float: left;
    background: #FFF;
    background: rgba(255,255,255,.8);
    width: 74.419%;
    padding: 73.5px 50px;
}

.newsletter-text {
    text-align: center;
}

.newsletter-text h4 {
    font-size: 35px;
/*    font-family:'Gotham Medium';*/
    font-weight: 500;
    margin: 0 0 15px;
}

.newsletter-text p {
    margin: 0 0 25px;
}

.newsletter-text .button {
    font-size: 17px;
}

.newsletter-form {
    float: right;
    width: 52.587%;
}

.newsletter-form h4 {
    font-size: 16px;
/*    font-family:'Gotham Medium';*/
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 15px;
}

.newsletter-form .form-item {
    float: left;
    width: 72%;
    margin: 0;
    padding: 0;
}

.newsletter-form .form-item input {
    border: 2px solid #000;
    padding: 13px 15px;
}

.newsletter-form .form-actions {
    float: left;
    width: 28%;
    padding: 0;
    margin: 0;
}

.newsletter-form .form-actions .button {
    width: 100%;
}

.newsletter-terms {
    margin: 26px 0 0;
}

.newsletter-terms input,
.newsletter-cat input,
.vs-disclaimer-form .form-item input {
    display: none;
}

.newsletter-terms label,
.newsletter-cat label,
.vs-disclaimer-form .form-item label {
    font-weight: normal;
    margin: 0;
    display: block;
    padding-left: 30px;
    position: relative;
    z-index: 1;
}

.newsletter-terms label:before,
.newsletter-cat label:before,
.vs-disclaimer-form .form-item label:before {
    content: '';
    width: 17px;
    height: 17px;
    position: absolute;
    left: 0px;
    top: 1px;
    border: 1px solid #000;
    z-index: 1;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.newsletter-terms input:checked + label:before,
.newsletter-cat input:checked + label:before,
.vs-disclaimer-form .form-item input:checked + label:before {
    content: "\f00c";
}

.newsletter-terms label a {
    color: #000;
    text-decoration: underline;
}

.newsletter-terms label a:hover {
    color: #ed1c24;
    text-decoration: none;
}

.newsletter-section-right {
    float: right;
    background: #FFF;
    background: rgba(255,255,255,.8);
    width: 22.384%;
    padding: 30px 40px;
}

.contact-ir-section {
    padding: 80px 0;
}

.contact-ir-section .newsletter-section-left {
    padding: 0;
    background: none;
    width: 45%;
}

.contact-ir-section .newsletter-text {
    width: auto;
    float: none;
    margin-bottom: 40px;
}

.contact-ir-section .newsletter-text h4 {
    margin-bottom: 15px;
}

.contact-ir-section .newsletter-form {
    float: none;
    width: auto;
}

.contact-ir-section .newsletter-form-wrapper {
    max-width: 610px;
}

.newsletter-categories {
    margin-top: 50px;
}

.newsletter-cat {
    float: left;
}

.newsletter-cat + .newsletter-cat {
    margin-left: 40px;
}

.newsletter-cat label {
    font-size: 12px;
/*    font-family:'Gotham Medium';*/
    font-weight: 500;
}

.ir-contact-right {
    float: right;
    width: 50%;
}

.ir-contact-right h4 {
    font-size: 35px;
/*    font-family:'Gotham Medium';*/
    font-weight: 500;
    margin: 0 0 15px;
}

.ir-contact-person {
    margin: 45px 0 30px;
}

.contact-person-col {
    float: left;
    width: 50%;
    padding: 0 15px;
/*    font-family:'Gotham Medium';*/
    font-weight: 500;
    font-size: 18px;
}

.contact-person-col h5 {
    font-size: 24px;
/*    font-family:'Gotham Medium';*/
    font-weight: 500;
    margin: 0 0 5px;
}

.contact-person-col p {
    margin: 0 0 5px;
}

.contact-person-col p .fa {
    width: 32px;
}

.market-date {
    text-align: right;
/*    font-family:'Gotham Medium';*/
    font-weight: 500;
    margin: 0 0 12px;
}

.market-title {
    color: #696969;
    font-size: 20px;
/*    font-family:'Gotham Medium';*/
    font-weight: 500;
    line-height: 1.1;
}

.market-score {
    font-size: 55px;
/*    font-family:'Gotham Bold';*/
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 15px;
}

.market-info ul {
    float: left;
    width: 48%;
    padding: 0;
    margin: 0;
    list-style: none;
}

.market-info ul + ul {
    float: right;
    text-align: right;
}

.market-info ul li {
    text-transform: uppercase;
}

.market-info ul li + li {
    margin-top: 15px;
}

.footer {
    background: #f1f1f1;
    padding: 90px 0;
}

.footer-widgets {
    margin: 0 -15px;
}

.footer-widgets .widget {
    float: left;
    width: 20%;
    padding: 0 15px;
    margin-bottom: 40px;
}

@media screen and (min-width: 1600px) {
    .footer-widgets .widget:nth-child(5n+1) {
        clear: both;
    }
}

.footer-widgets .widget ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-widgets .widget ul li a {
    color: #000;
    font-size: 16px;
    display: inline-block;
}

.footer-widgets .widget ul.menu > li > a {
    font-size: 11px;
/*    font-family:'Gotham Bold';*/
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-widgets .widget ul.menu > li + li {
    margin-top: 29px;
}

.footer-widgets .widget ul.menu > li > ul {
    padding-top: 15px;
}

.footer-widgets .widget ul.menu > li > ul > li > a {
    padding: 5px 0;
    letter-spacing: -0.3px;
}

.footer-menu {
    text-align: center;
    margin: 0 0 15px;
    font-size: 14px;
}

.footer-menu ul {
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-menu ul li {
    float: left;
    text-transform: uppercase;
}

.footer-menu ul li + li:before {
    content: '|';
    margin: 0 15px;
}

.footer-menu ul li a {
    color: #000;
}

.footer-copyright {
    text-align: center;
    font-size: 14px;
}

.footer-copyright p {
    margin: 0;
    text-transform: uppercase;
}

.page-title-section {
/*
    max-width: 1920px;
    margin: 0 auto;
*/
}

.page-title-actions {
    position: absolute;
    right: 35px;
    bottom: 35px;
    font-size: 18px;
    z-index: 5;
}

.page-title-actions a {
    color: #FFF;
    display: inline-block;
}

.page-title-actions a + a {
    margin-left: 15px;
}

.page-title-text {
    float: left;
    width: 70%;
    height: 460px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFF;
    position: relative;
    z-index: 1;
}

.full-width-page-title-text {
    float: none;
    width: auto;
}

.page-title-text:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    background: #000;
    opacity: 0.7;
}

.content-page-inner {
    position: absolute;
    width: 100%;
    top: 50%;
    z-index: 5;
    padding: 0 90px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}

.content-page-inner h1,
.content-page-inner .h1,
.content-page-inner h2 {
    font-size: 45px;
    margin: 0;
}

.page-title-stock-block {
    float: right;
    width: 30%;
    height: 460px;
    background: url(images/stock.jpg) no-repeat center top;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding-top: 150px;
}

.page-title-stock-block:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    background: #000;
    opacity: 0.58;
}

.newco-stock-block {
    max-width: 285px;
    margin: 0 auto;
    color: #FFF;
    position: relative;
    z-index: 2;
}

.newco-stock-block .market-title {
    color: #FFF;
}

.stock-detailed-link {
    border-top: 1px solid #686e72;
    text-align: center;
    padding-top: 25px;
    margin-top: 25px;
}

.stock-detailed-link a {
    font-size: 15px;
    text-transform: uppercase;
    color: #FFF;
/*    font-family:'Gotham Medium';*/
    font-weight: 500;
}

.stock-detailed-link a:after {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 12px;
    vertical-align: -1px;
}

.page-title-text.full-width {
    float: none;
    width: 100%;
    height: 350px;
}

.page-title-text.full-width .content-page-inner {
    padding: 0;
}

.content-page-inner .text {
    font-size: 18px;
    line-height: 1.6;
}

.content-page-inner .text h1,
.content-page-inner .text .h1,
.content-page-inner .text h2 {
    max-width: 1160px;
}

.content-page-inner .text p {
    margin: 20px 0 0;
    max-width: 900px;
}

.breadcrumbs {
    background: #2c2c2c;
    color: #c6c6c6;
    text-transform: uppercase;
    font-size: 12px;
    padding: 13px 0;
    position: relative;
    z-index: 2;
}

.breadcrumbs a {
    color: #c6c6c6;
}

.breadcrumbs strong {
    font-weight: normal;
    color: #c6c6c6;
}

.breadcrumbs .container {
    position: relative;
    z-index: 1;
}

.breadcrumbs-main {
    margin-right: 540px;
}

.breadcrumbs-search {
    width: 490px;
    position: absolute;
    right: 15px;
    bottom: -2px;
    z-index: 1;
}

.breadcrumbs-search .form-item {
    margin: 0;
    position: relative;
    z-index: 1;
    font-size: 16px;
    padding-right: 30px;
}

.br-search-form-advanced {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    font-size: 20px;
}

.br-search-form-advanced .fa-times {
    display: none;
}

.br-search-form-advanced.active .fa {
    display: none;
}

.br-search-form-advanced.active .fa-times {
    display: inline-block;
}

.br-search-form-popup {
    background: #2c2c2c;
    position: absolute;
    width: 100%;
    padding: 15px;
    margin: 0;
    z-index: 100;
    display: none;
}

.br-search-form-popup.search-results-filters ul li {
    width: 50%;
    text-transform: none;
    font-size: 14px;
    margin: 12px 0 0;
}

.br-search-form-popup.search-results-filters ul li:nth-child(1),
.br-search-form-popup.search-results-filters ul li:nth-child(2) {
    margin-top: 0;
}

.br-search-form-popup.search-results-filters ul li:nth-child(2n+1) {
    clear: both;
}

.br-search-form-popup.search-results-filters ul li label {
    padding-left: 30px;
}

.br-search-form-popup.search-results-filters ul li label:before {
    width: 20px;
    height: 18px;
    top: 2px;
    line-height: 16px;
}

.breadcrumbs-search input[type="text"] {
    background: none;
    border: none;
    border-bottom: 1px solid #c6c6c6;
    color: #c6c6c6;
    padding: 5px 40px 5px 0;
}

.breadcrumbs-search input[type="submit"] {
    background: url(images/search2@2x.png) no-repeat center;
    background-size: 100%;
    width: 18px;
    height: 19px;
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 5px;
    z-index: 2;
    padding: 0;
    border: none;
    font-size: 0px;
    text-indent: -9999px;
}

.videoWrapper,
.video-player-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
    z-index: 1;
}

.videoWrapper iframe,
.video-player-wrapper video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.youtube-player-cover {
    background-position: center;
    background-size: cover;
    cursor: pointer;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
}

.youtube-player-wrapper {
    position: relative;
    z-index: 1;
}

.youtube-player-wrapper + .youtube-player-wrapper {
    margin-top: 30px;
}

.youtube-player-cover:before,
.play-overlay:before {
    content: '';
    width: 120px;
    height: 120px;
    background: url(images/play@2x.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0.6;
    margin: -60px 0 0 -60px;
    transition: opacity .2s ease-in-out;
    z-index: 2;
}

.play-overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 2;
    display: none!important;
}

.general-block:hover .youtube-player-cover:before,
.general-block:hover .play-overlay:before{
    opacity: 1;
}

.youtube-player-cover:after {
    content: '';
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #000;
    left: 0px;
    top: 0px;
    opacity: 0.3;
    position: absolute;
}

.video-playing .youtube-player-cover {
    display: none;
}

.gallery-section-wrapper {
    max-width: 1920px;
    overflow: hidden;
    margin: 0 auto;
}

.gallery-section-list {
    margin: 0 -30px;
}

.gallery-section-item {
    float: left;
    width: 25%;
    padding: 0 30px;
    margin-bottom: 60px;
}

.gallery-section-item img {
    width: 100%;
}

.gallery-section-item:nth-child(4n+1) {
	clear: both;
}

.gallery-section-actions {
    text-align: center;
    margin-bottom: 60px;
}

.main-page-wrapper {
    padding: 50px 0;
}

.general-block.full-image-block .image {
    transform: translate(-92px, 0);
    width: 67%;
}

.general-block.full-image-block .image img {
    width: 100%;
}

.general-block.full-image-block .text {
    width: 33%;
    padding-right: 0;
    transform: translateX(-80px);
}

.general-block.full-image-block .container:before {
    background: #f8f8f8;
    top: 0;
    left: 63%;
    margin-left: -130px;
    height: 100.5%;
    max-height: none;
}

/*
.general-block:not(.full-image-block) + .general-block.reversed:not(.gb-same-level) {
    margin-top: 160px;
}
*/

.general-block.reversed.shape-on-image .text {
    transform: none;
    padding-left: 0;
    width: 42%;
}

.general-block.reversed.shape-on-image .image {
    width: 58%;
    transform: translate(91px, 75px);
}

.general-block.reversed.shape-on-image .container:before {
    top: 75px;
    left: 100%;
    margin-right: 0;
    margin-left: -70px;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    width: 28px;
    height: 66px;
    background: #000;
    background: rgba(0,0,0,.8);
    text-align: center;
    color: #FFF;
    position: absolute;
    top: 50%;
    margin-top: -33px;
    z-index: 10;
    font-size: 18px;
    line-height: 66px;
}

.owl-nav .owl-prev {
    left: 0;
}

.owl-nav .owl-next {
    right: 0;
}

.homepage-leaders-section {
    margin-bottom: 80px;
}

.homepage-leaders-section + .general-block.reversed {
    margin-top: 140px;
}

.general-block.full-image-block.reversed .text {
    transform: none;
    padding-left: 0;
    width: 46%;
}

.general-block.full-image-block.reversed .image {
    width: 65.407%;
    transform: none;
    margin-right: -13.407%;
}

.general-block.full-image-block.reversed .container:before {
    right: 50%;
    left: auto;
}

.general-block-square-image .container:before {
    display: none;
}

.page-id-331 .general-block-square-image .container:before {
    display: block;
    right: 100%;
    left: auto;
    margin-left: auto;
    margin-right: -40px;
}

.page-id-331 .general-block-square-image .text {
    padding-left: 140px;
}

.general-block-square-image .text {
    float: left;
    padding-right: 0;
    width: 58%;
}

.general-block-square-image .image {
    transform: none;
    width: 38%;
    float: right;
}

.general-block-square-image .image img {
    width: auto;
    margin: 0 auto;
}

.section-with-icons {
    background: #f7f7f7;
    padding: 50px 0;
    margin-bottom: 50px;
}

.section-with-icons:last-child {
    margin-bottom: 0;
}

.section-with-icons .section-title p {
    max-width: 725px;
}

.section-title .text > *:last-child {
	margin-bottom: 0;
}

.section-icons-list-wrapper {
    margin: 0 -10px;
    font-size: 0px;
    text-align: center;
}

.section-icon-item-wrapper {
    display: inline-block;
    width: 16.6666%;
    padding: 0 10px;
    font-size: 16px;
    vertical-align: top;
}

.section-icons-5 .section-icon-item-wrapper{
    width: 20%;
}

.section-icons-3 .section-icon-item-wrapper,
.section-icons-4 .section-icon-item-wrapper{
    width: 25%;
}

.section-icons-2 .section-icon-item-wrapper {
    width: 40%;
}

.section-icon-item {
    background: #FFF;
    padding: 60px 20px 60px;
    text-align: center;
    box-shadow: 0px 3px 20px rgba(0,0,0,.1);
}

.section-icon-item .image {
    margin: 0 0 25px;
}

.section-icon-item .image img {
    max-height: 86px;
    margin: 0 auto;
}

.section-icon-item h4 {
/*    font-family:'Gotham Medium';*/
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0;
    color: #ed1c24;
    line-height: 1.2;
    min-height: 42px;
}

.section-icon-item p {
    margin: 5px 0 0;
}

.section-icon-item .icon-text {
    min-height: 46px;
}

.section-icon-item .icon-text.with-desc {
    min-height: 112px;
}

.general-block.reversed.without-red-shape .container:before {
    display: none;
}

.general-block.reversed.without-red-shape .text {
    padding-left: 0;
}

.general-block.reversed.without-red-shape .image {
    transform: translate(91px, 0);
    margin-top: 75px;
    margin-bottom: 75px;
}

.section-features {
    margin: 0 0 80px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.section-features > .container:before {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: -30px;
}

.section-features .text {
    position: relative;
    z-index: 2;
}

.section-features .text-inner {
    position: relative;
    z-index: 1;
}

.section-features .text-inner-inside {
    position: relative;
    z-index: 2;
}

.section-features .text h2 {
    font-size: 35px;
/*    font-family: 'Gotham Medium';*/
    font-weight: 500;
    margin: 0 0 40px;
    letter-spacing: -0.7px;
}

.section-features .top-text {
}

.section-features-list {
    padding-top: 15px;
}

.section-features-list ul {
    padding: 0;
    margin: 0;
}

.section-features-list ul li {
    list-style: none;
    text-transform: uppercase;
/*    font-family: 'Gotham Medium';*/
    font-weight: 500;
    font-size: 16px;
    position: relative;
    z-index: 1;
    padding-left: 85px;
    min-height: 30px;
}

.section-features-list ul li .desc {
    text-transform: none;
    display: block;
    font-size: 13px;
/*    font-family: 'Gotham Book';*/
    color: #000;
    font-weight: normal;
}

.section-features-list ul li .img {
    background-color: #FFF;
    width: 60px;
    height: 60px;
    display: block;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -30px;
    z-index: 2;
    border-radius: 50%;
}

.section-features-list ul li + li {
    margin-top: 35px;
}

.section-features-v2 .section-features-list ul li {
    font-size: 13px;
/*    color: #ed1c24;*/
    font-weight: 700;
}

.section-features-v2 .text {
    width: 45%;
}

.section-features-v2 .image {
    max-width: 820px;
}

.section-features:last-child {
    margin-bottom: 0;
}

.large-blocks-slider-section {
    max-width: 1920px;
    margin: 0 auto 50px;
    overflow: hidden;
}

.large-blocks-slider-section:last-child {
    margin-bottom: 0;
}

.large-blocks-slider .general-block {
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
    margin-top: 0!important;
}

.large-blocks-slider .owl-item {
    overflow: hidden;
}

.large-blocks-slider:not(.large-blocks-tabs):after {
    content: '';
    width: 300%;
    height: 100%;
    position: absolute;
    left: 100%;
    margin-left: -150px;
    top: 75px;
    background: #ed1c24;
    z-index: 1;
    display: block;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    transform: skew(-20deg);
}

.left-aligned-video + .section-title,
.left-aligned-image:not(.gb-same-level) + .section-title,
.left-aligned-image + .general-block-square-image,
.left-aligned-video + .section-with-icons,
.left-aligned-video + .general-block-square-image {
    margin-top: 160px;
}

.tabs-titles-wrapper {
    background: #000;
    position: relative;
    z-index: 10;
}

.tabs-titles-wrapper ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.tabs-titles-wrapper ul li {
    float: left;
    width: 245px;
    color: #FFF;
    opacity: 0.5;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    line-height: 1.3;
    padding: 12px 5px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.tabs-titles-wrapper ul li:hover {
    opacity: 1;
}

.tabs-titles-wrapper ul li.active {
    background: #ed1c24;
    opacity: 1;
/*    font-family: 'Gotham Medium';*/
    font-weight: 500;
}

.tabs-titles-wrapper ul li.active:after {
    content: "\f107";
    position: absolute;
    width: 100%;
    height: 26px;
    left: 0px;
    top: 100%;
    margin-top: -1px;
    background: #ed1c24;
    z-index: 2;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.general-block .text .button + .button {
    margin-left: 30px;
}

.video-full-block {
    margin-bottom: 80px;
    position: relative;
    z-index: 1;
    padding: 85px 0;
    overflow: hidden;
}

.blur-bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -o-filter: blur(15px);
    -ms-filter: blur(15px);
    filter: blur(15px);
}

.video-full-item {
    max-width: 1280px;
    margin: 0 auto;
}

.distributor-locator-section {
    background: #f8f8f8;
    margin: 0 0 80px;
    padding: 125px 0 70px;
    position: relative;
    z-index: 1;
}

.distributor-locator-section-main {
    max-width: 510px;
    margin-left: 310px;
}

.distributor-locator-left {
    background: #ed1c24;
    width: 250px;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    z-index: 1;
    color: #FFF;
    text-align: center;
    font-size: 86px;
    overflow: hidden;
}

.distributor-locator-left:before {
    content: '';
    background: #e21d25;
    position: absolute;
    right: 50%;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transform:skew(-29deg);
    -moz-transform:skew(-29deg);
    transform:skew(-29deg);
}

.distributor-locator-left .fa,
.distributor-locator-left .fas {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.distributor-locator-section-main .text,
.find-turbo-form .text {
    margin: 0 0 60px;
/*    font-family: 'Gotham Medium', sans-serif;*/
	font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 20px;
    font-weight: 500;
}

body .ssf-main-content {
	font-family: "Gotham A", "Gotham B", sans-serif!important;
}

.distributor-locator-section-main h2,
.find-turbo-form .text h2,
.distributor-search-results-section h2 {
    font-size: 35px;
/*    font-family: 'Gotham Medium', sans-serif;*/
    font-weight: 500;
    margin: 0 0 30px;
    letter-spacing: -0.7px;
}

.find-turbo-form h2 span,
.distributor-search-results-section h2 span {
    color: #ed1c24;
}

.find-turbo-form strong {
    text-transform: uppercase;
    color: #ed1c24;
}

.distributor-locator-section-main .text > *:last-child,
.find-turbo-form .text > *:last-child {
    margin-bottom: 0;
}

.distributor-locator-section-main .text2 {
    margin: 60px 0 0;
/*    font-family: 'Gotham Bold', sans-serif;*/
    font-weight: 700;
    font-size: 14px;
    text-align: center;
}

.distributor-locator-form .form-item,
.find-turbo-form .form-item {
    margin: 0 0 30px;
	position: relative;
}

.distributor-locator-form .form-actions,
.find-turbo-form .form-actions {
    text-align: center;
}

.find-turbo-form .ajax-loading-form-item {
    opacity: 0;
    visibility: hidden;
}

.find-turbo-form.loading .text + .form-item {
    position: relative;
    z-index: 1;
}

.find-turbo-form.loading .text + .form-item:before,
.distributor-locator-form .form-item.loading:before {
    content: '';
    width: 30px;
    height: 30px;
    background: url(images/loading.svg) no-repeat center;
    background-size: 100%;
    background-position: center;
    position: absolute;
    left: 0px;
    top: 100%;
    margin-top: 5px;
    z-index: 2;
}

.distributor-locator-form .form-item.loading:before {
	top: 0;
}

.find-turbo-form-tab {
    display: none;
}

.find-turbo-form-tab.active {
    display: block;
}

.distributor-map-block {
    background: #52575a;
    width: 3000%;
    position: absolute;
    left: 60%;
    top: -40px;
    z-index: 1;
    height: 100%;
    -webkit-transform:skew(-20deg);
    -moz-transform:skew(-20deg);
    transform:skew(-20deg);
    overflow: hidden;
}

.distributor-map-block:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: url(images/map.png) no-repeat left center;
    -webkit-transform:skew(20deg);
    -moz-transform:skew(20deg);
    transform:skew(20deg);
}

.section-title + .find-turbo-section-wrapper {
    margin-top: 80px;
}

.find-turbo-section-wrapper {
    background: #f8f8f8;
    margin: 0 0 50px;
    position: relative;
    z-index: 1;
}

.find-turbo-section-inner {
    position: relative;
    z-index: 1;
    max-width: 1920px;
    margin: 0 auto;
    padding: 125px 0 35px;
}

.find-turbo-categories {
    width: 250px;
    background: #000;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    height: 100%;
}

.find-turbo-categories ul {
    padding: 0;
    margin: 0;
    width: 100%;
    left: 0px;
    bottom: 0px;
    z-index: 1;
    list-style: none;
    position: absolute;
}

.find-turbo-categories ul li {
    font-size: 0px;
    height: 160px;
    position: relative;
    z-index: 1;
    color: #FFF;
    cursor: pointer;
}

.find-turbo-categories ul li span {
    width: 70px;
    height: 70px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -45px 0 0 -35px;
    z-index: 1;
    opacity: 0.5;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.find-turbo-categories ul li span.find-turbo-Vehicle {
    background-image: url(images/type1@2x.png);
}

.find-turbo-categories ul li span.find-turbo-Engine {
    background-image: url(images/type2@2x.png);
}

.find-turbo-categories ul li span.find-turbo-Turbo {
    background-image: url(images/type3@2x.png);
}

.find-turbo-categories ul li em {
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    position: absolute;
    width: 100%;
    left: 0;
    padding: 0 15px;
    top: 50%;
    margin-top: 30px;
    z-index: 1;
    text-align: center;
}

.find-turbo-categories ul li.active {
    background: #ed1c24;
}

.find-turbo-categories ul li.active span {
    opacity: 1;
}

.find-turbo-categories ul li.active:after {
    content: "\f105";
    width: 31px;
    height: 100%;
    background: #ed1c24;
    position: absolute;
    left: 100%;
    margin-left: -1px;
    top: 0;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    line-height: 160px;
}

.find-turbo-form {
    max-width: 510px;
    margin-left: 310px;
}

.find-turbo-image-block {
    background: #52575a;
    width: 3000%;
    position: absolute;
    left: 60%;
    top: -40px;
    z-index: 1;
    height: 100%;
    -webkit-transform:skew(-20deg);
    -moz-transform:skew(-20deg);
    transform:skew(-20deg);
    overflow: hidden;
}

.find-turbo-image-block span {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-repeat: no-repeat;
    background-position: left center;
    -webkit-transform:skew(20deg);
    -moz-transform:skew(20deg);
    transform:skew(20deg);
    margin-left: -110px;
}

.find-turbo-advanced {
    margin-top: 45px;
    text-align: center;
}

.find-turbo-advanced a {
/*    font-family: 'Gotham Medium', sans-serif;*/
    font-weight: 500;
    display: inline-block;
    text-transform: uppercase;
    font-size: 15px;
    color: #000;
    background: url(images/advanced@2x.png) no-repeat left center;
    background-size: 25px 25px;
    padding: 3px 0 3px 40px;
}

.find-turbo-form .text2 {
    font-size: 12px;
    text-align: center;
    margin-top: 45px;
}

.find-turbo-form .text2 p {
    margin: 0;
}

.fpt-part-number-item {
    position: relative;
    padding-right: 120px;
}

.fpt-part-number-item .button {
    position: absolute;
    right: 0;
    top: 0;
    padding: 9px 5px;
    width: 120px;
	white-space: nowrap;
	overflow: hidden;
}

.fpt-part-number-item .button:disabled {
    opacity: 0.5;
    background-color: #000!important;
}

.fpt-part-number-item ul {
    position: absolute;
    width: 100%;
    width: calc(100% - 120px);
    background: #FFF;
    padding: 0;
    margin: 0;
    left: 0;
    top: 100%;
    border: 1px solid #eee;
    list-style: none;
    z-index: 20;
    max-height: 240px;
    overflow: auto;
}

.fpt-part-number-item ul li {
    cursor: pointer;
    padding: 3px 15px;
    font-size: 14px;
}

.fpt-part-number-item ul li:hover {
    background-color: #ed1c24;
    color: #FFF;
}

.fpt-part-number-item ul li strong {
    color: inherit;
}

.fpt-part-number-item .error {
    color: #ed1c24;
    font-size: 12px;
    padding: 5px 0 0;
}

.search-part-number-top-tabs {
    margin: 0 0 20px;
}

.search-part-number-top-tabs ul {
    padding: 0;
    margin: 0;
    list-style: none;
    border: 1px solid #303030;
/*    font-family: 'Gotham Medium', sans-serif;*/
    font-weight: 500;
    font-size: 15px;
}

.search-part-number-top-tabs ul li {
    float: left;
    cursor: pointer;
    padding: 5px 15px;
    border-left: 1px solid #303030;
    width: 33.3333%;
    text-align: center;
    min-height: 52px;
}

.search-part-number-top-tabs ul li:first-child {
    border-left: none;
}

.search-part-number-top-tabs ul li.active {
    background: #303030;
    color: #FFF;
}

.find-turbo-form-tab[data-type="turbo"] .form-item {
    display: none;
    min-height: 82px;
}

.find-turbo-form-tab[data-type="turbo"] .form-item.active {
    display: block;
}

.turbo-products-section {
    background: #f8f8f8;
    padding: 80px 0;
    margin: 0 0 80px;
}

.turbo-products-filters {
    max-width: 1110px;
    margin: 0 auto 40px;
}

.turbo-products-filters .form-row {
    margin: 0 -15px 45px;
}

.turbo-products-filters .form-row > div {
    float: left;
    padding: 0 15px;
    width: 33.3333%;
}

.turbo-products-filters .form-row > div select,
.turbo-products-filters .form-row > div input {
    width: 150px;
}

.turbo-products-filters .form-row > div label {
    font-weight: normal;
/*    font-family: 'Gotham Medium', sans-serif;*/
    font-weight: 500;
    margin: 0 15px 0 0;
}

.turbo-products-filters .form-row > div > span {
    margin: 0 15px;
}

.turbo-series-filter {
    font-size: 0px;
    text-align: center;
}

.turbo-series-filter ul {
    padding: 0;
    margin: 0;
    display: inline-block;;
    list-style: none;
}

.turbo-series-filter ul li {
    float: left;
    font-size: 18px;
    text-transform: uppercase;
    color: #444444;
    cursor: pointer;
}

.turbo-series-filter ul li:hover {
    color: #000;
}

.turbo-series-filter ul li + li {
    margin-left: 100px;
}

.turbo-series-filter ul li.active {
/*    font-family: 'Gotham Medium', sans-serif;*/
    font-weight: 500;
    text-decoration: underline;
    color: #000;
}

.turbo-products-carousel {
    margin: 0 -30px;
}

.product-turbocharger {
    padding: 0 30px;
    text-align: center;
    float: left;
    width: 20%;
    margin: 0 0 30px;
}

@media screen and (min-width: 1200px) {
    .product-turbocharger:nth-child(5n+1) {
        clear: both;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .product-turbocharger:nth-child(4n+1) {
        clear: both;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .product-turbocharger:nth-child(3n+1) {
        clear: both;
    }
}

.product-turbocharger .image {
    margin: 0 0 20px;
}

.product-turbocharger .image img {
    width: 100%;
}

.product-turbocharger h3 {
    margin: 0 0 5px;
    font-size: 18px;
/*    font-family: 'Gotham Medium', sans-serif;*/
    font-weight: 500;
}

.product-turbocharger h3 a {
    color: #000;
}

.product-turbocharger p {
    margin: 0;
}

.owl-nav .owl-prev.disabled,
.owl-nav .owl-next.disabled {
    opacity: 0.5;
}

.carousel-no-results {
    padding: 30px 0;
    text-align: center;
    display: none;
    font-size: 18px;
}

.section-more-about {
    background: #f8f8f8;
    padding: 50px 0;
    margin: 0 0 50px;
}

.left-aligned-image + .section-more-about {
    margin-top: 120px;
}

.section-more-about-list-wrapper {
    margin: 0 -30px;
}

.section-more-about-list-wrapper.section-more-about-5 {
    margin: 0 -15px;
}

.section-more-about-list-wrapper.section-more-about-5 .section-more-about-item-wrapper {
    width: 20%;
    padding: 0 15px;
}

.section-more-about-item-wrapper {
    float: left;
    width: 25%;
    padding: 0 30px;
}

.section-more-about-item {
    background: #000;
    display: block;
    text-align: center;
    color: #FFF!important;
    text-decoration: none!important;
    padding: 45px 15px;
    position: relative;
    min-height: 300px;
}

.section-more-about-item:hover .image {
    top: -10px;    
}

.section-more-about-item-wrapper:nth-child(2n) .section-more-about-item {
    background-color: #ed1c24;
}

.section-more-about-item .image {
    margin: 0 0 35px;
    position: relative;
    z-index: 1;
    top: 0;
    transition: all .3s ease-in-out;
}

#header-stock-link {
    cursor: pointer;
}

.section-more-about-item .image img {
    max-width: 141px;
    margin: 0 auto;
}

.section-more-about-item h3 {
/*    font-family: 'Gotham Medium', sans-serif;*/
    font-weight: 500;
    font-size: 18px;
    margin: 0 0 15px;
    text-transform: uppercase;
}

/*
.section-more-about-item:after {
    content: "\f105";
    width: 100%;
    height: 30px;
    position: absolute;
    left: 0;
    bottom: 25px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    line-height: 30px;
}
*/

.section-turbo-name-plate {
    background: #f8f8f8;
    position: relative;
    z-index: 2;
    margin-top: 160px;
}

.section-turbo-name-plate .text {
    float: left;
    width: 38%;
    padding: 125px 0;
}

.plate-blocks {
    float: right;
    width: 54%;
    position: relative;
    top: -30px;
}

.plate-block-wrapper {
    float: left;
    width: 47%;
}

.plate-block-wrapper + .plate-block-wrapper {
    float: right;
}

.plate-img {
    margin: 20px 0 0;
}

.plate-img img {
    width: 100%;
}

.plate-block-text {
    background: #52575a;
    padding: 25px 55px;
    text-align: center;
    color: #FFF;
/*    font-family: 'Gotham Light', sans-serif;*/
    font-weight: 300;
    font-size: 14px;
}

.plate-block-wrapper + .plate-block-wrapper .plate-block-text {
    background-color: #878b8d;
}

.plate-block-text h3 {
    font-size: 16px;
    margin: 0 0 15px;
/*    font-family: 'Gotham Medium', sans-serif;*/
    font-weight: 500;
    text-transform: uppercase;
}

.plate-block-text p {
    margin: 0;
}

.installer-connect-block {
    background: #f8f8f8;
    margin-top: 100px;
}

.installer-connect-block .text {
    margin-left: 145px;
    padding: 120px 0 60px;
    float: left;
    width: 50%;
}

.installer-connect-block .text .button:after {
    display: none;
}

.installer-connect-block .container {
    position: relative;
    z-index: 1;
}

.installer-connect-block .container:before {
    content: '';
    width: 300%;
    height: 100%;
    position: absolute;
    right: 100%;
    margin-right: -40px;
    top: 0;
    background: #ed1c24;
    z-index: 1;
    display: block;
    -webkit-transform:skew(-20deg);
    -moz-transform:skew(-20deg);
    transform:skew(-20deg);
}

.installer-connect-block .image {
    float: right;
    width: 60%;
    margin-right: -22%;
    -webkit-transform:skew(-20deg);
    -moz-transform:skew(-20deg);
    transform:skew(-20deg);
    overflow: hidden;
    max-height: 700px;
    position: relative;
    top: -45px;
    right: -45px;
}

.installer-connect-block .image img {
    -webkit-transform:skew(20deg);
    -moz-transform:skew(20deg);
    transform:skew(20deg);
    margin-left: -155px;
}

.diagnostic-section-block {
    background: #f8f8f8;
    margin-bottom: 80px;
}

.diagnostic-section-block:last-child {
    margin-bottom: 0;
}

.diagnostic-section-block .container {
    position: relative;
    z-index: 1;
}

.diagnostic-section-block .container:before {
    content: '';
    width: 300%;
    height: 100%;
    position: absolute;
    right: 100%;
    margin-right: -90px;
    top: 0;
    background: #ed1c24;
    z-index: 1;
    display: block;
    -webkit-transform:skew(-20deg);
    -moz-transform:skew(-20deg);
    transform:skew(-20deg);
}

.diagnostic-section-block .text {
    float: left;
    width: 47%;
    padding-left: 150px;
    padding-top: 130px;
    padding-bottom: 25px;
}

.diagnostic-section-block .images {
    float: right;
    width: 51%;
    max-width: 870px;
    padding-top: 50px;
}

.dagnostic-images-wrapper {
    margin: 0 -15px;
}

.diagnostic-img-wrapper {
    float: left;
    width: 50%;
    padding: 0 15px;
}

.diagnostic-img img {
    width: 100%;
}

.diagnostic-img-title {
    background: #52575a;
    color: #FFF;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
/*    font-family: 'Gotham Medium', sans-serif;*/
    font-weight: 500;
    height: 50px;
    display: table;
    width: 100%;
}

.diagnostic-img-title span {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    padding: 0 25px;
}

.broadest-large-image {
    background: #1e1e1e;
}

.broadest-large-image .img {
    max-width: 1920px;
    margin: 0 auto;
}

.broadest-categories-list {
    background: #1e1e1e;
}

.broadest-categories-list ul {
    padding: 0;
    margin: 0 auto;
    list-style: none;
    width: 100%;
    max-width: 1920px;
    display: table;
}

.broadest-categories-list ul li {
    float: left;
    color: #FFF;
/*    font-family: 'Gotham Medium', sans-serif;*/
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    padding: 15px 5px;
}

.broadest-categories-list ul li:nth-child(1) {
    background-color: #ffb71b;
    width: 57.22%;
}

.broadest-categories-list ul li:nth-child(2) {
    background-color: #52575a;
    width: 28.5%;
}

.broadest-categories-list ul li:nth-child(3) {
    background-color: #ed1c24;
    width: 14.28%;
}

.broadest-products-list {
    background: #f8f8f8;
    margin-bottom: 80px;
}

.broadest-products-list-inner {
    max-width: 1920px;
    margin: 0 auto;
}

.broadest-product-item {
    width: 14.28%;
    float: left;
    padding: 38px 15px 38px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.broadest-product-item.active {
    color: #FFF;
}

.broadest-product-item.active:after {
    content: '';
    height: 30px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 1;
}

.broadest-product-item .image {
    max-width: 170px;
    margin: 0 auto 20px;
}

.broadest-product-item h3 {
/*    font-family: 'Gotham Medium', sans-serif;*/
    font-weight: 500;
    font-size: 18px;
    margin: 0;
    min-height: 38px;
}

.broadest-product-type-1.active,
.broadest-product-type-1.active:after {
    background-color: #ffb71b;
}

.broadest-product-type-2.active,
.broadest-product-type-2.active:after {
    background-color: #52575a;
}

.broadest-product-type-3.active,
.broadest-product-type-3.active:after {
    background-color: #ed1c24;
}

.broadest-product-item-details {
    display: none;
}

.broadest-product-item-details.active {
    display: block;
}

.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}

button#sidebarCollapse {
    font-size: 14px;
    padding: 28px 30px;
    float: right;
    display: none;
    width: 85px;
    border: none;
    border-left: 1px solid #efefef;
    background: #FFF;
}

button#sidebarCollapse span {
    display: block;
    height: 2px;
    background: #ed1c24;
}

button#sidebarCollapse span + span {
    margin-top: 4px;
}

#sidebar {
    width: 450px;
    position: fixed;
    top: 0;
    right: -500px;
    height: 100vh;
    z-index: 10000;
    background: #474747;
    color: #fff;
    transition: all 0.3s;
    overflow: auto;
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    right: 0;
}

#dismiss {
    width: 18px;
    height: 18px;
    position: fixed;
    background: url(images/close@2x.png) no-repeat center;
    background-size: 100%;
    top: 26px;
    right: -65px;
    z-index: 10000;
    transition: all 0.3s;
    cursor: pointer;
}

#sidebar.active + #dismiss {
    right: 470px;
}

.modal-open {
    overflow: hidden;
}

.mobilemenu-overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    display: none;
    top: 0;
    left: 0;
}

#sidebar ul.nav {
    padding: 0;
    margin: 0;
    list-style: none;
}

#sidebar ul.nav > li {
    border-top: 1px solid #5c5c5c;
}

#sidebar ul.nav > li > a {
    color: #FFF!important;
    text-decoration: none!important;
    font-size: 16px;
    position: relative;
    padding: 16px 25px;
}

#menu-secondary-menu {
    background-color: #ed1c24;
}

#sidebar ul#menu-secondary-menu > li + li {
    border-top-color: #f65056;
}

#sidebar ul.nav > li > a:hover,
#sidebar ul.nav > li > a:focus,
#sidebar ul.nav > li:hover > a,
#sidebar ul.nav > li.current-menu-item > a {
    background-color: rgba(0, 0, 0, 0.05);
}

#sidebar ul.nav > li > ul {
    display: none;
    list-style: none;
    padding: 10px 0;
    margin: 0;
    background-color: #373737;
}

#sidebar ul.nav > li > ul li a {
    color: #FFF!important;
    font-size: 14px;
    display: block;
    text-decoration: none!important;
    padding: 10px 25px;
}

#sidebar ul.nav > li > ul li a:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

#sidebar ul.nav > li.menu-item-has-children > a > span.menu-toggle {
    display: block;
    position: absolute;
    right: 0;
    font-family: 'Glyphicons Halflings';
    font-size: 12px;
    top: 0;
    width: 60px;
    height: 54px;
    line-height: 54px;
    text-align: center;
}

#sidebar ul.nav > li.menu-item-has-children > a > span.menu-toggle:after {
    content: '\e259';
}

#sidebar ul.nav > li.menu-item-has-children > a.active > span.menu-toggle:after {
    content: '\e260';
}

#sidebar ul.nav > li > ul li ul {
	list-style: none;
}

#sidebar ul.nav > li > ul li ul ul {
	display: none!important;
}

.broadest-cat-single-list-title {
    display: none;
}

.gb-text-img {
    background: #FFF;
    padding: 15px 55px 15px 110px;
    font-size: 14px;
}

.gb-same-level > .container:before {
    top: 0!important;
}

.gb-same-level .image {
    position: relative;
    top: -80px;
}

.gb-same-level.reversed .image {
    top: 30px;
}

.gb-full-img-size2.general-block.full-image-block .image {
    width: 51%;
}

.gb-full-img-size2.general-block.full-image-block .text {
    width: 42%;
    margin-right: 5%;
}

.gb-full-img-size2.general-block.full-image-block .container:before {
    left: 45%;
}

.gb-full-img-size2.general-block.full-image-block.reversed .container:before {
    left: auto;
    right: 43%;
}

.gb-full-img-size2.general-block.full-image-block.reversed .section-large-red-shape {
    display: none;
}

.gb-full-img-size2.general-block.full-image-block.reversed .image {
    width: 54%;
    margin-right: -5%;
}

.gb-full-img-size2 .section-large-red-shape {
    width: 300%;
    height: 100%;
    position: absolute;
    left: 100%;
    margin-left: -70px;
    top: 0px;
    background: #ed1c24;
    z-index: 1;
    display: block;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    transform: skew(-20deg);
}

.section-html-with-title {
    background: #f8f8f8;
    padding: 80px 0;
    margin-bottom: 80px;
}

.section-html-with-title:last-child {
    margin-bottom: 0;
}

.section-html-with-title .section-title p {
    max-width: 990px;
}

.section-html-content {
    max-width: 1420px;
    margin: 0 auto;
    font-size: 14px;
}

.table>thead>tr>th {
    font-size: 16px;
    background: #585858;
    text-align: center;
    font-weight: normal;
/*    font-family: 'Gotham Medium', sans-serif;*/
    font-weight: 500;
    color: #eeeeee;
    border: 1px solid #c9c9c9;
    vertical-align: middle!important;
}

.table>thead>tr>th.vertical-align {
    vertical-align: middle;
    background: #ed1d24;
}

.table>thead>tr + tr>th {
    background-color: #878b8d;
/*    font-family: 'Gotham Book', sans-serif;*/
    font-weight: 400;
    font-size: 14px;
}

.table>tbody>tr>td,
.table>tbody>tr>th {
    border: 1px solid #eeeeee;
    background: #FFF;
}

#turbo-results-table tr > td > a {
	white-space: nowrap;
	min-width: 160px;
	display: inline-block;
}

.table>tbody>tr>th {
    background-color: #878b8d;
/*    font-family: 'Gotham Book', sans-serif;*/
    font-weight: 400;
    font-size: 14px;
    color: #eee;
    text-align: center;
    font-weight: normal;
}

.table>tbody>tr>th:first-child {
    background: #585858;
}

.section-html-content td {
    text-align: center;
}

.page-body > * {
    margin-bottom: 20px;
}

.page-body h2 {
    font-size: 35px;
/*    font-family: 'Gotham Medium', sans-serif;*/
    font-weight: 500;
    margin: 0 0 25px;
}

.page-body a:not(.button) {
/*    font-family: 'Gotham Medium', sans-serif;*/
    font-weight: 500;
    text-decoration: underline;
    color: #000;
}

.page-body a:hover {
    text-decoration: none;
}

.page-body h3 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
/*    font-family: 'Gotham Medium', sans-serif;*/
    font-weight: 500;
}

.contact-block-section {
    background: #f8f8f8;
    margin: 0 0 80px;
    position: relative;
    z-index: 1;
}

.contact-block-section-main {
    position: relative;
    z-index: 1;
    max-width: 1920px;
    margin: 0 auto;
}

.contact-block-section .text {
    margin-left: 310px;
    float: left;
    width: 30%;
    padding: 120px 0 15px;
}

.contact-block-section .contact-block-image {
    height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 47%;
    float: right;
}

.contact-block-section.reversed .contact-block-image {
    float: left;
}

.contact-block-section.reversed .text {
    float: right;
    margin-left: 0;
    margin-right: 310px;
}

.contact-block-section.reversed .distributor-locator-left {
    left: auto;
    right: 0;
}

.contact-form-section {
    background: #f8f8f8;
}

.contact-form-section-inner {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 80px 0;
}

.contact-form-section-tab-hidden {
    display: none;
}

.contact-form-section .text {
    margin-left: 310px;
    width: 34%;
}

.page-id-20 .contact-form-section .text {
	width: 650px;
	max-width: 100%;
}

.page-id-20 .contact-form-section .image {
	width: 25%;
}

.contact-form-section .text h3 {
    font-size: 20px;
    margin: 0 0 20px;
/*    font-family: 'Gotham Medium', sans-serif;*/
    font-weight: 500;
}

.contact-form-section .image {
    position: absolute;
    right: 0px;
    top: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 40%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

.contact-form-section .image:before {
    content: '';
    width: 100%;
    height: 100%;
    -webkit-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    transform: skew(-20deg);
    z-index: 1;
    right: 50%;
    top: 0px;
    background: #f8f8f8;
    position: absolute;
}

.wpcf7,
.salesforce_w2l_lead {
    max-width: 540px;
}

.wpcf7 .form-item,
.salesforce_w2l_lead .sf_field {
    margin: 0 0 20px;
}

.wpcf7 .form-item label,
.salesforce_w2l_lead .sf_field label {
    font-weight: normal;
    margin: 0;
    float: none;
}

.wpcf7 textarea,
.salesforce_w2l_lead .sf_field textarea {
    resize: none;
    height: 120px;
}

.salesforce_w2l_lead .top-aligned .w2linput:not(.captcha) {
    width: 100%!important;
    margin: 0!important;
    float: none;
}

.salesforce_w2l_lead .top-aligned .w2lsubmit input[type="submit"].w2linput {
    width: auto!important;
}

.wpcf7 .form-actions,
.w2lsubmit {
    text-align: center;
}

span.wpcf7-list-item {
    display: block;
    margin: 0;
}

span.wpcf7-list-item input,
.sf_type_checkbox input {
    position: absolute;
    left: -9999px;
}

span.wpcf7-list-item .wpcf7-list-item-label,
.sf_type_checkbox label {
    font-weight: normal;
    margin: 0;
    display: block;
    padding-left: 30px;
    position: relative;
    z-index: 1;
}

span.wpcf7-list-item .wpcf7-list-item-label:before,
.sf_type_checkbox label:before {
    content: '';
    width: 17px;
    height: 17px;
    position: absolute;
    left: 0px;
    top: 1px;
    border: 1px solid #000;
    z-index: 1;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

span.wpcf7-list-item input:checked + .wpcf7-list-item-label:before,
.sf_type_checkbox input:checked + label:before {
    content: "\f00c";
}

span.wpcf7-list-item label a {
    color: #000000;
    text-decoration: underline;
/*    font-family: 'Gotham Medium', sans-serif;*/
    font-weight: 500;
}

div.wpcf7 .ajax-loader {
    margin-right: -20px;
}

.masonry-gallery-section {
	margin-bottom: 50px;
}

.masonry-gallery .image {
    width: 33.3333%;
    float: left;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 430px;
}

.masonry-gallery .image.img-large {
    width: 66.6666%;
}

.masonry-text {
    height: 430px;
    color: #FFF;
    float: left;
    width: 33.3333%;
    background: #5b5b5b;
    font-size: 30px;
    position: relative;
    z-index: 1;
}

.masonry-text-inner {
    padding: 0 60px;
    position: absolute;
    width: 100%;
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

.masonry-text-inner > * {
    margin-bottom: 20px;
}

.masonry-text-inner > *:last-child {
    margin-bottom: 0;
}

.masonry-text-inner ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.masonry-text-inner ul li {
    padding-left: 60px;
    position: relative;
    z-index: 1;
}

.masonry-text-inner ul li:before {
    content: '';
    width: 30px;
    height: 30px;
    background: url(images/check@2x.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    left: 0px;
    top: 7px;
    z-index: 1;
}

.masonry-text-inner ul li + li {
    margin-top: 10px;
}

.distributor-locator-section-racing {
    background: #f8f8f8;
}

.distributor-locator-section-racing .container {
    width: 100%;
    max-width: 1920px;
    padding: 0;
    position: relative;
    z-index: 1;
}

.distributor-locator-section-racing .distributor-locator-section-main {
    max-width: none;
    margin-left: 250px;
}

.ssf-column.store-locator-map-holder {
    float: right;
    width: 54%;
    position: relative;
    z-index: 1;
    padding: 0;
}

.store-locator-top-half.has-searched {
    height: auto!important;
    padding-top: 0;
}


.filter-radius-section {
    position: relative;
    padding-right: 120px;
    z-index: 1;
}

.distance-switch {
    width: 110px;
    position: absolute;
    right: 0px;
    top: -5px;
    z-index: 1;
    border: 1px solid #303030;
/*    font-family: 'Gotham Medium', sans-serif;*/
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
}

.distance-switch span {
    display: block;
    float: left;
    width: 50%;
    text-align: center;
    line-height: 28px;
}

.distance-switch span:not(.active) {
    cursor: pointer;
}

.distance-switch span.active {
    background-color: #303030;
    color: #eeeeee;
}

.filter-radius-section .mi-list {
    display: none;
}

#storeLocator__storeList div.medium-4 {
    width: 33.3333%!important;
}

.store-locator-bottom-half {
    float: left;
    width: 100%;
}

.store-locator-map {
    height: 700px!important;
    position: relative!important;
}

#store-locator-section-bg:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

#ssf_adress_input_box, #filter_left_panel {
    top: auto!important;
    width: 100%!important;
}

.ssf-main-content .ssf-row {
    max-width: none!important;
}

#page_navigation {
    display: none!important;
}

.medium-pad-bottom-4x,
.medium-pad-vertical-4x {
    padding-bottom: 0!important;
}

.ssf-main-content {
    margin: 0!important;
}

#super-left-panel {
    height: 700px!important;
    width: 46%!important;
    padding: 120px 120px 15px!important;
}

.ssf-panel {
    background: none!important;
    border: none!important;
}

div.filter__row {
    border: none!important;
    padding: 0;
}

.arrow-toggler {
    display: none!important;
}

.togglerify-slider {
    height: auto!important;
}

.ssf-main-content .ssf-row .ssf-row {
    margin: 0 auto!important;
}

.ssf-main-content .ssf-row .ssf-row > div {
    width: 100%;
    margin-left: 0!important;
    margin-top: 25px;
    text-align: center;
}

#applyFilterOptions.expand,
button.expand {
    margin-left: 0;
    width: auto!important;
}

.small-block-grid-2 > li {
    width: auto!important;
    clear: none!important;
    text-transform: uppercase;
    font-size: 14px;
}

.ssf-field,
.ssf-main-content input {
    box-shadow: none!important;
    line-height: 20px!important;
    padding-top: 9px;
    padding-bottom: 9px;
    border-color: #eeeeee!important;
}

#super-left-panel .text2 {
    width: 100%;
    float: left;
}

.product-single-title {
    text-align: center;
    margin: 0 0 80px;
}

.product-single-title-top {
    margin: 0 0 20px;
}

.product-single-title-top a {
    font-size: 35px;
/*    font-family: 'Gotham Medium', sans-serif;*/
    font-weight: 500;
    text-decoration: none!important;
    color: #000;
    display: inline-block;
}

.product-single-title-top a:hover {
    color: #ed1c24;
}

.product-single-title-top h1 {
    font-size: 35px;
/*    font-family: 'Gotham Medium', sans-serif;*/
    font-weight: 500;
    margin: 0 90px;
    display: inline-block;
}

.product-single-title-bottom {
    text-align: center;
}

.product-single-title-bottom p {
    margin: 0;
    display: inline-block;
}

.product-single-title-bottom p + p:before {
    content: '|';
    margin: 0 20px;
}

.turbo-product-columns {
    max-width: 1330px;
    margin: 0 auto;
}

.turbo-product-columns h3 {
    text-align: center;
    background: #ed1d24;
    color: #FFF;
    text-transform: uppercase;
    font-size: 20px;
    margin: 0;
    padding: 19px 15px;
}

.turbo-product-columns img {
    margin: 0 auto;
}

.table:last-child {
    margin-bottom: 0;
}

.turbo-product-section .image {
    transform: none!important;
    top: 0!important;
    max-width: 870px;
}

.turbo-product-section .image img {
    width: auto;
    margin: 0 auto;
}

.turbo-product-section .text {
    padding-top: 0;
    padding-bottom: 0;
}

.turbo-product-section .container {
    padding-top: 60px;
    padding-bottom: 60px;
}

.turbo-product-section .text ul li + li {
    margin-top: 15px;
}

.turbo-reversed-product {
    margin: 30px auto 0;
    max-width: 130px;
}

.chart-general-block .image {
    transform: none!important;
    top: 0!important;
}

.chart-general-block .image img {
    width: auto;
    margin: 0 auto;
}

.chart-general-block:not(.reversed) .container:before {
    top: auto!important;
    bottom: 0;
}

.chart-general-block .text {
    padding-top: 0;
    padding-bottom: 0;
}

.chart-general-block .container {
    padding: 120px 15px;
}

.gb-carousel .image {
    transform: none!important;
    margin: 0;
    top: 0!important;
    padding-top: 85px;
    padding-bottom: 85px;
}

.product-gallery-carousel-wrapper {
    max-width: 500px;
    margin: 0 auto;
}

.inline-product-gallery-thumbs {
    margin-top: 50px;
}

.inline-pg-image-th {
    max-width: 130px;
    margin: 0 auto;
    cursor: pointer;
    padding: 0 5px;
}

.error404 .page-title-text.full-width {
    height: 400px;
}

.page404-text {
    text-align: center;
    font-size: 20px;
}

.page404-text h2 {
    margin-bottom: 50px;
}

.page404-text p {
    margin: 0 0 25px;
}

.page404-buttons {
    padding-top: 30px;
}

.page404-buttons .button:after {
    display: none;
}

.page404-buttons .button + .button {
    margin-left: 50px;
}

#cookie-notice {
    font-size: 16px;
    line-height: 1.6;
}

#cn-notice-text a {
    color: #FFF;
    text-decoration: underline;
}

.cookie-notice-container {
    padding: 20px 15px;
}

#cn-notice-text {
    display: block;
    max-width: 1300px;
    margin: 0 auto 20px;
}

#cookie-notice .cn-button {
    margin: 0!important;
}

#cookie-notice .cn-button:after {
    display: none;
}

.cookie-notice-checkbox input {
    display: none;
}

.cookie-notice-checkbox label {
    font-weight: normal;
    margin: 0 20px 0 0;
    display: inline-block;
    padding-left: 40px;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.cookie-notice-checkbox label:before {
    content: '';
    width: 25px;
    height: 22px;
    position: absolute;
    border-radius: 4px;
    left: 0px;
    top: 1px;
    border: 1px solid #949494;
    z-index: 1;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*
.cookie-notice-checkbox input:checked + label {
    font-family: 'Gotham Medium', sans-serif;
}
*/

.cookie-notice-checkbox input:checked + label:before {
    content: "\f00c";
}

.page-title-text.single-page-title-section {
    height: 350px;
}

.single-page-title-section .content-page-inner .text h1,
.single-page-title-section .content-page-inner .text .h1 {
    max-width: none;
}

.news-page-wrapper {
    background: #f8f8f8;
}

.press-release-list {
    margin: 0 -15px;
}

.press-release-list .homepage-news-item-wrapper {
    padding: 0 15px;
    margin-bottom: 30px;
}

.global-pagination {
    background: #FFF;
    text-align: right;
    margin-top: 15px;
}

.wp-pagenavi > span,
.wp-pagenavi > a {
    font-size: 18px;
    color: #000;
}

.wp-pagenavi span.current {
/*    font-family: 'Gotham Bold', sans-serif;*/
    font-weight: 700;
}

.wp-pagenavi {
    line-height: 50px;
}

.wp-pagenavi .pages:after {
    content: '|';
    margin-left: 20px;
}

.wp-pagenavi > * + * {
    margin-left: 20px;
}

.newsletter-news-section {
    margin: 144px 0 66px;
    background: #f8f8f8;
}

.newsletter-news-section .text {
    float: left;
    width: 45%;
    padding: 120px 0 30px;
}

.newsletter-news-section .text .h2 span {
    color: #ed1d24;
}

.newsletter-news-section .text p {
    margin: 0 0 30px;
}

.newsletter-news-section .image {
    float: right;
    width: 50%;
    margin-top: -64px;
}

.newsletter-news-section .container {
    position: relative;
    z-index: 1;
}

.newsletter-news-section .container:before {
    content: '';
    width: 300%;
    height: calc(100% + 130px);
    position: absolute;
    left: 90%;
    margin-left: -20px;
    top: -64px;
    background: #ed1c24;
    z-index: 1;
    display: block;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    transform: skew(-20deg);
}

.single-article-small-container {
    max-width: 1110px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.single-article-small-container:before {
    content: '';
    width: 300%;
    height: 100%;
    position: absolute;
    left: 120%;
    bottom: -80px;
    background: #ed1c24;
    z-index: 1;
    display: block;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    transform: skew(-20deg);
    max-height: 960px;
}

.single-article-small-container:after {
    content: '';
    width: 300%;
    height: 100%;
    position: absolute;
    right: 120%;
    top: -80px;
    background: #ed1c24;
    z-index: 1;
    display: block;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    transform: skew(-20deg);
    max-height: 960px;
}

.single-press-title {
    margin: 0 0 50px;
}

.single-press-title .news-item-date {
    color: #000;
    margin: 0 0 5px;
    font-size: 14px;
}

.single-press-title h1 {
/*    font-family: 'Gotham Medium', sans-serif;*/
    font-weight: 500;
    font-size: 35px;
    margin: 0;
    line-height: 1.3;
}

.wp-caption,
.gallery-caption {
	color: #666;
	font-size: 13px;
	font-style: italic;
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.single-article-small-container > * {
    margin-bottom: 20px;
}

.single-article-small-container > *:last-child {
    margin-bottom: 0;
}

.article-tags {
    float: left;
    width: 50%;
    margin-top: 5px;
/*    font-family: 'Gotham Medium', sans-serif;*/
    font-weight: 500;
    font-size: 14px;
}

.article-tags a {
    color: #000;
    text-decoration: underline;
}

.article-tags a:hover {
    text-decoration: none;
}

.share-article-box {
    float: right;
}

.share-article-box > span {
    float: left;
    text-transform: uppercase;
/*    font-family: 'Gotham Medium', sans-serif;*/
    font-weight: 500;
    margin: 6px 10px 0 0;
}

.share-article-box > div {
    float: left;
    width: 170px;
}

.share-article-box > div > div {
    display: inline-block!important;
}

.single-article-footer {
    margin-top: 40px;
}

.highlight {
    background-color: #ffcc00!important;
}

.mktoForm {
    font-family: "Gotham A", "Gotham B", sans-serif!important;
}

input[name=Email_Optin__c] {
    left: 6px;
    position: absolute;
    margin-top: 3px!important;
    border: none!important;
    padding: 0!important;
}

input[name=Email_Optin__c]:checked + label::before {
    background: #1792E5 url("images/checkbox-tickmark.png") repeat scroll -1px -1px;
    border: medium none;
    height: 24px;
    width: 24px;
    background-size: cover;
}

input[name=Email_Optin__c] + label::before {
    background: #fff none no-repeat scroll 0 0;
    border: 2px solid #727272;
    content: "";
    display: inline-block;
    height: 24px;
    left: 0px;
    position: absolute;
    width: 24px;
}

.mktoFieldDescriptor.mktoFormCol {
    width: 100%!important;
}

.mktoForm {
    max-width: 100%;
}

.mktoFieldWrap {
    width: 100%!important;
}

.mktoLabel {
    color: #303030;
    font-size: 16px !important;
    padding: 5px 0 !important;
    width: auto!important;
    font-weight: normal;
}

label[for="Email_Optin__c"] .mktoAsterix {
    display: none!important;
}

.mktoForm .mktoOffset {
    display: none;
}

.mktoForm .mktoFormRow {
    margin: 0 0 15px;
}

.mktoCheckboxList {
    width: 100% !important;
}

.mktoField.mktoHasWidth {
    width: 100%!important;
}

.mktoForm input[type=text],
.mktoForm input[type=url],
.mktoForm input[type=email],
.mktoForm input[type=tel],
.mktoForm input[type=number],
.mktoForm input[type=date],
.mktoForm textarea.mktoField,
.mktoForm select.mktoField {
    padding: 9px 15px!important;
    line-height: 20px!important;
}
.mktoForm .mktoGutter {
    height: 0!important;
}

.mktoForm span.mktoButtonWrap {
    display: block;
    margin-left: 0!important;
    text-align: center;
}

.mktoButtonRow {
    display: block!important;
}

.mktoForm .mktoRequiredField label.mktoLabel {
    font-weight: normal!important;
}

.newsletter-popup-image {
    padding: 15px 0 0;
}

.mktoForm .mktoRadioList > label,
.mktoForm .mktoCheckboxList > label {
    font-weight: normal;
    line-height: 1.45!important;
    font-size: 14px;
}

.modal-backdrop.in {
    filter: alpha(opacity=60);
    opacity: .6;
}

.modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    padding: 80px;
}

.modal-header {
    padding: 0;
    border: none;
}

.modal-header .close {
    position: absolute;
    z-index: 10;
    right: 15px;
    top: 10px;
    margin-top: 0;
    font-size: 30px;
}

.modal-body {
    padding: 0;
}

.modal-body h2 {
/*    font-family:'Gotham Medium', sans-serif;*/
    font-weight: 500;
    font-size: 35px;
    margin: 0 0 25px;
}

.modal-body h2 span {
    color: #ed1c24;
}

.modal-body .form-container {
    padding-left: 50px;
}

.key_features_section .container:before {
    display: none;
}

.key_features_section.reversed .image {
    transform: translate(91px, 50px);
}

.tech-papers-list .homepage-news-item-wrapper {
    width: 50%;
    clear: none!important;
}

.tech-papers-list .homepage-news-item-wrapper:nth-child(2n+1) {
    clear: both!important;
}

.tech-papers-list .homepage-news-item-wrapper .news-page-item {
    box-shadow: 0px 3px 20px rgba(0,0,0,.1);
}

.technical_author {
    font-size: 14px;
    margin: 0 0 25px;
}

.technical_link {
    margin: 30px 0 30px;
    font-size: 14px;
}

.news-page-item .text .technical_summary > * {
    margin-bottom: 15px;
}

.news-page-item .text .technical_summary > *:last-child {
    margin-bottom: 0;
}

.homepage-news-list-carousel .homepage-news-item-wrapper,
.homepage-news-list-carousel-v2 .homepage-news-item-wrapper,
.homepage-news-list-carousel-v3 .homepage-news-item-wrapper {
    width: 100%;
}

.homepage-news-events-row {
    margin: 0 -15px;
}

.homepage-news-events-row-left {
    float: left;
    width: 75%;
    padding: 0 15px;
}

.homepage-news-events-row-right {
    float: left;
    width: 25%;
    padding: 0 15px;
}


.news-events-block-col {
    background: #5b5b5b;
    padding: 25px;
}

.news-events-block-col > h3 {
    color: #FFF;
    margin: -25px -25px 20px;
    padding: 25px 25px;
/*    font-family: 'Gotham Medium', sans-serif;*/
    font-weight: 500;
    font-size: 25px;
    background: #212121;
    text-transform: uppercase;
}

.news-events-block-list {
    background: #FFF;
    padding: 15px;
}

.home-news-future-event-item {
    display: none;
}

.home-news-future-event-item.active {
    display: block;
}

.news-events-block-list-nav {
    margin-bottom: 25px;
}

.news-events-block-list-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.news-events-block-list-nav ul li {
    float: left;
    width: 32%;
    text-align: center;
    background: #787878;
    color: #FFF;
    padding: 10px;
    cursor: pointer;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    line-height: 1.1;
}

.news-events-block-list-nav ul li.active {
    background: #ed1c24;
}

.news-events-block-list-nav ul li span {
    display: block;
    font-size: 18px;
}

.news-events-block-list-nav ul li span:nth-child(1) {
    font-size: 32px;
}

.news-events-block-list-nav ul li.active:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #ed1c24 transparent transparent transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    z-index: 1;
}

.news-events-block-list-nav ul li + li {
    margin-left: 2%;
}

.home-news-future-event-item .text h3 {
/*    font-family: 'Gotham Medium', sans-serif;*/
    font-weight: 500;
    font-size: 25px;
    margin: 20px 0;
}

.home-news-future-event-item .text p {
    margin-bottom: 20px;
}

@media screen and (min-width: 1360px) {
    .general-block.reversed.key_features_section .text {
        padding-left: 0;
    }

    .general-block.reversed.key_features_section .image img {
        width: auto;
        margin-left: auto;
    }
}

@media screen and (min-width: 768px) {
    .modal-dialog {
        width: 1300px;
    }
}

.events-calendar-search-section {
    background: #f8f8f8;
}

.events-calendar-search-section > .container {
    padding: 130px 15px 50px;
    position: relative;
    z-index: 1;
}

.events-calendar-search-section > .container:before {
    content: '';
    width: 300%;
    height: 100%;
    position: absolute;
    right: 100%;
    margin-right: -20px;
    top: 0;
    background: #ed1c24;
    z-index: 1;
    display: block;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    transform: skew(-20deg);
    max-height: 630px;
}

.calendar-search-filters {
    float: left;
    margin-left: 150px;
    width: 40%;
}

.calendar-search-filters .text {
    max-width: 530px;
    margin: 0 0 40px;
}

.calendar-search-filters .text h2 {
    font-size: 35px;
/*    font-family: 'Gotham Medium', sans-serif;*/
    font-weight: 500;
    margin: 0 0 30px;
}

.calendar-search-filters .text h2 span {
    color: #ed1c24;
}

.event-type-filter {
    margin: 0;
}

.event-type-filter ul {
    padding: 0;
    margin: 0 -5px;
    list-style: none;
}

.event-type-filter ul li {
    float: left;
    width: 33.3333%;
    margin: 0 0 25px;
    padding: 0 5px;
}

.event-type-filter ul li input {
    display: none;
}

.event-type-filter ul li label {
    font-weight: normal;
    margin: 0;
    display: block;
    padding-left: 40px;
    position: relative;
    z-index: 1;
}

.event-type-filter ul li label:before {
    content: '';
    width: 25px;
    height: 22px;
    position: absolute;
    border-radius: 4px;
    left: 0px;
    top: -2px;
    border: 1px solid #949494;
    z-index: 1;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.event-type-filter ul li input:checked + label {
/*    font-family: 'Gotham Medium', sans-serif;*/
    font-weight: 500;
}

.event-type-filter ul li input:checked + label:before {
    content: "\f00c";
}

.events-select-filters {
    max-width: 510px;
}

.events-select-filters .form-item {
    margin: 0 0 30px;
}

.event-filters-actions {
    text-align: center;
}

.calendar-filters-reset {
    margin-top: 45px;
    text-align: center;
}

.calendar-filters-reset a {
/*    font-family: 'Gotham Medium', sans-serif;*/
    font-weight: 500;
    display: inline-block;
    text-transform: uppercase;
    font-size: 15px;
    color: #ed1d24;
    background: url(images/reset@2x.png) no-repeat left center;
    background-size: 25px 25px;
    padding: 3px 0 3px 40px;
}

.events-calendar-right {
    float: right;
    width: 40%;
}

.events-calendar-main {
    max-width: 670px;
    margin-left: auto;
    background: #FFF;
}

.event-calendar-heading {
    font-size: 20px;
    text-align: center;
    color: #FFF;
    background: #585858;
    padding: 10px 20px;
    position: relative;
    z-index: 1;
}

.prev-year,
.next-year {
    font-size: 14px;
    position: absolute;
    top: 0px;
    height: 100%;
    line-height: 46px;
    width: 50px;
    text-align: center;
    cursor: pointer;
}

.prev-year {
    left: 0;
}

.next-year {
    right: 0;
}

.event-calendar-main {
    padding: 15px 20px;
}

.event-calendar-main ul {
    padding: 0;
    margin: 0 -5px;
    list-style: none;
}

.event-calendar-main ul li {
    float: left;
    width: 25%;
    padding: 5px 5px;
}

.event-calendar-main ul li > a,
.event-calendar-main ul li > span {
    display: block;
    border: 1px solid #585858;
    height: 110px;
    text-align: center;
    font-size: 12px;
    color: #585858;
    padding: 29px 5px 5px;
}

.event-calendar-main ul li > a {
    text-decoration: none!important;
}

.event-calendar-main ul li strong {
    text-transform: uppercase;
    display: block;
    font-size: 20px;
    font-weight: normal;
/*    font-family:'Gotham Book', sans-serif;*/
    font-weight: 400;
}

.event-calendar-main ul li.has-events > a {
    border-color: #000;
    color: #000;
/*    font-family:'Gotham Medium', sans-serif;*/
    font-weight: 500;
}

.event-calendar-main ul li.has-events > a span {
    text-decoration: underline;
}

.event-calendar-main ul li.has-events > a strong {
/*    font-family:'Gotham Medium', sans-serif;*/
    font-weight: 500;
}

.event-calendar-main ul li.current > a,
.event-calendar-main ul li.current > span {
    border-color: #ed1c24;
    color: #ed1c24!important;
}

.event-calendar-main ul li.passed > a,
.event-calendar-main ul li.passed > span {
    color: #dadada!important;
    border-color: #dadada;
}

.event-calendar-main ul li.has-events > a:hover {
    background-color: #f8f8f8;
}

.event-calendar-main ul li > a.active,
.event-calendar-main ul li > a.active:hover {
    background-color: #ed1c24;
    color: #FFF!important;
}

.event-search-results-list {
    margin: 0 -15px;
}

.event-search-results-section {
    background: #f8f8f8;
    padding: 80px 0 50px;
    margin-top: 80px;
    display: none;
}

.event-results-message {
    padding: 0 30px;
    margin: 0 0 45px;
/*    font-family:'Gotham Medium', sans-serif;*/
    font-weight: 500;
}

.event-item-wrapper {
    padding: 0 15px;
    margin: 0 0 30px;
    width: 33.3333%;
    float: left;
}

@media screen and (min-width: 1200px) {
    .event-item-wrapper:nth-child(3n+1) {
        clear: both;
    }
}

.event-result-item {
    background: #FFF;
    padding: 30px;
}

.event-location-thumb-title {
    background: #ef3125;
    color: #FFF;
    text-transform: uppercase;
    font-size: 20px;
    padding: 10px 10px;
    text-align: center;
}

.event-result-item .image {
    margin-bottom: 15px;
}

.event-result-item h3 {
/*    font-family:'Gotham Medium', sans-serif;*/
    font-weight: 500;
    font-size: 20px;
    margin: 0 0 15px;
}

.event-result-item h3 a {
    color: #000;
}

.event-result-item .text {
    min-height: 240px;
}

.add-to-cal-dropdown-wrapper {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 1;
}

.add-to-cal-dropdown-wrapper ul {
    position: absolute;
    background: #FFF;
    padding: 0;
    margin: 0;
    border: 2px solid #000;
    list-style: none;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 100;
    display: none;
}

.add-to-cal-dropdown-wrapper ul li + li {
    border-top: 2px solid #000;
}

.add-to-cal-dropdown-wrapper ul li a {
    display: block;
    color: #000;
    text-decoration: none!important;
    padding: 10px 15px;
}

.add-to-cal-dropdown-wrapper ul li a:hover {
    background-color: #eee;
}

.add-to-calendar-btn {
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #000;
    text-decoration: none!important;
/*    font-family: 'Gotham Medium', sans-serif;*/
    font-weight: 500;
    text-transform: uppercase;
    font-weight: 500;
    transition: color .2s ease-in-out, background-color .2s ease-in-out;
    font-size: 15px;
    color: #000!important;
    padding: 13px 10px;
    line-height: 20px;
    text-align: center;
}

.add-to-calendar-btn .fa {
    margin-right: 15px;
}

.add-to-calendar-btn:hover,
.add-to-calendar-btn.active {
    background: #000;
    color: #FFF!important;
}

.event-list-actions .button {
    margin-right: 15px;
}

.future-events-list-section {
    padding: 80px 0;
}

.future-event-list-item {
    background: #f8f8f8;
    padding: 80px 0;
}

.future-event-list-item + .future-event-list-item {
    margin-top: 80px;
}

.past-events-list-section {
    background: #f8f8f8;
    padding: 80px 0;
    margin: 0 0 80px;
}

.future-event-item .text {
    float: left;
    width: 48%;
}

.future-event-item .text h3 {
/*    font-family: 'Gotham Medium', sans-serif;*/
    font-weight: 500;
    font-size: 35px;
    margin: 0 0 1em;
}

.future-event-item .text .event-list-actions {
    padding-top: 25px;
}

.future-event-item .text .article-tags {
    float: none;
    text-align: right;
    width: auto;
    margin-top: 15px;
}

.future-event-item .image {
    float: right;
    width: 48%;
}

.future-event-item .image img {
    width: 100%;
}

.future-event-list-item:nth-child(even) .future-event-item .text {
    float: right;
}

.future-event-list-item:nth-child(even) .future-event-item .image {
    float: left;
}

.events-archive-button {
    text-align: center;
}

.turbo-product-vs .image {
    width: 40%;
}

.turbo-product-vs .text {
    width: 55%;
}

.turbo-product-vs .text table {
    font-size: 14px;
    background: none;
    margin: 0;
}

.turbo-product-vs .text table td,
.turbo-product-vs .text table th {
    border: none!important;
    background: none;
}

.turbo-product-vs .text table td:first-child {
/*    font-family: 'Gotham Medium', sans-serif;*/
    font-weight: 500;
}

.turbo-product-vs .container:before {
    top: auto!important;
    bottom: 0!important;
}

.turbo-products-bottom-link {
    text-align: center;
}

.vehicle-specific-disclaimer h3 {
/*    font-family: 'Gotham Medium', sans-serif;*/
    font-weight: 500;
    font-size: 35px;
    margin: 0 0 40px;
}

.vehicle-specific-disclaimer .text {
    line-height: 1.6;
}

.vs-disclaimer-form {
    max-width: 690px;
    margin: 40px auto 0;
}

.vs-disclaimer-form .form-actions {
    text-align: center;
}

.vs-disclaimer-form .form-item {
    padding: 0;
    margin: 0 0 40px;
}

.vs-disclaimer-form .form-item label {
    font-weight: normal;
    font-size: 14px;
}

.timeline-table {
    max-width: 1200px;
    margin: 0 auto;
}

.timeline-table table {
    width: 100%;
}

.timeline-table tbody td {
    padding: 15px 15px;
    text-align: left;
    vertical-align: top;
    font-size: 16px;
}

.timeline-table thead th {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: normal;
/*    font-family: 'Gotham Medium', sans-serif;*/
    font-weight: 500;
    padding: 20px 0 10px;
}

.timeline-table tbody td:first-child {
/*    font-family: 'Gotham Medium', sans-serif;*/
    font-weight: 500;
    padding-left: 30px;
}

@media screen and (min-width: 600px) {
    body.admin-bar .header-wrapper {
        top: 32px;
    }
}

.field-item:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.single-article-small-container img {
    max-width: 100%;
    height: auto;
}

.newsroom-section {
    background: #f8f8f8;
    padding: 80px 0;
    margin-bottom: 80px;
}

.newsroom-section:last-child {
    margin-bottom: 0;
}

.newsroom-section-button {
    text-align: center;
    padding-top: 25px;
}

.general-block .text .news-item-date {
    font-size: 14px;
    color: #000000;
    margin-bottom: 5px;
}

#languageModal .modal-dialog {
    max-width: 880px;
    text-align: center;
}

#languageModal .modal-content {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ababab;
}

#languageModal .modal-content:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 200px 72px 0 0;
    border-color: #ed1d24 transparent transparent transparent;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
}

#languageModal .modal-content:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 200px 72px;
    border-color: transparent transparent #ed1d24 transparent;
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 1;
}

#languageModal .modal-dialog p {
    margin-bottom: 60px;
}

#languageModal .modal-dialog p strong {
    color: #ed1d24;
    text-transform: uppercase;
}

@media screen and (min-width: 768px) {
    .vhidden {
        visibility: hidden;
    }
}

.single-event .section-html-content {
    max-width: 1110px;
    font-size: 16px;
}

.tech-papers-event-section {
    background: #f8f8f8;
    padding: 80px 0;
    margin: 0 0 80px;
}

.tech-papers-event-section .container {
    max-width: 1140px;
}

.tech-papers-event-section:last-child {
    margin-bottom: 0;
}

.tech-papers-event-section .text {
    margin: 0 0 50px;
}

.tech-papers-event-section .text h2 {
    font-size: 35px;
    color: #ed1c24;
    margin: 0 0 20px;
/*    font-family: 'Gotham Medium', sans-serif;*/
    font-weight: 500;
}

.tech-papers-event-list {
    margin: 0 -15px;
}

.tech-paper-event-item-wrapper {
    float: left;
    width: 50%;
    padding: 0 15px;
    margin: 0 0 30px;
}

.tech-paper-event-item-wrapper:nth-child(2n+1) {
    clear: both;
}

.tech-paper-event-item {
    background: #FFF;
    padding: 30px;
    min-height: 186px;
}

.tech-paper-event-item h3 {
/*    font-family: 'Gotham Medium', sans-serif;*/
    font-weight: 500;
    font-size: 20px;
    margin: 0 0 20px;
    line-height: 1.4;
}

.tech-paper-event-item p {
    margin: 0;
}

.section-html-content h3 {
/*    font-family: 'Gotham Medium', sans-serif;*/
    font-weight: 500;
    font-size: 20px;
    margin: 0 0 20px;
    line-height: 1.4;
}

.event-block-section {
    padding: 15px;
    background: #FFF;
    margin-bottom: 30px;
}

.event-block-section img {
    width: 100%;
    height: auto!important;
}

.event-block-section h3 {
    min-height: 56px;
}

.second_bag_background {
    height: 280px;
    max-width: 750px;
    margin: 0 auto;
    background: #FFF;
    padding: 15px;
    background-position: center;
    background-repeat: no-repeat;
}

.second_bag_background p {
    font-size: 21px;
    color: #303030;
    padding-top: 71px;
    padding-left: 20px;
/*    font-family: 'Gotham Medium', sans-serif;*/
    font-weight: 500;
    line-height: 1.25em;
}

.section-video-cat {
    margin-bottom: 80px;
}

.section-video-cat:last-child {
    margin-bottom: 0;
}

.section-video-pagination-nav {
    background: #f8f8f8;
    padding: 50px 0;
    margin-top: 0px;
}

.section-video-thumb-carousel .owl-dots {
    background: #FFF;
    text-align: center;
    margin-top: 50px;
    padding: 0 110px 0 110px;
    line-height: 50px;
    position: relative;
    z-index: 1;
}

.section-video-thumb-carousel .owl-dots:before {
    content: '';
    width: 3000%;
    position: absolute;
    left: 50%;
    z-index: -1;
    height: 100%;
    background: #FFF;
    margin-left: -1500%;
}

.section-video-thumb-carousel .owl-dot {
    display: inline;
    font-size: 18px;
}

.section-video-thumb-carousel .owl-dot + .owl-dot {
    margin-left: 20px;
}

.section-video-thumb-carousel .owl-dot.active {
/*    font-family: 'Gotham Bold', sans-serif;*/
    font-weight: 700;
}

.section-video-thumb-carousel .owl-nav .owl-prev {
    left: 30px;
}

.section-video-thumb-carousel .owl-nav .owl-prev,
.section-video-thumb-carousel .owl-nav .owl-next {
    width: auto;
    height: auto;
    background: none!important;
    line-height: 50px;
    bottom: 0;
    top: auto;
    margin: 0;
    color: #000;
    z-index: 10;
    opacity: 1;
}

.section-video-thumb-carousel .owl-nav .owl-prev.disabled,
.section-video-thumb-carousel .owl-nav .owl-next.disabled {
    opacity: 0.4;
}

.section-video-thumb-carousel .owl-nav .owl-next {
    right: 30px;
}

.section-video-thumb-carousel-wrapper {
    margin: 0 -30px;
}

.videothumb-item-wrapper {
    padding: 0 30px;
}

.videothumb-item {
    background: #FFF;
}

.videothumb-item .text {
    padding: 20px;
}

.videothumb-item .text h3 {
    font-size: 16px;
    margin: 0;
    line-height: 1.2;
    min-height: 38px;
}

.videothumb-item .text h3 a {
    color: #000000;
}

.videothumb-item .image a {
    display: block;
    position: relative;
    z-index: 1;
}

.videothumb-item .image img {
    width: 100%;
}

.videothumb-item .image a:before {
    content: '';
    width: 60px;
    height: 60px;
    background: url(images/play@2x.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0.6;
    margin: -30px 0 0 -30px;
    transition: opacity .2s ease-in-out;
}

.videothumb-item:hover .image a:before {
    opacity: 1;
}

.video-featured-top {
    margin-bottom: 160px;
}

.search-results-filters {
    max-width: 720px;
    margin-bottom: 50px;
}

.search-results-filters .form-item {
    margin: 0 0 25px;
}

.search-results-filters ul {
    padding: 0;
    margin: 0 -5px;
    list-style: none;
}

.search-results-filters ul li {
    float: left;
    width: 33.3333%;
    margin: 0 0 25px;
    padding: 0 5px;
}

.search-results-filters ul li input {
    display: none;
}

.search-results-filters ul li label {
    font-weight: normal;
    margin: 0;
    display: block;
    padding-left: 40px;
    position: relative;
    z-index: 1;
}

.search-results-filters ul li label:before {
    content: '';
    width: 25px;
    height: 22px;
    position: absolute;
    border-radius: 4px;
    left: 0px;
    top: -2px;
    border: 1px solid #949494;
    z-index: 1;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.search-results-filters ul li input:checked + label {
/*    font-family: 'Gotham Medium', sans-serif;*/
    font-weight: 500;
}

.search-results-filters ul li input:checked + label:before {
    content: "\f00c";
}

.distributor-search-results-section {
    background: #f8f8f8;
}

.distributor-search-results-section > .container {
    padding: 120px 15px;
    position: relative;
    z-index: 1;
}

.distributor-search-results-section > .container:before {
    content: '';
    width: 300%;
    height: 100%;
    position: absolute;
    left: 100%;
    margin-left: -80px;
    bottom: 0px;
    background: #ed1c24;
    z-index: 1;
    display: block;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    transform: skew(-20deg);
    max-height: 700px;
}

.distributor-search-results-section h3 {
    font-size: 20px;
/*    font-family: 'Gotham Medium', sans-serif;*/
    font-weight: 500;
    margin: 0 0 10px;
}

.distributor-search-results-section h3 span {
    text-transform: uppercase;
    color: #ed1c24;
}

.distributor-search-results-section h3 + p {
    margin: 0 0 50px;
}

.distributor-search-results-section h3 + div {
    margin-top: 50px;
}

.distributors-search-list {
    margin: 0 -15px;
}

.distributor-search-result-item {
    float: left;
    width: 33.3333%;
    padding: 0 15px;
    margin: 0 0 40px;
}

.distributor-search-result-item:nth-child(3n+1) {
    clear: both;
}

.distributor-search-result-item h4 {
/*    font-family: 'Gotham Medium', sans-serif;*/
    font-weight: 500;
    font-size: 18px;
    margin: 0 0 4px;
    line-height: 1.4;
}

.distributor-search-result-item p {
    margin: 0;
}

.distributor-search-results-type-section + .distributor-search-results-type-section {
    margin-top: 80px;
}

.field-description {
    font-size: 12px;
    margin: 5px 0 0;
}

.field-description p {
    margin: 0;
}

.distributor-locator-form .form-error {
    color: #ED2028;
    font-size: 12px;
    margin-top: 10px;
}

.containerx {
    padding: 0 15px;
}

.search-results-section + .search-results-section {
    margin-top: 50px;
}

@media screen and (min-width: 768px) {
    .owl-item .content-page-inner .text {
        padding-left: 60px;
    }
}


/*---- Default style - object container */
ul#linkedin-con { margin: 0; width: 100%; padding: 0px; font-size: 14px; }

ul#linkedin-con:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
ul#linkedin-con h2 { display: none; padding: 15px 20px; background: -webkit-linear-gradient(top, #696969 0%, #3f3f3f 100%); background: linear-gradient(to bottom, #696969 0%, #3f3f3f 100%); color: white; margin: -20px -20px 20px; font-weight: 300; font-family: helvetica; font-size: 14px; }
ul#linkedin-con h2 img { width: 16px; height: 16px; margin-right: 10px; -webkit-clip-path: inset(1px 0 1px 1px); border-radius: 3px; vertical-align: baseline; margin-bottom: -3px; }

/*---- Default style - object item */
ul#linkedin-con #linkedin-item { padding-top: 0; list-style: none; margin: 0; position: relative; background: #FFF; width: 48.414%!important; float: left; height: 549.33px!important; overflow: auto; }
ul#linkedin-con #linkedin-item:last-child {
    float: right;
}

ul#linkedin-con #linkedin-item span a {
	display: none!important;
}

ul#linkedin-con #linkedin-item img.linkedin-update-logo { display: none !important; }
ul#linkedin-con #linkedin-item div { padding: 15px; }
ul#linkedin-con #linkedin-item div:after { content: ''; display: table; clear: both; }
ul#linkedin-con #linkedin-item div img { display: block; max-width: 100%; margin-bottom: 10px; height: auto; width: 100%; margin: 0 0 10px; }
ul#linkedin-con #linkedin-item i { display: block; margin: 0; font-size: 14px; line-height: 16px;  padding: 15px 20px; }
ul#linkedin-con #linkedin-item span a { position: absolute; top: 15px; right: 20px; }
ul#linkedin-con #linkedin-item h3 { padding: 0 6px 0 0; font-size: 16px; display: block; margin: 0 0 15px; }
ul#linkedin-con #linkedin-item h3 a { box-shadow: none; text-decoration: none; }
ul#linkedin-con #linkedin-item h3 + p { display: inline; line-height: 1.56em; }
ul#linkedin-con #linkedin-item:last-child { margin: 0; }

/*---- Responsive styling */
@media ( max-width: 500px ) {
    ul#linkedin-con h2 { line-height: 1.8em; padding-left: 46px; }
    ul#linkedin-con h2 img { margin-left: -26px; }
    ul#linkedin-con #linkedin-item span a { position: static; display: block; padding: 0 20px 15px; background: #262626; margin: 0 -1px; }
    ul#linkedin-con #linkedin-item i { padding-bottom: 10px; }
    body ul#linkedin-con #linkedin-item img { margin: 0 auto 8px; float: none; }
    ul#linkedin-con #linkedin-item span { position: relative; width: 100%; display: block; }
}

.find-tubo-popup-content {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.ftp-logo {
    max-width: 240px;
    margin: 0 auto 15px;
}

.ftp-buttons {
    font-size: 0;
}

.ftp-buttons .button {
    min-width: 140px;
    color: #FFF!important;
}

.ftp-buttons a.button:first-child {
    margin-right: 20px;
}

.ftp-buttons a.button:first-child:after {
    display: none;
}

@media screen and (min-width: 1360px) {
    .breadcrumbs-top-sep {
        margin-top: 48px;
    }
}

@media screen and (max-width: 1199px) {
    .homepage-nav-dots {
        display: none!important;
    }
}

.homepage-nav-dots {
    position: fixed;
    right: 10px;
    top: 85%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1000;
    transition: top .8s,opacity .8s;
    opacity: 0;
}

.homepage-nav-dots.active {
    top: 50%;
    opacity: 1;
}

.homepage-nav-dots span {
    display: block;
    border-radius: 50%;
    background: #7d7d7d;
    border: 1px solid #FFF;
    width: 12px;
    height: 12px;
    cursor: pointer;
}

.homepage-nav-dots span + span {
    margin-top: -10px;
}

.homepage-nav-dots.active span + span {
    margin-top: 10px;
}

.homepage-nav-dots span.active {
    background-color: #030303;
}

/* V2 */
.navbar-nav > li > a {
    font-size: 16px;
}

.navbar-nav > li > ul > li > a {
    font-size: 16px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.navbar-nav > li > a > span {
    padding: 5px 0;
}

.header-right {
    padding-top: 5px;
    padding-bottom: 5px;
}

.header-bottom .navbar-nav > li > ul > li > a {
    padding-top: 6px;
    padding-bottom: 6px;
}

body {
    padding-top: 80px;
}

.logo {
    padding-top: 22px;
    padding-bottom: 22px;
    height: 118px;
}

.logo:after {
    border-top-width: 118px;
}

.homepage-hero .text-inner h2,
.homepage-hero .text-inner h1 {
    font-size: 42px;
    margin-bottom: 15px;
}

.homepage-hero .text-inner {
    font-size: 18px;
    line-height: 1.6;
}

.homepage-hero .text-inner p {
    margin-bottom: 20px;
}

.homepage-hero {
    height: 400px;
}

.home .newsletter-section-left {
	width: 100%!important;
}

.home .newsletter-section .newsletter-section-right {
	display: none;
}

.homepage-hero-block h3 {
    font-size: 32px;
    margin-bottom: 15px;
}

.homepage-hero-block-inner {
    padding-top: 20px;
    padding-bottom: 20px;
}
/* V2 */

#calendar:not(:empty) {
    padding: 20px;
}

.fc-toolbar .fc-left h2 {
    cursor: pointer;
}

.fc-toolbar .fc-left h2:before {
    content: "\f060";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 75%;
    vertical-align: 2px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-right: 10px;
}

.large-blocks-tabs .general-block.full-image-block .text {
    padding-top: 70px;
}

.large-blocks-tabs .general-block.full-image-block {
    margin-bottom: 0;
}

.large-blocks-slider-section {
    background: #f8f8f8;
}

@media screen and (min-width: 1360px) {
    .header-bottom-sticky + .page-title-section {
        margin-top: 38px;
    }
}

@media screen and (max-width: 1889px) {
    .general-block:last-child {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1890px) {
    .general-block:not(.full-image-block) + .general-block.reversed:not(.gb-same-level) {
        margin-top: 120px;
    }
    
    .general-block:last-child {
        margin-bottom: 20px;
    }
}

.btt {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255,255,255,.3);
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 100;
    font-size: 20px;
    transition: all .4s ease-in-out;
    transform: translateY(100px);
}

.btt:hover {
    background-color: rgba(255,255,255,.6);
}

.btt.clickable {
    transform: translateY(0);
}

.page-sections-nav {
    background: #000;
}

.page-sections-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: table;
    width: 100%;
}

.page-sections-nav ul li {
    display: table-cell;
}

.page-sections-nav ul li a{
    color: #FFF;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 10px 5px;
    width: 20%;
}
.page-sections-nav ul li a:hover, 
.page-sections-nav ul li a:focus{
    text-decoration: none;
}

.page-sections-nav ul li a:before {
    content: "\f063";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
}

.page-sections-nav ul li:hover {
    background: #5b5b5b;
}

.newsroom-search {
    padding: 50px 0;
}

.newsroom-search + .main-page-wrapper {
    padding-top: 30px;
}

.newsroom-search .form-item {
    max-width: 780px;
    margin: 0 auto;
}

.newsroom-search .search-form input[type="text"] {
    padding: 21px 15px 21px 55px;
    background: #FFF url(images/search2@2x.png) no-repeat 15px center;
    background-size: 18px 19px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.12);
}

.newsroom-search-form-popup {
    text-align: center;
    margin-top: 25px;
    border-top: 1px solid #ddd;
}

.newsroom-search-form-popup ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.newsroom-search-form-popup ul li {
    display: inline-block;
    padding: 0 15px;
}

.newsroom-search-form-popup ul li input {
    display: none;
}

.newsroom-search-form-popup ul li label {
    padding: 12px 0 10px;
    display: block;
    font-weight: normal;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    padding-left: 40px;
    position: relative;
    z-index: 1;
}

.newsroom-search-form-popup ul li label:before {
    content: '';
    width: 25px;
    height: 22px;
    position: absolute;
    border-radius: 4px;
    left: 0px;
    top: 11px;
    border: 1px solid #949494;
    z-index: 1;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.newsroom-search-form-popup ul li input:checked + label,
.newsroom-search-form-popup ul li:hover label {
    border-bottom-color: #ed1c24;
}

.newsroom-search-form-popup ul li input:checked + label:before {
    content: "\f00c";
}

.search-page-top-filters .newsroom-search {
    padding-top: 0;
}

.page-template-template-newsroom .global-search-by-type:last-child {
    display: none;
}

.download-media-kit {
    font-size: 18px;
}

.download-media-kit img {
    margin-bottom: 20px;
}

.media-kit-section {
    margin-bottom: 40px;
}

.media-kit-section > h3 {
/*    font-family: 'Gotham Medium', sans-serif;*/
    font-weight: 500;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.media-kit-press-release-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.media-kit-press-release-list > li + li {
    margin-top: 10px;
}

.media-kit-leaders-bios-list ul {
    padding: 0;
    margin: 0 -15px;
    list-style: none;
}

.media-kit-leaders-bios-list ul li {
    float: left;
    width: 33.3333%;
    padding: 0 15px;
    text-align: center;
    margin-bottom: 25px;
}

.media-kit-leaders-bios-list ul li:nth-child(3n+1) {
    clear: both;
}

.media-kit-leaders-bios-list ul li img {
    margin-bottom: 15px;
}

.homepage-news-section .homepage-news-list {
    margin: 0 -15px;
}

.homepage-news-section .homepage-news-item-wrapper {
    padding: 0 15px;
}

.page-template-template-newsroom .newsroom-search-filters-row:first-child ul li label {
    padding-left: 0;
}

.page-template-template-newsroom .newsroom-search-filters-row:first-child ul li label:before {
    display: none!important;
}

.weibo-block-wrapper {
    width: 48.414%!important;
    float: left;
}

.weibo-block-wrapper:last-child {
    float: right;
}

.weibo-block {
    background: #FFF;
    padding: 25px;
}

.weibo-block-content {
    overflow: auto;
    height: 414.33px;
}

.weibo-block img {
    max-width: 100%;
    height: auto!important;
}

.weibo-block-header {
    margin: 0 0 15px;
}

.weibo-profile-img {
    width: 40px;
    float: left;
}

.weibo-profile-img img {
    border-radius: 50%;
}

.weibo-profile-text {
    padding-left: 55px;
}

.weibo-profile-text .h3 {
    font-size: 18px;
    margin: 0;
    line-height: 1.3;
}

.weibo-profile-text .h3 a {
    color: #000;
    text-decoration: none;
}

.weibo-profile-text p {
    color: #939393;
    margin: 0;
    font-size: 13px;
}

.cn-products-list {
	margin: 0 0 100px;
}

.cn-products-list .detail-view {
	display: none;
}

.homepage-slider {
	display: block!important;
	max-height: 500px;
	overflow: hidden;
}

.section-html-content img {
	max-width: 100%;
	height: auto;
}

.leadership-list-section {
	background: #f8f8f8;
	padding: 50px 0;
}

.leadership-list-items-wrapper {
	max-width: 1366px;
	margin: 0 auto;
}

.leadership-list {
	margin: 0 -15px;
}

.leadership-team-item-wrapper {
	width: 33.3333%;
	float: left;
	padding: 0 15px;
	margin: 0 0 30px;
}

.leadership-team-item-wrapper:nth-child(1) {
	width: 100%;
}

.leadership-team-item {
	text-align: center;
	padding: 15px;
	background: #FFF;
	max-width: 436px;
	margin: 0 auto;
}

.leadership-team-item img {
	margin: 0 auto;
}

.leadership-team-item .text {
	margin: 20px 0 0;
	min-height: 90px;
}

.leadership-team-item .text h3 {
	margin-top: 0;
}

.leadership-team-item .text p {
	margin: 0;
}

/*
#homepage-hero-1 .button {
	margin: 412px 0 0 154px;
}
*/

.infobox__subtitle#info-email {
	display: none!important;
}

.turbo-results-table-block {
	padding: 60px 0;
}

.turbo-results-table-block table tr.even td {
    background: #fafafa;
}

.turbo-results-table-block select.form-control {
	background: #FFF url(images/select@2x.png) no-repeat right center;
    background-size: 25px 7px;
    padding: 9px 40px 9px 15px;
	height: auto;
	line-height: 1.45;
}

/* INSTALLER CONNECT */
.tableContentWrapper {
	position: relative;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	background: #ed1c24;
	border-color: #5b5b5b;
}

.pagination>li>a, .pagination>li>span {
	color: #ed1c24;
}

.find-turbo-section-wrapper.loading:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.3) url(images/loading.svg) no-repeat center;
    background-size: 30px 30px;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.hoverBox,
.turbo-search-disclaimer-popup {
    background: #000;
    border: 4px solid #000;
    color: #fff;
    display: none;
    padding: 15px;
    position: absolute;
    right: -370px;
    top: -20px;
    width: 350px;
    z-index: 20;
    margin: 0;
    list-style: none;
    text-align: left;
}

.turbo-search-disclaimer-popup {
    background-color: #f8f8f8;
    font-size: 14px;
    border: 1px solid #ed1c24;
    color: #000;
    top: -16px;
}

.turbo-search-disclaimer-popup p:last-child {
    margin-bottom: 0;
}

.hoverBox:after,.hoverBox:before,
.turbo-search-disclaimer-popup:after,
.turbo-search-disclaimer-popup:before {
    right: 100%;
    top: 25px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.hoverBox:after,
.turbo-search-disclaimer-popup:after {
    border-color: transparent;
    border-right-color: #000;
    border-width: 5px;
    margin-top: -5px;
}

.turbo-search-disclaimer-popup:after {
    border-right-color: #f8f8f8;
    border-width: 10px;
    margin-top: -10px;
}

.hoverBox:before,
.turbo-search-disclaimer-popup:before {
    border-color: transparent;
    border-right-color: #000;
    border-width: 11px;
    margin-top: -11px;
}

.turbo-search-disclaimer-popup:before {
    border-right-color: #ed1c24;
}

.hoverBox li {
    font-weight: 700;
    margin-bottom: 5px;
    word-wrap: break-word;
}

.hoverBox li span {
    font-weight: 400;
}

.catalog-search-possible-icon {
    display: inline-block;
    margin-left: 5px;
    position: relative;
    float: left;
    margin-right: 10px;
}
.catalog-search-possible-icon .fas {
    color: #ed1c24;
    font-size: 1.2em;
}

.linkForHover:hover~.hoverBox,
.catalog-search-possible-icon:hover .turbo-search-disclaimer-popup {
    display: block;
}

.am_page-template-template-catalogue-specs .button-back,
.am_page-template-template-catalogue-npi-single .button-back,
.single-catalog_product .button-back {
    margin-top: 15px;
}

.am_page-template-template-catalogue-npi-single .button-back:after,
.am_page-template-template-catalogue-specs .button-back:after,
.single-catalog_product .button-back:after {
    display: none;
}

.am_page-template-template-catalogue-npi-single .button-back:before,
.am_page-template-template-catalogue-specs .button-back:before,
.single-catalog_product .button-back:before {
    content: "\f104";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 12px;
    vertical-align: -1px;
}

.turbo-specs-page .table-responsive {
	margin: 0 0 20px;
}

.turbo-specs-page table th {
	text-align: center!important;
	font-size: 16px!important;
}

.turbo-specs-page table tbody th {
	background-color: inherit!important;
	color: inherit;
}

.turbo-specs-page table tbody td {
	background-color: inherit!important;
	text-align: center;
}

.turbo-specs-page table tbody th {
	width: 50%;
}

.turbo-specs-page table tbody td {
	width: 12.5%;
}

.turbo-specs-page table tbody th + td:last-child {		
	width: 50%;		
}

.turbo-specs-page table tbody td .fa-times {
	color: #ed1c24;
}

.turbo-specs-page table tbody td .fa-check {
	color: green;
}

.complete-specs-related-oe {
	position: relative;
	display: inline-block;
}

.complete-specs-related-oe:hover .complete-specs-related-oe-tooltip {
	display: block;
}

.complete-specs-related-oe > span {
	display: inline-block;
	cursor: pointer;
	border-bottom: 1px dotted #000;
}

.complete-specs-related-oe-tooltip {
	position: absolute;
	left: 40px;
	top: -15px;
	z-index: 10;
	background: #FFF;
	border: 2px solid #999;
	width: 190px;
	padding: 10px;
	font-size: 14px;
	display: none;
}

.complete-specs-related-oe-tooltip:after,
.complete-specs-related-oe-tooltip:before {
	right: 100%;
	top: 25px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.complete-specs-related-oe-tooltip:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #FFF;
	border-width: 10px;
	margin-top: -10px;
}

.complete-specs-related-oe-tooltip:before {
	border-color: rgba(153, 153, 153, 0);
	border-right-color: #999999;
	border-width: 13px;
	margin-top: -13px;
}

.complete-specs-related-oe-tooltip ul {
	padding: 0;
	margin: 10px 0 0;
	list-style: none;
}

.pt-converter-click {
	cursor: pointer;
	font-weight: 700;
	color: #ed1c24;
}

.pt-converter-value:not(.active) {
	display: none;
}

.pt-converter-click.active {
	color: #000;
}

.turbo-specs-page h2 {
	margin: 0 0 30px;
}

.turbo-specs-page h2 strong {
	color: #ed1c24;
}

.turbo-specs-actions {
	margin: 0 0 30px;
	border: 1px solid #000;
	padding: 15px;
	max-width: 350px;
}

.turbo-specs-actions input[type="number"] {
	width: 75px;
	border: 1px solid #ccc;
    padding: 8px 15px;
    background: #FFF;
    line-height: 32px;
	vertical-align: middle;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
}

.turbo-specs-actions .button {
	width: 235px;
}

/*
.turbo-specs-page article > .container > .row {
	max-width: 1150px;
}
*/

.turbo-specs-gallery {
	margin: 0 0 30px;
	max-width: 530px;
}

.turbo-specs-gallery-list {
	margin: 0 -15px;
}

.turbo-specs-gallery-item {
	width: 25%;
	float: left;
	padding: 0 15px;
	margin: 0 0 15px;
}

.turbo-specs-gallery-item a {
	display: block;
	border: 1px solid #ccc;
}

.turbo-specs-gallery-item a img {
	width: 100%;
}

.turbo-specs-gallery-item:first-child {
	width: 100%;
	margin-bottom: 30px;
}

.turbo-gallery-info {
	margin-bottom: 30px;
}

.turbo-specs-gallery > p {
	padding: 0 15px;
}

.wishlist-success-message {
	position: relative;
	padding: 20px;
}

.wishlist-success-message .button {
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 2;
}

.am_page-template-template-wishlist .page-title-text.full-width {
	max-height: 190px;
}

.wishlist-quote-block {
	border: 1px solid #000;
	padding: 15px;
}

.wishlist-quote-block h3 {
	margin: 0 0 15px;
}

.wishlist-quote-block .form-item {
	margin: 0 0 15px;
}

.wishlist-quote-block textarea {
	resize: none;
	height: 100px;
}

.wishlist-table td:nth-child(1) {
	width: 20%;
}

.wishlist-table td:last-child {
	width: 15%;
	text-align: center;
}

.wishlist-table td a {
	text-decoration: none!important;
}

.qty-selector input[type="number"] {
    width: 100%;
    border: none;
    background: none;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
	padding: 5px 5px;
	font-weight: 500;
	line-height: 20px;
}

.qty-selector input[type="number"]::-webkit-inner-spin-button,
.qty-selector input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.qty-selector {
    position: relative;
    color: #000;
    left: 0;
    top: 0;
    width: 120px;
    padding: 0 20px;
	margin: 0 auto;
}

.qty-selector .qty-up {
    cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	height: 30px;
	line-height: 30px;
	width: 20px;
	text-align: center;
	z-index: 2;
}

.qty-selector .qty-down {
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0;
	height: 30px;
	line-height: 30px;
	width: 20px;
	text-align: center;
	z-index: 2;
}

.btn-breadcrumb {
	margin: 0 0 40px;
}

.btn-breadcrumb > .btn.disabled {
    opacity: 1 !important;
    color: #333;
	background-color: #8A8A8A!important;
}
.btn-breadcrumb > .btn.disabled:after {
	border-left-color: #8A8A8A!important;
}

.btn-breadcrumb .btn:not(:last-child):after {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
	border-left: 14px solid #f7f7f7;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	left: 100%;
	z-index: 3;
	transition: border-color .2s ease-in-out;
}

.btn-breadcrumb .btn:not(:last-child):before {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
	border-left: 14px solid #f7f7f7;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	margin-left: 1px;
	left: 100%;
	z-index: 3;
	transition: border-color .2s ease-in-out;
}

.btn-breadcrumb .btn {
	padding: 12px 25px 12px 39px;
	background: #000;
	font-size: 18px;
	font-weight: 500;
	border-color: #ccc!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	line-height: 26px;
	z-index: auto!important;
	text-align: center;
	min-width: 180px;
	transition: color .2s ease-in-out, background-color .2s ease-in-out;
}

.btn-breadcrumb .btn:first-child {
	padding-left: 25px;
}

.btn-breadcrumb .btn:last-child {
}

.btn-breadcrumb .btn.btn-primary:hover {
	background-color: #ed1c24;
}

.btn-breadcrumb .btn.btn-primary.active {
	background-color: #ed1c24;
}

.btn-breadcrumb .btn.btn-primary:not(:last-child):after {
	border-left-color: #000;
}
.btn-breadcrumb .btn.btn-primary:not(:last-child):before {
	border-left-color: #f7f7f7;
}
.btn-breadcrumb .btn.btn-primary:hover:not(:last-child):after,
.btn-breadcrumb .btn.btn-primary.active:not(:last-child):after {
	border-left-color: #ed1c24;
}
.btn-breadcrumb .btn.btn-primary:hover:not(:last-child):before,
.btn-breadcrumb .btn.btn-primary.active:not(:last-child):before {
	border-left-color: #f7f7f7;
}

.installer-training-landing-block > .text {
	margin: 0 0 30px;
}

.installer-training-level-page .alert-info {
	padding-left: 50px;
	position: relative;
	z-index: 1;
	background: #ed1c24;
	border-color: #000;
	color: #FFF;
}

.modalvideo .alert-danger {
	display: none;
}

.modalvideo .alert-danger {
	padding-left: 50px;
	position: relative;
	z-index: 1;
}

.modalvideo .modal-dialog {
	max-width: 820px;
}

.modalvideo .modal-content {
	padding: 25px;
}

.optin-new-role-block {
	padding: 25px;
	position: relative;
	z-index: 1;
	border: 1px solid #000;
	max-width: 450px;
	margin: 0 auto;
	text-align: center;
}

.optin-new-role-block h3 {
	margin: 0 0 20px;
	color: #ed1c24;
}

.optin-new-role-block .form-item {
	margin: 0 0 25px;
	display: inline-block;
}

.installer-training-level-page .alert-info .glyphicon,
.alert-danger .glyphicon {
	position: absolute;
	left: 15px;
	top: 50%;
	font-size: 24px;
	margin-top: -12px;
	z-index: 2;
}

.installer-training-level-page-videos {
	padding: 20px;
	border: 1px solid #CCCCCC;
	position: relative;
	z-index: 1;
}

.installer-training-level-page-videos.loading:before {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.8) url(images/loading.svg) no-repeat center;
	background-size: 30px 30px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
}

.single-training_level .wrapper {
	overflow: visible;
}

.installer-training-level-page-status {
	padding: 20px;
	border: 1px solid #CCCCCC;
}

.installer-training-level-page-status-col {
	position: -webkit-sticky;
	position: sticky;
	top: 130px;
}

.installer-training-level-page-status h3 {
	margin: 0 0 20px;
}

.installer-training-level-page-status p {
	margin-bottom: 15px;
}

.installer-training-level-page-status p:last-child {
	margin-bottom: 0;
}

.installer-training-video-block + .installer-training-video-block {
	border-top: 1px solid #CCCCCC;
	padding-top: 20px;
	margin-top: 20px;
}

.installer-training-video-block .image {
}

.installer-training-video-thumb {
	display: block;
	position: relative;
	z-index: 1;
	border-radius: 5px;
	height: 180px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.seen .installer-training-video-thumb:after {
	content: '\f00c';
    background: #fff;
    border: 4px solid #7EB339;
    border-radius: 50%;
    color: #7EB339;
	font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    height: 40px;
    left: 10px;
    line-height: 33px;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 40px;
}

.installer-training-video-thumb:before {
    content: '';
    width: 60px;
    height: 60px;
    background: url(images/play@2x.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0.6;
    margin: -30px 0 0 -30px;
    transition: opacity .2s ease-in-out;
}

.installer-training-video-block .text {
	padding-right: 40px;
}

.installer-training-video-block .text h2 {
	margin-top: 0;
	font-size: 24px;
}

.installer-training-video-block .button {
	float: right;
}

.installer-training-videos-note {
	padding-top: 40px;
}

.installer-training-level-page .modal-header h2 {
	margin: 0 0 30px;
	padding-right: 25px;
	font-size: 28px;
}

.take-exam-action {
	margin-top: 30px;
}

.training-exam-top-text {
	margin: 0 0 50px;
}

.training-exam-top-text h2 {
	margin-top: 0;
}

.training-exam-question-item {
	position: relative;
	z-index: 1;
}

.training-exam-question-item.loading:before {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.8) url(images/loading.svg) no-repeat center;
	background-size: 30px 30px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
}

.training-exam-questions button[type="submit"]:disabled {
	background-color: #000!important;
	opacity: 0.5;
}

.training-exam-question-item {
	border-bottom: 1px solid #ccc;
	margin: 0 0 30px;
}

.training-exam-question-item h4 {
	margin: 0 0 15px;
}

.training-exam-question-item ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.training-exam-question-item ul li {
	margin: 0;
}

.training-exam-question-item ul li:nth-child(odd) label {
	background-color: #F5F5F5;
}

.training-exam-question-item ul li:hover input + label {
    background: #e6e6e6;
}

.training-exam-question-item ul li input[type="radio"] {
	display: none;
}

.training-exam-question-item ul li label {
	font-weight: 400;
	margin: 0;
	display: block;
	position: relative;
	z-index: 1;
	padding: 13px 15px;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.training-exam-question-item ul li input + label {
	cursor: pointer;
	padding-left: 50px;
}

.training-exam-question-item ul li input + label:before {
	content: '';
	width: 16px;
	height: 16px;
	background: #FFF;
	border: 1px solid #000;
	border-radius: 50%;
	position: absolute;
	left: 15px;
	top: 15px;
	z-index: 1;
}

.training-exam-question-item ul li input:checked + label,
.training-exam-question-item ul li label.user-selected {
	background-color: #1f1f1f;
	color: #FFF;
}

.training-exam-question-item ul li input:checked + label:after {
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #000;
	position: absolute;
	left: 19px;
	top: 19px;
	z-index: 2;
}

.training-exam-question-item ul li label.user-selected:before {
	display: none!important;
}

.training-exam-question-item ul li label.user-selected:after {
    position: absolute;
    right: 15px;
    top: 11px;
    z-index: 1;
    font: normal normal normal 24px/1 FontAwesome;
    text-align: center;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.training-exam-question-item ul li label.correct {
	background-color: #7EB339!important;
}

.training-exam-question-item ul li label.correct:after {
	content: '\f00c';
}

.training-exam-question-item ul li label.wrong {
	background-color: #EE3123!important;
}

.training-exam-question-item ul li label.wrong:after {
	content: '\f00d';
}

.training-exam-question-item ul li label.user-selected {
	padding-right: 50px;
}

.training-exam-warning-incomplete {
	border: 1px solid #EEE;
	border-top: 2px solid #FF6B00;
	background: #FFF;
	padding: 25px;
	margin: 0 0 30px;
	padding-left: 75px;
	position: relative;
	z-index: 1;
}

.training-exam-warning-incomplete .fa {
	color: #FF6B00;
	font-size: 30px;
	position: absolute;
	left: 25px;
	top: 25px;
	z-index: 1;
}

.training-exam-warning-incomplete p {
	margin: 0;
}

.training-select-gift-box {
	padding: 20px;
    border: 1px solid #CCCCCC;
}

.training-select-gift-box h3 {
	margin-top: 0;
}


.training-gifts-list {
	margin: 30px -15px 0;
}

.training-gift-item-wrapper {
	padding: 0 15px;
	float: left;
	width: 25%;
}

.training-gift-item {
	position: relative;
	z-index: 1;
}

.training-gift-zoom {
	font-size: 18px;
	position: absolute;
	right: 25px;
	top: 20px;
	z-index: 5;
}

.training-gift-item input {
	display: none;
}

.training-gift-item label {
	cursor: pointer;
	padding: 15px;
	border: 1px solid #CCC;
	text-align: center;
	font-weight: 500;
}

.training-gift-item img {
	margin: 0 0 15px;
}

.training-gift-item input:checked + label {
	background-color: #ed1c24;
	color: #FFF;
}

.training-gift-box-actions {
	padding-top: 30px;
	display: none;
}

#trainingShippingModal .alert {
	padding-left: 55px;
	position: relative;
	z-index: 1;
}

.training-shipping-modal .modal-dialog {
	max-width: 820px;
}

.training-shipping-modal .modal-content {
	padding: 25px;
}

.training-level-shipping .form-row {
	margin-bottom: 20px;
}

.training-level-shipping .form-row input[type="checkbox"] {
	margin-right: 10px;
}

.training-level-shipping {
	padding: 20px;
    border: 1px solid #CCCCCC;
}

.training-level-shipping h3 {
	margin-top: 0;
}

.training-level-shipping .button {
	margin-top: 25px;
}

#trainingShippingModal form,
.training-select-gift-box,
.activate-badge-form form {
	position: relative;
}

#trainingShippingModal form.loading:before,
.training-select-gift-box.loading:before,
.activate-badge-form form.loading:before {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.8) url(images/loading.svg) no-repeat center;
	background-size: 30px 30px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
}

.myaccount-ebadge-list {
	margin: 0 -15px;
}

.ebadge-list-item-wrapper {
	padding: 0 15px;
	float: left;
	width: 33.3333%;
	margin: 0 0 30px;
}

@media screen and (max-width: 1199px) {
	.ebadge-list-item-wrapper {
		width: 50%;
	}
}

.ebadge-list-item {
	border: 1px solid #cccccc;
	padding: 15px;
	text-align: center;
	position: relative;
}

.download-certificate-btn {
	position: absolute;
	right: 15px;
	top: 15px;
	background: #000;
	padding: 5px 15px;
	color: #FFF!important;
}

.ebadge-list-item img {
	width: 100%;
	max-width: 80%!important;
	margin: 0 auto;
}

.ebadge-list-item-actions {
	margin-top: 20px;
}

.woocommerce .ebadge-list-item-actions button.button,
.woocommerce .ebadge-list-item-actions a.button {
	width: 100%;
	padding: 15px 10px;
	font-size: 14px;
}

.ebadge-list-item-actions .button + .button {
	margin-top: 10px;
}

@media screen and (min-width: 1200px) {
	.ebadge-list-item-wrapper:nth-child(3n+1) {
		clear: both;
	}
}

@media screen and (max-width: 1199px) {
	.ebadge-list-item-wrapper:nth-child(2n+1) {
		clear: both;
	}
	
	.woocommerce .ebadge-list-item-actions button.button,
	.woocommerce .ebadge-list-item-actions a.button {
		width: 100%;
		padding: 10px 10px;
		font-size: 12px;
	}
	
	.ebadge-list-item h4 {
		font-size: 16px;
	}
}

@media screen and (max-width: 499px) {
	.ebadge-list-item-wrapper {
		width: 100%;
	}
}

.woocommerce-account .page-title-text.single-page-title-section,
.woocommerce-page .page-title-text.single-page-title-section {
	max-height: 170px;
}

.woocommerce-info {
	border-top-color: #000;
}

.woocommerce-info::before {
	color: #000;
}

.mark, mark {
	padding: 0;
	background-color: inherit;
}

.ebadge-list-item h4 {
	margin: 30px 0 0;
}

.woocommerce-MyAccount-navigation {
	background: #FFF;
	max-width: 400px;
}

.woocommerce-MyAccount-navigation ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.woocommerce-MyAccount-navigation ul li {
	
}

.woocommerce-MyAccount-navigation ul li + li {
	border-top: 1px solid #f8f8f8;
}

.woocommerce-MyAccount-navigation ul li a {
	color: #000000!important;
	text-decoration: none!important;
	display: block;
	padding: 15px 25px;
	position: relative;
	z-index: 1;
	font-weight: 400!important;
	border-left: 1px solid transparent;
}

.woocommerce-MyAccount-navigation ul li a:hover {
	background-color: rgba(0,0,0,.05);
}

.woocommerce-MyAccount-navigation ul li.current-menu-item > a,
.woocommerce-MyAccount-navigation ul li.current-menu-ancestor > a {
	border-left-color: #ed1c24;
	font-weight: 500!important;
}

.woocommerce-MyAccount-navigation ul li.current-menu-item > ul,
.woocommerce-MyAccount-navigation ul li.current-menu-ancestor > ul {
	display: block;
}

.woocommerce-MyAccount-navigation ul li.menu-item-has-children > a:after {
    content: "\f107";
    width: 50px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
    text-align: center;
	line-height: 52px;
}

.woocommerce-MyAccount-navigation ul li ul {
	background: #53575a;
	display: none;
}

.woocommerce-MyAccount-navigation ul li ul li + li {
	border-top-color: #4e5052;
}

.woocommerce-MyAccount-navigation ul li ul li a {
	color: #FFF!important;
	border: none!important;
}

.woocommerce-MyAccount-navigation ul li ul li a:hover {
	background-color: rgba(255,255,255,.1);
}

.activate-badge-form {
	border: 1px solid #cccccc;
	padding: 15px;
}

.woocommerce .activate-badge-form form .form-row {
	padding: 0;
	margin: 0 0 15px;
}

.activatedBadge {
	color: #00B743;
}

.notActivatedBadge {
	color: red;
}

.share-ebadge-option {
	margin: 30px 0;
}

.listSharingOptionsEbadge {
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
}

.listSharingOptionsEbadge li .fa {
	width: 50px;
	height: 50px;
	display: inline-block;
	background: #3b5998;
	color: #FFF;
	text-align: center;
	cursor: pointer;
	line-height: 50px;
	font-size: 24px;
	vertical-align: middle;
	margin-right: 10px;
}

.share-ebadge-option .form-group input {
	float: left;
	background: #f2f2f2;
    border: 1px solid #ccc;
	width: calc(100% - 200px);
	line-height: 32px;
}

.slideContentEBadge {
	background: #ffffff;
	bottom: 0;
	height: calc(100% - 112px);
	left: 0;
	overflow-y: auto;
	padding-top: 60px;
	position: fixed;
	right: 0;
	top: 112px;
	-webkit-transform: translate3d(100%, 0, 0);
	-moz-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	transition: transform 0.5s ease;
	-webkit-transition: transform 0.5s ease;
	-moz-transition: transform 0.5s ease;
	z-index: 100;
}

.slideContentEBadge.slideIn {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.mainTitleEbadgePreview {
  font-family: 'Arial Bold', Arial;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-left: 20px;
}

.mainTitleEbadgePreview span {
  color: #EE3124;
}

.wrapperContentEbadgePreview {
  background: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 20px;
  width: 100%;
}

.wrapperContentEbadgePreview .eBadgeNamePreview {
  font-family: 'Arial Bold', Arial;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 10px;
	margin-top: 0;
	text-transform: none;
}

.wrapperContentEbadgePreview .eBadgeGaragePreview {
  font-family: Arial;
  font-size: 24px;
  margin-bottom: 20px;
}

.wrapperFooterEBadgePreview {
  margin: 20px 0;
  padding: 0 15px;
  width: 100%;
}

.wrapperFooterEBadgePreview .topFooterEBadgePreview {
  background: #000;
  color: #fff;
  font-family: Arial;
  font-size: 20px;
  font-weight: bold;
  padding: 12px 20px;
  text-transform: uppercase;
}

.wrapperFooterEBadgePreview .footerListEbadgePreview {
  background: #ed1d25;
  color: #fff;
  margin: 0;
  padding: 15px;
  text-align: center;
	text-transform: none;
}

.wrapperFooterEBadgePreview .footerListEbadgePreview li {
  border-right: 1px solid #fff;
  font-family: Arial, sans-serif;
  font-size: 16px;
	list-style: none;
}

.wrapperFooterEBadgePreview .footerListEbadgePreview li:last-child {
  border-right: none;
}

.wrapperBackButtonEBadgePreview {
  height: 52px;
  margin-bottom: 20px;
  margin-top: 20px;
  position: relative;
  text-align: right;
}

.wrapperBackButtonEBadgePreview button {
  position: absolute;
  right: 0;
}

.wrapperTextEbadgePreview {
  margin-top: 20px;
}

.wrapperTextEbadgePreview ol {
	padding: 0;
	margin: 0;
	list-style: none;
}

.highlightedTextEbadgePreview {
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
}

.highlightedTextEbadgePreview.paragraphTitle {
  font-size: 16px;
  margin: 0;
}

.badgeDescriptionPreview {
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
}

.iconEbadgePreview {
  float: left;
  margin: 0 35px 0 20px;
	width: 180px;
}

.wrapperBackButtonEBadgePreview .button-back:after {
	display: none;
}

.wrapperBackButtonEBadgePreview .button-back:before {
	content: "\f104";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 12px;
    vertical-align: -1px;
}

.header-user-profile {
	color: #FFF;
	position: relative;
}

.header-user-profile .fa-user-lock {
	color: #a0a0a0;
}

.header-right > ul > li .header-user-profile .user-menu-counter {
	top: -7px;
}

.user-floating-menu {
	position: fixed;
	right: 0;
	top: 230px;
/*
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
*/
	z-index: 1001;
	background: #000000;
	width: 40px;
	padding: 20px 0;
}

.user-floating-menu > ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.user-floating-menu > ul > li {
	position: relative;
}

.user-floating-menu > ul > li > a {
	display: block;
	text-align: center;
	color: #FFF;
	padding: 9px 0;
	font-size: 15px;
	text-decoration: none!important;
	line-height: 22px;
}

.user-minicart,
.user-floating-menu > ul > li > ul,
.user-floating-search,
.floating-menu-tooltip {
	position: absolute;
	width: 278px;
	right: 100%;
	top: 0;
	z-index: 100;
	background: #4f4f4f;
	color: #FFF;
	display: none;
	font-size: 15px;
}

.floating-menu-tooltip {
	width: 150px;
	padding: 11px;
}

.user-floating-menu > ul > li > ul {
	width: 205px;
}

.user-floating-search {
	padding: 11px 15px;
	color: #000;
	font-size: 15px;
}

.user-floating-search .form-item {
	position: relative;
	z-index: 1;
}

.user-floating-search input[type="text"] {
	padding-right: 30px!important;
}

.user-floating-search button[type="submit"] {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	padding: 0 5px;
	background: none;
	border: none;
	height: 100%;
}

.user-floating-menu > ul > li:hover > ul,
.user-floating-menu > ul > li:hover > .user-minicart,
.user-floating-menu > ul > li:hover > .user-floating-search,
.user-floating-menu > ul > li:hover .floating-menu-tooltip {
	display: block;
}

.user-floating-menu > ul > li > ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.user-minicart:before,
.user-floating-menu > ul > li > ul:before,
.user-floating-search:before,
.floating-menu-tooltip:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 10px;
	border-color: transparent transparent transparent #4f4f4f;
	position: absolute;
	left: 100%;
	top: 13px;
	z-index: 2;
}

.user-floating-menu > ul > li > ul > li + li {
	border-top: 1px solid #515151;
}

.user-floating-menu > ul > li > ul > li > a {
	display: block;
	color: #FFF!important;
	text-decoration: none!important;
	padding: 9px 15px 9px 25px;
	position: relative;
	z-index: 1;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 22px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.user-floating-menu > ul > li > ul > li > a .fas {
	margin-right: 12px;
}

.user-floating-menu > ul > li > ul > li > a:hover {
	background: #ed1c24;
}

.woocommerce-mini-cart__empty-message {
	margin: 0;
	padding: 15px;
	text-align: center;
}

.user-menu-counter {
	width: 18px;
	height: 18px;
	position: absolute;
	border-radius: 50%;
	background: #ed1c24;
	color: #FFF;
	text-align: center;
	left: 50%;
	top: 2px;
	margin-left: 3px;
	z-index: 10;
	font-size: 11px;
	font-weight: 400;
	line-height: 18px;
}

.user-minicart > h4 {
	text-align: center;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 15px;
	padding: 15px 10px;
	border-bottom: 1px solid #6e6e6e;
	margin: 0;
}

.user-minicart ul {
	padding: 0;
	margin: 0;
	list-style: none;
	max-height: 151px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.user-minicart ul li {
	padding: 12px 15px!important;
	position: relative;
	border-bottom: 1px solid #6e6e6e;
	display: table;
	width: 100%;
	font-size: 13px;
}

.user-minicart ul li .image {
	width: 47px;
	display: table-cell;
	vertical-align: middle;
}

.user-minicart ul li .image img {
	width: 100%;
	max-width: 100%;
	height: auto!important;
}

.user-minicart ul li .text {
	display: table-cell;
	vertical-align: middle;
	width: 110px;
	padding: 0 15px;
}

.user-minicart ul li .remove {
	display: none!important;
}

.user-minicart ul li .quantity {
	display: table-cell;
	vertical-align: middle;
	white-space: nowrap;
}

.user-minicart ul li .price {
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
	text-align: right;
	color: #ed1c24;
	font-weight: 500;
	font-size: 16px;
}

.woocommerce-mini-cart__total {
	padding: 12px 15px;
	position: relative;
	border-bottom: 1px solid #6e6e6e;
	text-transform: uppercase;
	margin: 0;
}

.woocommerce-mini-cart__total strong {
	font-weight: 400;
}

.woocommerce-mini-cart__total .amount {
	float: right;
	font-weight: 500;
}

.woocommerce-mini-cart__buttons {
	padding: 12px 15px;
	margin: 0;
}

.woocommerce-mini-cart__buttons .button {
	width: 100%;
}

.woocommerce-mini-cart__buttons .checkout,
#woo_pp_ec_button {
	display: none!important;
}

.login-type-tabs ul {
	padding: 0;
	margin: 0 0 30px;
	list-style: none;
	border-bottom: 1px solid #F2F2F2;
}

.login-type-tabs ul li {
	float: left;
	width: 50%;
	text-align: center;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: -2px;
	font-size: 24px;
	padding: 15px 10px;
	border-bottom: 3px solid transparent;
}

.login-type-tabs ul li.active {
	border-bottom-color: #ed1c24;
}

/*
.login-type-block:not(.active) {
	display: none;
}
*/

#loginModal .modal-dialog {
	max-width: 770px;
}

#loginModal .modal-content {
	padding: 40px;
}

/*
.login-type-block {
	padding: 20px;
	border: 1px solid #F2F2F2;
}
*/

.login-type-block a {
	color: #000;
	text-decoration: underline;
}

.login-type-block a:hover {
	text-decoration: none;
}

.login-type-block .form-actions {
	font-size: 0px;
}

.login-type-block .form-actions .button {
	font-size: 13px;
	padding: 10px 25px;
	min-width: 162px;
}

.login-type-block .form-actions .button + .button {
	margin-left: 14px;
}

.button-cancel {
	background: #E0E1E0;
	color: #B0B3B2;
}

.login-type-block .form-item {
	margin: 0 0 20px;
}

.form-login-social,
.login-form-register-link {
	border-top: 1px solid #F2F2F2;
	padding: 30px 0 0;
	margin: 30px 0 0;
}

.form-login-social .h4 {
	margin: 0 0 15px;
}

.form-login-social .row,
.login-type-block .form-actions .row {
	margin-left: -7px;
	margin-right: -7px;
	max-width: 528px;
}

.form-login-social .row > div,
.login-type-block .form-actions .row > div {
	padding-left: 7px;
	padding-right: 7px;
}

div.nsl-container-inline .nsl-container-buttons a {
	margin: 0!important;
}

div.nsl-container .nsl-container-buttons {
	padding: 0!important;
}

div.nsl-container-inline {
	margin: 0!important;
}

div.nsl-container .nsl-button-icon,
div.nsl-container-inline .nsl-container-buttons a {
	width: 100%;
}

div.nsl-container .nsl-button-default span.nsl-button-label-container {
	margin: 0 3px!important;
	font-size: 13px!important;
	text-align: left!important;
	font-family: "Gotham A", "Gotham B", sans-serif!important;
	font-weight: 500!important;
	text-transform: uppercase;
}

div.nsl-container-block .nsl-container-buttons a {
	margin: 0!important;
}

div.nsl-container .nsl-button {
	border-radius: 0px!important;
}

.woocommerce .form-login-social .button,
.form-login-social .button,
.login-box-sso .button {
	width: 100%;
	padding: 7px 5px;
	color: #000!important;
	background-color: #FFF;
	border: 3px solid #000;
	text-decoration: none!important;
	font-size: 13px;
}

.woocommerce .form-login-social .button:hover,
.form-login-social .button:hover,
.login-box-sso .button:hover {
	background-color: #ed1c24;
	color: #FFF!important;
	border-color: #ed1c24;
}

.login-type-block .form-actions .login-box-sso .button {
	padding: 7px 5px;
}

.login-box-sso .button:after {
	display: none;
}

.login-type-block .h2 {
	font-size: 24px;
	margin: 0 0 10px;
}

.login-type-block .h2 + p {
	margin: 0 0 25px;
}

.form-checkbox {
	position: relative;
}

.form-checkbox input {
    position: absolute;
	left: 0;
	top: 0;
	width: 0px;
	height: 0px;
	opacity: 0;
}

.form-checkbox label {
    font-weight: normal;
    margin: 0;
    display: block;
    padding-left: 30px;
    position: relative;
    z-index: 1;
}

.form-checkbox label:before {
    content: '';
    width: 17px;
    height: 17px;
    position: absolute;
    left: 0px;
    top: 1px;
    border: 1px solid #000;
    z-index: 1;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.form-checkbox input:checked + label:before {
    content: "\f00c";
}

.single-rp_page div.wpcf7 {
	max-width: none;
}

.boost-fraternity-application-section .legend {
	background: #5b5b5b;
	color: #FFF;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	padding: 15px;
	margin: 0 0 15px;
}

.cf7mls_next.action-button,
.cf7mls_back.action-button {
	display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    background: #000;
    text-decoration: none!important;
    padding: 15px 30px;
    line-height: 20px;
    font-size: 15px;
    border: none;
    color: #FFF;
    transition: color .2s ease-in-out, background-color .2s ease-in-out;
    border-radius: 0;
    box-shadow: none;
    vertical-align: middle;
    text-shadow: none;
}

.cf7mls_next.action-button:hover,
.cf7mls_back.action-button:hover {
	background-color: #ed1c24;
    color: #FFF;
}

.wpcf7-form-control-wrap.social {
	display: block;
}

.wpcf7-form-control-wrap.social > span {
	display: block;
	margin: 0 -10px;
}

.wpcf7-form-control-wrap.social > span:after {
	content: '';
	display: table;
	clear: both;
}

.wpcf7-form-control-wrap.social .wpcf7-list-item {
	float: left;
	padding: 0 10px;
}

.boost-fraternity-application-section label.required:after {
	content: '*';
	color: #ed1c2a;
	font-weight: 500;
	margin-left: 2px;
}

.single-rp_page .contact-form-section .image {
	display: none;
}

.single-rp_page .contact-form-section .text {
	width: 75%;
	margin: 0 auto;
	padding: 0 15px;
}

.single-rp_page .contact-form-section .text .col-md-6 {
	min-height: auto;
}

.form-item-note {
	font-size: 10px;
}

.form-boost-terms {
	line-height: 1.6;
	max-height: 500px;
	overflow: auto;
	margin-bottom: 40px;
}

.form-boost-terms p,
.form-boost-terms ol,
.form-boost-terms ol li,
.form-boost-terms ul,
.form-boost-terms ul li {
	margin-bottom: 20px;
}

.form-boost-terms ul {
	padding: 0;
	list-style: none;
}

.form-boost-terms address {
	margin-left: 50px;
}

.form-boost-terms ol li p {
	margin-left: 20px;
}

.garrettgear-wrapper {
	margin: 38px 0 0;
}

.installer-training-faqs-block {
	max-width: 1280px;
	margin: 0 auto;
}

.installer-training-faqs-block > h3 {
	color: #ed1c24;
	margin: 0 0 15px;
}

.training-faq-q {
	cursor: pointer;
	padding-right: 40px;
	position: relative;
	margin-bottom: 10px;
}

.training-faq-q .fas {
	position: absolute;
	right: 0;
	top: -4px;
	font-size: 30px;
}

.training-faq-q.active .fas {
	transform: rotate(180deg);
}

.training-faq-a {
	display: none;
	padding: 20px;
	background: #e7e7e7;
}

.training-faq-a > *:last-child {
	margin-bottom: 0;
}

.training-faq-question {
	margin: 0 0 30px;
}

/*
.training-faq-question:not(:first-child) {
	border-top: 1px solid #e7e7e7;
	padding-top: 30px;
}
*/

.woocommerce div.product form.cart table td.label {
	display: table-cell;
	font-size: 1em;
	border-radius: 0;
	color: inherit;
	font-weight: normal;
	text-align: left;
}

.woocommerce div.product {
	max-width: 1250px;
	margin: 0 auto;
}

.woocommerce div.product div.images img {
	border: 1px solid #d3ced2;
}

.pswp__caption__center {
	text-align: center;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	font-size: 1.5em;
}

.woocommerce .quantity .qty {
	padding: 10px 0;
	border: 1px solid #eee;
	line-height: 28px;
	width: 100px;
}

.woocommerce div.product div.images .flex-control-thumbs {
	margin-top: 15px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
	width: 16.6666%;
	clear: none!important;
	padding: 5px;
}

.woocommerce div.product div.images .flex-control-thumbs {
	margin: 10px -5px;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	text-align: center;
}

.woocommerce table.shop_attributes th {
	width: 20%;
}

.woocommerce-products-header h1 {
	margin: 30px 0;
}

.woocommerce ul.products li.product a img {
	border: 1px solid #ddd;
	border-radius: 7px;
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
	width: 180px;
	padding: 14px 12px;
}

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
	padding: 15px 30px;
	color: #FFF!important;
}

.woocommerce a.remove {
	text-decoration: none!important;
}

.select2-container--default .select2-selection--single {
	height: 37px;
	border: 1px solid #eeeeee;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 37px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 35px;
}

.register-page-side-block {
	border: 1px solid #CCC;
	margin: 0 0 25px;
}

.register-page-side-block .text {
	padding: 0 15px 15px;
}

.register-page-side-block .image img {
	width: 100%;
}

#wcmca_divider {
	margin: 15px 0;
}

.ywcrbp_regular_price {
	/*display: none;*/
}

.woocommerce-account .main-page-wrapper {
	background-color: #f8f8f8;
}

.dashboard-top-note {
	background: #FFF;
	border-top: 1px solid #ed1c24;
	padding: 25px 40px;
}

.dashboard-widgets {
	margin: 0 -30px;
}

.dashboard-widget-item-wrapper {
	padding: 0 30px;
	margin-top: 60px;
	float: left;
	width: 50%;
}

.dashboard-widget-item-wrapper:nth-child(2n+1) {
	clear: both;
}

.dashboard-widget-item {
	background: #FFF;
	text-align: center;
	box-shadow: 0px 3px 20px rgba(0,0,0,.1);
	padding: 40px;
}

.dashboard-widget-item .image {
	width: 140px;
	margin: 0 auto 30px;
}

.dashboard-widget-item h4 {
	text-transform: uppercase;
	margin: 0 0 30px;
	font-size: 18px;
	color: #ed1c24;
	font-weight: 500;
}

.dashboard-widget-item p {
	max-width: 360px;
	margin: 0 auto 30px;
	min-height: 66px;
}

.woocommerce .dashboard-widget-item .button {
	background-color: #ed1c24;
}

.woocommerce .dashboard-widget-item .button:hover {
	background-color: #000;
}

.user-notification-item + .user-notification-item {
	border-top: 1px solid #e7e7e7;
	margin-top: 30px;
	padding-top: 30px;
}

.user-notification-item .image {
	float: left;
	width: 120px;
	margin-right: 15px;
}

.user-notification-item .button {
	font-size: 13px!important;
	padding: 10px 25px!important;
}

.npi-landing-item {
	border: 1px solid #CCC;
	margin-bottom: 30px;
}

.npi-landing-item .image img {
	width: 100%;
}

.npi-landing-item .text {
	padding: 15px 20px;
}

.npi-landing-item .text h3 {
	margin: 0 0 10px;
}

.npi-landing-blocks {
	margin: 0 -15px;
}

.npi-landing-item-wrapper {
	float: left;
	width: 50%;
	padding: 0 15px;
}

.npi-landing-item-wrapper:nth-child(2n+1) {
	clear: both;
}

.npi-landing-catalog-download {
	background: url(images/imgHomepageTurboResized.png) no-repeat center;
	background-size: cover;
	position: relative;
	z-index: 1;
	padding: 15px;
}

.npi-landing-catalog-download .text {
	background: rgba(0,0,0,.5);
	color: #FFF;
	padding: 15px;
	max-width: 600px;
}

.npi-landing-catalog-download .text h4 {
	font-size: 30px;
	margin: 0 0 15px;
	line-height: 1.3;
}

.npi-single-export-data {
	border: 1px solid rgb(204,204,204);
	padding: 40px;
	text-align: center;
	margin: 30px 0;
	font-weight: 500;
	font-size: 16px;
}

.npi-single-export-data p {
	margin: 0;
}

.hr-jobs-list {
	margin: 0 -30px;
}

.hr-job-item-wrapper {
	float: left;
	width: 33.3333%;
	padding: 0 30px;
	margin: 30px 0;
}

.hr-job-item {
	background-color: #FFF;
	box-shadow: 0px 3px 20px rgba(0,0,0,.1);
	padding: 35px 80px;
}

@media screen and (min-width: 992px) {
	.hr-job-item-wrapper:nth-child(3n+1) {
		clear: both;
	}
}

@media screen and (max-width: 991px) {
	.hr-job-item-wrapper:nth-child(2n+1) {
		clear: both;
	}
	
	.hr-job-item-wrapper {
		width: 50%;
	}
}

.hr-job-item h3 {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 15px;
	line-height: 1.3;
}

.hr-job-item .hr-job-location {
	color: #888888;
	margin: 0 0 15px;
}

.job-cta-btn {
	display: inline-block;
	margin: 30px 0 0;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 18px;
}

body.single-hr_page {
	padding-top: 100px;
}

.single-hr_page .logo {
	height: 100px;
	width: 228px;
	padding: 26px 15px;
}

.single-hr_page .logo img {
	max-width: 140px;
}

.single-hr_page .logo:after {
	border-top-width: 100px;
	border-right-width: 36px;
}

.hr-header-title {
	line-height: 50px;
	font-size: 30px;
	padding-left: 250px;
	background: #303030;
	position: relative;
}

.hr-header-title:before {
	content: '';
	width: 1000%;
	position: absolute;
	z-index: -1;
	left: 50%;
	margin-left: -500%;
	height: 100%;
	background: #303030;
}

.single-hr_page .header-top .navbar-nav {
	margin-left: 230px;
}

.single-hr_page .header-top .navbar-nav > li > a {
	padding: 5px 20px;
	font-size: 15px;
}

.single-hr_page .homepage-hero,
.single-hr_page .homepage-slider {
	max-height: 350px;
}

.section-hr-stats {
	background: #f8f8f8;
	padding: 60px 0;
	margin-bottom: 50px;
}

.hr-stats-block {
	font-size: 0px;
	background: #FFF;
	text-align: center;
}

.hr-stats-item {
	display: inline-block;
	font-size: 20px;
	width: 20%;
	color: #53575a;
	padding: 35px 15px;
}

.hr-stats-item h3 {
	font-size: 40px;
	font-weight: 700;
	color: #ed1c24;
	margin: 0;
}

.hr-stats-item p {
	margin: 0;
}

.hr-cta-item {
	position: relative;
	text-align: center;
	padding: 95px 15px;
	color: #FFF;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.hr-cta-item:before {
	content: '';
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.hr-cta-item .text {
	width: 100%;
	position: relative;
	z-index: 2;
}

.hr-cta-item .text h3 {
	font-size: 40px;
	font-weight: 300;
	margin: 0 0 1.2em;
}

.hr-testimonial-item-wrapper {
	padding: 0 20px;
}

.hr-testimonial-item {
	background: #FFF;
	padding: 30px;
}

.hr-testimonial-item .image {
	height: 245px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 1;
	margin: 0 0 15px;
}

.hr-testimonial-item .image:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 390px 140px 0 0;
	border-color: #ed1c24 transparent transparent transparent;
	position: absolute;
	left: -30px;
	top: 30px;
	z-index: 1;
}

.hr-testimonial-item .image:last-child {
	display: none;
}

.hr-testimonial-item .text {
	background: #f8f8f8;
	position: relative;
	z-index: 2;
	padding: 30px;
	min-height: 300px;
}

.hr-testimonial-item .text:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 25px 30px 25px;
	border-color: transparent transparent #f8f8f8 transparent;
	position: absolute;
	left: 50%;
	bottom: 100%;
	margin-left: -25px;
	z-index: 2;
}

.hr-testimonial-item .text h4 {
	color: #ed1c24;
	font-size: 20px;
	font-weight: 500;
	margin: 0 0 10px;
}

.hr-testimonial-item .text h5 {
	color: #000;
	font-size: 16px;
	font-weight: 500;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.hr-testimonial-item .text h6 {
	color: #999999;
	font-size: 16px;
	font-weight: 400;
	margin: 0 0 20px;
}

.hr-testimonial-body > *:last-child {
	margin-bottom: 0;
}

.hr-testimonial-actions {
	text-align: center;
	padding-top: 30px;
}

.hr_page .form-actions + p {
	margin: 30px 0 0;
}

#cff.cff-thumb-layout .cff-text-wrapper {
	float: none!important;
	width: 100%!important;
}

#cff.cff-thumb-layout .cff-text-wrapper:after,
.cff-media-wrap:after {
	content: '';
	display: table;
	clear: both;
}

#cff.cff-thumb-layout .cff-photo, #cff.cff-thumb-layout .cff-iframe-wrap, #cff.cff-thumb-layout .cff-html5-video, #cff.cff-thumb-layout .cff-vidLink {
	width: 100%!important;
	float: none!important;
}

.select-turbo-variants {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: left;
}

.select-turbo-variants > li {
	position: relative;
}

.select-turbo-variants > li > span {
	display: block;
	padding: 10px 15px;
	cursor: pointer;
}

.select-turbo-variants > li + li {
	border-top: 1px solid #eeeeee;
}

.select-turbo-variants > li > span:after {
	content: "\f078";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 8px;
    vertical-align: 1px;
}

.select-turbo-variants > li:hover > span,
.select-turbo-variants > li.active > span {
	color: #ed1c24;
}

.select-turbo-variants > li.active > span:after {
	transform: rotate(180deg);
}

.select-turbo-variants > li > ul:after, .select-turbo-variants > li > ul:before {
	bottom: 100%;
	left: 20%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.select-turbo-variants > li > ul:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #FFF;
	border-width: 8px;
	margin-left: -8px;
}

.select-turbo-variants > li > ul:before {
	border-color: rgba(238, 238, 238, 0);
	border-bottom-color: #eee;
	border-width: 9px;
	margin-left: -9px;
}

.select-turbo-variants > li > ul {
	padding: 5px 0;
	margin: 0;
	list-style: none;
	display: none;
	position: absolute;
	background: #FFF;
	width: 100%;
	top: 100%;
	left: 0;
	z-index: 20;
	border: 1px solid #eeeeee;
	max-height: 340px;
	-webkit-overflow-scrolling: touch;
	overflow: auto;
}

.select-turbo-variants > li > ul > li > span {
	padding: 5px 15px;
	cursor: pointer;
	display: block;
}

.select-turbo-variants > li > ul > li:hover {
	background-color: #eee;
}

.select-turbo-variants > li > ul > li > a {
	display: inline-block;
	padding: 5px 15px;
	color: #000;
	text-decoration: none!important;
}

.select-turbo-variants > li > ul > li > ul {
	display: none;
}

.turbo-specs-page table.select-turbo-variants-table tbody th {		
	text-align: left;		
	padding: 18px 23px;		
	font-weight: 700;		
	width: 20%!important;		
}

.turbo-specs-page table.select-turbo-variants-table tbody tr td {		
	width: 40%!important;		
}

.ic-newsletter-dashboard {
	background: #FFF;
    padding: 25px 40px;
	box-shadow: 0px 3px 20px rgba(0,0,0,.1);
	text-align: center;
	margin-top: 50px;
	position: relative;
}

.ic-newsletter-dashboard.loading:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.3) url(images/loading.svg) no-repeat center;
    background-size: 30px 30px;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.ic-newsletter-banner {
	background: #2c2c2c;
	color: #FFF;
	font-size: 16px;
	position: fixed;
	z-index: 999;
	left: 0;
	bottom: 0;
	line-height: 1.6;
	padding: 20px 0;
	text-align: center;
	width: 100%;
}

.ic-newsletter-banner.loading:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.3) url(images/loading.svg) no-repeat center;
    background-size: 30px 30px;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.close-ic-newsletter-banner {
	width: 18px;
    height: 18px;
    position: absolute;
    background: url(images/close@2x.png) no-repeat center;
    background-size: 100%;
    top: 15px;
    right: 15px;
    z-index: 15;
    transition: all 0.3s;
    cursor: pointer;
}

.single-catalog_product .page-title-text.full-width {
	height: 200px;
}

.single-catalog_product .page-title-text.full-width h1 {
	max-width: none;
	font-size: 40px;
}

.catalog-product-top-section {
	background: #f9f9f9;
	padding: 40px;
}

.turbo-specs-gallery-list-v2 {
	position: relative;
	padding-left: 180px;
}

.catalog-product-thumbs {
	position: absolute;
	left: 0;
	top: 0;
	width: 170px;
	z-index: 2;
}

.catalog-product-thumbs * {
	outline: none!important;
}

.turbo-specs-gallery-item-thumb {
	padding: 10px 30px;
	cursor: pointer;
}

.catalog-product-thumbs .slick-arrow {
	text-align: center;
	cursor: pointer;
	font-size: 20px;
}

.turbo-specs-gallery-item-thumb img {
	border: 1px solid transparent;
}

.turbo-specs-gallery-item-thumb.active img {
	border-color: #ed1c24;
}

.turbo-specs-gallery-item-v2 a {
	display: block;
	border: 1px solid #ccc;
}

.turbo-specs-gallery-item-v2 img {
	width: 100%;
}

.catalog-product-top-right {
	background: #d9edf6;
	padding: 30px;
	height: 469px;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	justify-content: space-between;
	flex-direction: column;
}

.catalog-product-top-right .turbo-specs-actions {
	border: none;
	background-color: #FFF;
	margin: 0;
}

.catalog-product-top-section.placeh .turbo-specs-gallery-list-v2 {
	padding-left: 0;
	text-align: center;
}

.catalog-product-top-section.placeh .turbo-specs-gallery-list-v2 img {
	width: auto!important;
	margin: 0 auto;
}

.catalog-product-top-section.placeh .catalog-product-top-right {
	height: 220px;
	align-content: center;
	justify-content: center;
}

.register-mandatory-checkbox {
	margin-top: 30px;
}

.register-mandatory-checkbox input[type="checkbox"] {
	float: left;
}

.register-mandatory-checkbox label {
	display: block;
	padding-left: 20px;
	font-weight: normal;
}

div.nsl-container-block .nsl-container-buttons a.disabled {
	pointer-events: none;
	opacity: 0.5;
}

.sf_field_state {
	display: none;
}

.find-turbo-load-saved-query-block {
	text-align: center;
	padding: 10px 0 0;
}

#saveCatalogSavedQueriesModal .modal-dialog,
#loadNotificationModal .modal-dialog {
	max-width: 640px;
}

#loadCatalogSavedQueriesModal .modal-dialog {
	max-width: 840px;
}

#saveCatalogSavedQueriesModal .form-item {
	margin: 0 0 20px;
}

#saveCatalogSavedQueriesModal .form-item textarea {
	height: 160px;
	display: block;
	resize: none;
}

#saveCatalogSavedQueriesModal .modal-content,
#loadCatalogSavedQueriesModal .modal-content,
#loadNotificationModal .modal-content {
	padding: 30px;
}

#saveCatalogSavedQueriesModal button.close,
#loadCatalogSavedQueriesModal button.close,
#loadNotificationModal button.close {
	position: absolute;
    right: -15px;
    top: -20px;
    font-size: 30px;
    line-height: 1;
	z-index: 1;
}

.catalog-results-save-query-block {
	margin: 0 0 25px;
}

.alert-box.success {
	margin-bottom: 15px;
}

.saved-catalog-query-remove-btn {
	background: none;
	border: none;
	padding: 5px;
	font-size: 30px;
	vertical-align: middle;
}

.find-turbo-form .form-item select {
	height: 38px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.catalog-account-sq-block {
	margin: 0 0 40px;
}

.saved-ba-remove-btn {
	background: none;
	border: none;
	padding: 5px;
	font-size: 30px;
	vertical-align: middle;
}

.woocommerce-form-register #campaignCode_field {
	display: none;
}

.section-newsroom_featured_news_title {
	background: #f8f8f8;
	position: relative;
	z-index: 1;
	padding: 15px 0;
	margin: 0 0 15px;
}

.section-newsroom-fnt-bg {
	background: #7f8386;
	position: absolute;
	right: 50%;
	top: 0;
	height: 100%;
	width: 300%;
	z-index: 1;
}

.section-newsroom-fnt-bg:after {
	content: '';
	-webkit-transform:skew(-20deg);
    -moz-transform:skew(-20deg);
    transform:skew(-20deg);
	height: 100%;
	width: 60px;
	position: absolute;
	top: 0;
	left: 100%;
	margin-left: -25px;
	background: #f8f8f8;
}

.section-newsroom_featured_news_title .container,
.section-newsroom_icons .container {
	position: relative;
	z-index: 3;
}

.section-newsroom_featured_news_title h2,
.section-newsroom_featured_news_title h1,
.section-newsroom_icons h2 {
	text-transform: uppercase;
	color: #FFF;
	margin: 0;
	padding: 16px 0 11px;
}

.social-links-inline {
	padding: 0;
	margin: 14px 0 0;
	list-style: none;
}

.social-links-inline li {
	float: left;
}

.social-links-inline li a {
	color: #FFF;
	text-decoration: none!important;
	font-size: 28px;
}

.social-links-inline li + li {
	margin-left: 15px;
}

.social-links-inline li a:hover {
	color: #ed1c24;
}

.section-newsroom_featured_news_title .search-form {
	display: block;
	padding-right: 60px;
	position: relative;
	z-index: 1;
	margin-left: auto;
	max-width: 740px;
}

.section-newsroom_featured_news_title .search-form input[type="text"] {
    padding: 21px 15px 21px 55px;
    background: #FFF url(images/search2@2x.png) no-repeat 15px center;
    background-size: 18px 19px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.12);
}

.section-newsroom_featured_news_title .search-form button[type="submit"] {
	position: absolute;
	width: 60px;
	height: 100%;
	right: 0;
	top: 0;
	z-index: 1;
	background: #ed1c24;
	color: #FFF;
	border: none;
	font-size: 24px;
	padding: 0;
}

.section-newsroom_featured_news_title .search-form button[type="submit"]:hover {
	background-color: #000;
}

.section-newsroom_icons {
	background: #f8f8f8;
	position: relative;
	z-index: 1;
	padding: 11.5px 0;
	margin: 0 0 15px;
}

.section-newsroom_icons .section-newsroom-fnt-bg {
	right: 66.6666%;
}

.section-newsroom-col h2 {
	padding-left: 30px;
	margin: 0 0 20px;
}

.newsroom_icons-icons {
}

.newsroom_icons-icons ul {
	padding: 0;
	margin: 0 -10px;
	list-style: none;
	text-align: center;
	font-size: 0px;
}

.newsroom_icons-icons ul li {
	display: inline-block;
	width: 20%;
	padding: 0 10px;
	vertical-align: top;
	font-size: 16px;
	font-weight: 600;
}

.newsroom_icons-icons ul li a {
	text-decoration: none!important;
	display: inline-block;
	color: #000;
}

.newsroom_icons-icons ul li a:hover {
	color: #ed1c24;
}

.newsroom_icons-icons ul li span.img {
	display: block;
	max-width: 100px;
	margin: 0 auto 10px;
}

.newsroom_icons-icons ul li span.img img {
	margin: 0 auto;
	max-height: 55px;
}

.section-newsroom_icons h2 {
	padding-top: 26px;
}

.section-newsroom_carousel {
	padding: 15px 0;
	background: #f8f8f8;
	margin: 0 0 15px;
}

.section-newsroom_carousel .owl-dots {
	text-align: center;
	font-size: 0px;
	margin-top: 10px;
}

.section-newsroom_carousel .owl-dot {
	display: inline-block;
	cursor: pointer;
	width: 10px;
	height: 10px;
	background: #000;
	border-radius: 50%;
}

.section-newsroom_carousel .owl-dot.active {
	background-color: #ed1c24;
}

.section-newsroom_carousel .owl-dot + .owl-dot {
	margin-left: 10px;
}

.newsroom-carousel-item-left {
	padding: 0 15px;
	float: left;
	width: 66.6666%;
}

.newsroom-carousel-item-right {
	padding: 0 15px;
	float: left;
	width: 33.3333%;
}

.newsroom-carousel-item-article {
	padding: 25px;
	background: #FFF;
}

.newsroom-carousel-item {
	padding: 0 50px;
}

.newsroom-carousel-item .news-item-cat a {
	color: #000;
	text-decoration: none;
}

.newsroom-carousel-item .news-item-cat a:hover {
	color: #ed1c24!important;
}

.newsroom-carousel-item .image {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: block;
}

.newsroom-carousel-item .text h3 {
	font-size: 21px;
	margin: 0 0 15px;
}

.newsroom-carousel-item .text h3 a {
	color: #000;
	text-decoration: none;
}

.newsroom-carousel-item .text h3 a:hover {
	color: #ed1c24;
}

.newsroom-carousel-item .image img {
	display: none;
}

.newsroom-carousel-item-left .image {
	width: 430px;
	float: left;
	height: 405px;
}

@media screen and (max-width: 1359px) {
	.newsroom-carousel-item-left .image.sq-image {
		display: none;
	}
}

@media screen and (min-width: 1360px) {
	.newsroom-carousel-item-left .image.sq-image + .image {
		display: none;
	}
}

.newsroom-carousel-item-left .text-top {
	min-height: 355px;
}

.newsroom-carousel-item-left .text {
	padding-left: 460px;
}

.newsroom-carousel-item-right .image {
	height: 200px;
	margin: 0 0 15px;
}

.newsroom-carousel-item-meta {
	overflow: hidden;
	margin: 0 0 15px;
}

.newsroom-carousel-item-meta .news-item-date {
	margin: 0;
	float: left;
}

.newsroom-carousel-item-meta .news-item-cat {
	float: right;
	text-transform: uppercase;
	font-weight: 500;
}

.newsroom-carousel-item-meta .news-item-cat > a {
	text-decoration: none;
}

.newsroom-carousel-item-meta .news-item-cat > a:hover {
	color: #000!important;
}

.newsroom-carousel-item-right .text-top {
	min-height: 140px;
}

.newsroom-carousel-item-right .text-top > p {
	display: none;
}

.newsroom-article-bottom {
	overflow: hidden;
}

.newsroom-article-bottom .button {
	float: left;
}

.newsroom-article-bottom .share-article-box {
	margin-top: 9px;
}

.page-template-template-newsroom .section-more-about,
.page-template-template-newsroom-v2 .section-more-about,
.tax-news_category .section-more-about,
.tax-main_category .section-more-about {
	display: none;
}

.section-newsroom_categories {
	margin: 0 0 40px;
	background: #f8f8f8;
	padding: 30px 0;
}

.section-newsroom-col .homepage-news-item-wrapper {
	float: none;
	width: auto;
	padding: 0;
	margin-top: 10px;
}

.section-newsroom-col-v2 .homepage-news-item-wrapper {
	float: left;
	width: 33.3333%;
	padding: 0;
}

@media screen and (max-width: 991px) {
	.section-newsroom-col-v2 .homepage-news-item-wrapper {
		width: 50%;
		clear: none!important;
	}
	
	.section-newsroom-col-v2 .homepage-news-item-wrapper:nth-child(2n+1) {
		clear: both!important;
	}
}

@media screen and (max-width: 767px) {
	.section-newsroom-col-v2 .homepage-news-item-wrapper {
		width: 100%;
	}
}

.page-template-template-newsroom .header-bottom > .container,
.parent-pageid-386 .header-bottom > .container,
.page-template-template-newsroom-v2 > .container,
.tax-news_category > .container {
	display: none;
}

.section-newsroom_videos,
.section-newsroom_events {
	padding: 30px 0 0;
	margin: 0 0 40px;
}

.section-newsroom_videos h2,
.section-newsroom_events h2 {
	margin: 0 0 15px;
}

.newsroom-video-item-article .image img {
	display: none;
}

.newsroom-video-item-article .image {
	height: 200px;
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 1;
	margin: 0 0 15px;
	display: block;
}

.newsroom-video-item-article .image:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: #000;
	opacity: 0.5;
}

.newsroom-video-item-article .image:after {
    content: '';
    width: 60px;
    height: 60px;
    background: url(images/play@2x.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0.6;
    margin: -30px 0 0 -30px;
    transition: opacity .2s ease-in-out;
	z-index: 2;
}

.newsroom-video-item-article:hover .image:after {
	opacity: 1;
}

.newsroom-video-item-article.featured.image:before {
	opacity: 0.75;
}

.newsroom-video-item-article.featured .image:after {
	left: 75%;
}

.newsroom-video-item-article.featured .image {
	margin: 0;
	height: 450px;
}

.newsroom-video-item-article.featured .text {
	color: #FFF;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	width: 53%;
	padding: 50px;
}

.newsroom-video-item-article.featured .text-top {
}

.newsroom-video-item-article.featured .text-top h3 a {
	color: #FFF;
	text-decoration: none;
}

.newsroom-video-item-article .text h3 a {
	color: #000;
	text-decoration: none;
}

.newsroom-video-item-article.featured .text-top h3 a:hover,
.newsroom-video-item-article .text h3 a:hover {
	color: #ed1c24;
}

.newsroom-video-item-article.featured .share-article-box {
	display: none;
}

.newsroom-video-item-article {
	padding: 25px;
	background: #f8f8f8;
	position: relative;
	z-index: 1;
}

.newsroom-video-item-article .text p {
	margin-bottom: 15px;
}

.newsroom-video-item-article .text-top {
	min-height: 170px;
}

.page-template-template-newsroom-v2 .main-page-wrapper,
.page-template-template-newsroom .main-page-wrapper {
	padding: 15px 0 0;
}

.tax-news_category .main-page-wrapper,
.tax-main_category .main-page-wrapper {
	padding: 15px 0;
	background: #f8f8f8;
}

.section-newsroom_events-past .section-newsroom_events-upcoming-list {
	padding: 25px;
	background: #f8f8f8;
}

.section-newsroom_events-upcoming-item .image img {
}

.section-newsroom_events-upcoming-item .image {
	position: relative;
	z-index: 1;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 420px;
	margin: 0 0 20px;
	height: auto!important;
}

.section-newsroom_events-upcoming-item .text p {
	margin-bottom: 15px;
}

.section-newsroom_events-upcoming .section-newsroom_events-upcoming-item:not(:last-child) {
	border-top: 2px solid #f8f8f8;
	padding-top: 25px;
	margin-top: 25px;
}

.section-newsroom_events-upcoming-list > .button {
	margin-top: 30px;
}

.section-newsroom_events-upcoming .section-newsroom_events-upcoming-list .event-list-actions > a {
	text-decoration: none!important;
    text-transform: uppercase;
    font-weight: 500;
    transition: color .2s ease-in-out, background-color .2s ease-in-out;
    font-size: 15px;
    color: #000!important;
	line-height: 20px;
}

.section-newsroom_events-upcoming .section-newsroom_events-upcoming-list .event-list-actions > a:after {
	content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 12px;
    vertical-align: -1px;
}

.section-newsroom_events-upcoming-list .event-list-actions .add-to-calendar-btn {
	border: none;
	padding: 0;
	background-color: transparent!important;
}

.section-newsroom_events-upcoming-list .event-list-actions .add-to-cal-dropdown-wrapper {
	margin-left: 25px;
}

.section-newsroom_events-upcoming-list .event-list-actions .add-to-calendar-btn .fa {
	margin-right: 10px;
}

.section-newsroom_events-upcoming-list .event-list-actions .add-to-calendar-btn:hover,
.section-newsroom_events-upcoming-list .event-list-actions .add-to-calendar-btn.active,
.section-newsroom_events-upcoming .section-newsroom_events-upcoming-list .event-list-actions > a:hover {
	color: #ed1c24!important;
}

.section-newsroom-col {
	background-color: #FFF;
	padding-top: 30px;
	padding-bottom: 30px;
}

.section-newsroom-col-actions {
	padding-left: 30px;
}

.newsroom-col-1 .news-item-cat,
.newsroom-col-1 .news-item-cat a,
.newsroom-col-1 .section-newsroom-col h2,
.newsroom-col-1 .section-newsroom-col h2 > a {
	color: #e02239;
}

.newsroom-col-1 .homepage-news-item-wrapper .image > a:before {
	background-color: #e02239;
}

.newsroom-col-2 .news-item-cat,
.newsroom-col-2 .news-item-cat a,
.newsroom-col-2 .section-newsroom-col h2,
.newsroom-col-2 .section-newsroom-col h2 > a {
	color: #6c883d;
}

.newsroom-col-2 .homepage-news-item-wrapper .image > a:before {
	background-color: #6c883d;
}

.newsroom-col-3 .news-item-cat,
.newsroom-col-3 .news-item-cat a,
.newsroom-col-3 .section-newsroom-col h2,
.newsroom-col-3 .section-newsroom-col h2 > a {
	color: #2a7ab6;
}

.newsroom-col-3 .homepage-news-item-wrapper .image > a:before {
	background-color: #2a7ab6;
}

.section-newsroom-col h2 {
	text-align: center;
}

.section-newsroom-col h1 {
	margin: 0 0 15px;
	padding: 0 15px 0 45px;
}

.section-newsroom-col h2 > a {
	text-decoration: none!important;
}

.section-newsroom-col h2 > a:hover {
	color: #000!important;
}

.section-newsroom-col-actions {
	margin-top: 30px;
}

.section-newsroom-col .homepage-news-item-wrapper .image > a {
	display: block;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.section-newsroom-col .homepage-news-item-wrapper .image > a:before {
	content: '';
	-webkit-transform:skew(-20deg);
    -moz-transform:skew(-20deg);
    transform:skew(-20deg);
	width: 90px;
	height: 75%;
	position: absolute;
	left: -60px;
	top: 0;
	z-index: 1;
	opacity: 0.65;
	pointer-events: none;
}

.section-newsroom-col .homepage-news-item-wrapper .text {
	min-height: 170px;
}

html[lang="zh-hans"] .footer-widgets,
html[lang="ja"] .footer-widgets {
	display: none;
}

@media screen and (max-width: 1889px) {
	.newsroom-article-bottom .share-article-box > span {
		display: none;
	}
}

@media screen and (max-width: 1599px) {
	.newsroom-carousel-item-left .text {
		padding-left: 386px;
	}
	
	.newsroom-carousel-item-left .image {
		height: 300px;
		width: 356px;
	}
	
	.newsroom-article-bottom .share-article-box {
		float: left;
		clear: both;
	}
	
	.newsroom-carousel-item-article .text h3,
	.section-newsroom_events h3,
	.section-newsroom_videos h3 {
		font-size: 18px;
	}
	
	.section-newsroom_icons .section-newsroom-fnt-bg {
		right: 62%;
	}
	
	.newsroom_icons-icons ul li {
		font-size: 14px;
	}
	
	.section-newsroom-col h2 {
		padding-left: 20px;
		font-size: 26px;
	}
	
	.newsroom-carousel-item-article {
		padding: 20px;
	}
	
	.newsroom-carousel-item-right .image {
		height: 130px;
	}
	
	.newsroom-carousel-item-right .text-top {
		min-height: 105px;
	}
	
	.newsroom-carousel-item .newsroom-article-bottom .share-article-box {
		display: none;
	}
	
	.newsroom-carousel-item-left .text-top {
		min-height: 250px;
	}
	
	.section-newsroom_featured_news_title .search-form input[type="text"] {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
	.section-newsroom_featured_news_title h1,
	.section-newsroom_featured_news_title h2 {
		padding: 8px 0 6px;
	}
	
	.social-links-inline {
		margin-top: 6px;
	}
	
	.section-newsroom_featured_news_title {
		padding: 10px 0;
		margin-bottom: 10px;
	}
	
	.newsroom-carousel-item .newsroom-carousel-item-article {
		padding: 15px;
	}
	
	.newsroom-carousel-item-meta {
		font-size: 13px;
		margin-bottom: 10px;
	}
	
	.section-newsroom-col h1 {
		padding-left: 35px;
	}
	
	.section-newsroom-col-actions {
		padding-left: 20px;
	}
	
	.section-newsroom_events-upcoming-item .image {
		height: 350px;
	}
	
	.newsroom-video-item-article.featured .text {
		width: 65%;
	}
}

@media screen and (max-width: 1359px) {
	.newsroom-carousel-item-left {
		width: 50%;
	}
	
	.newsroom-carousel-item-right {
		width: 50%;
	}
	
	.newsroom-carousel-item-left .image {
		float: none;
		height: 260px;
		width: auto;
		margin: 0 0 15px;
	}
	
	.newsroom-carousel-item-right .image {
		height: 260px;
	}
	
	.newsroom-carousel-item-left .text {
		padding-left: 0;
	}
	
	.newsroom-carousel-item-right .text-top > p {
		display: block;
	}
	
	.newsroom-carousel-item-right .text-top,
	.newsroom-carousel-item-left .text-top {
		min-height: 210px;
	}
	
	.newsroom-article-bottom .share-article-box {
		float: right;
		clear: none;
	}
	
	.section-newsroom_icons h2 {
		padding-top: 23px;
	}
	
	.newsroom_icons-icons ul li span.img {
		max-width: 60px;
	}
	
	.section-newsroom_icons .section-newsroom-fnt-bg {
		right: 65%;
	}
	
	.section-newsroom-col h2 {
		font-size: 26px;
		margin: 0 0 15px;
	}
	
	.section-newsroom_videos .col-md-8,
	.section-newsroom_videos .col-md-4 {
		width: 50%;
	}
	
	.newsroom-video-item-article.featured .text-top {
		max-width: none;
	}
	
	.newsroom-video-item-article.featured .image:after {
		left: 50%;
		top: 25%;
	}
	
	.newsroom-video-item-article.featured .image {
		height: 429px;
	}
	
	.section-newsroom-col .homepage-news-item-wrapper .image > a:before {
		left: -72px;
	}
	
	.section-newsroom-col h1 {
		padding-left: 30px;
	}
	
	.section-newsroom-col-actions {
		padding-left: 15px;
	}
	
	.section-newsroom_events-upcoming-item .image {
		height: 290px;
	}
	
	.newsroom-video-item-article.featured .text {
		width: 100%;
		padding: 40px;
	}
}

@media screen and (max-width: 1199px) {
	.section-newsroom_featured_news_title {
		padding: 15px 0;
	}
	
	.section-newsroom_featured_news_title h1,
	.section-newsroom_featured_news_title h2 {
		font-size: 24px;
		padding-top: 20px;
	}
	
	.section-newsroom-fnt-bg {
		right: 48%;
	}
	
	.section-newsroom_featured_news_title .search-form {
		max-width: 430px;
		margin: 0 auto;
	}
	
	.newsroom-carousel-item-article {
		padding: 15px;
	}
	
	.newsroom-article-bottom .share-article-box {
		margin-top: 6px;
	}
	
	.newsroom-article-bottom .share-article-box > span {
		display: none;
	}
	
	.newsroom-carousel-item-right .text-top,
	.newsroom-carousel-item-left .text-top {
		min-height: 230px;
	}
	
	.section-newsroom_icons h2 {
		font-size: 24px;
	}
	
	.section-newsroom_icons .section-newsroom-fnt-bg {
		right: 67%;
	}
	
	.section-newsroom-col h2 {
		font-size: 22px;
	}
	
	.section-newsroom_events-upcoming-item .image {
		height: 240px;
	}
}

@media screen and (max-width: 991px) {
	.page-template-template-newsroom .main-page-wrapper,
	.page-template-template-newsroom-v2 .main-page-wrapper {
		padding-top: 25px;
	}
	
	.section-newsroom_featured_news_title {
		margin-bottom: 25px;
		background: #616466;
	}
	
	.section-newsroom-fnt-bg {
		display: none;
	}
	
	.section-newsroom_featured_news_title h1,
	.section-newsroom_featured_news_title h2 {
		padding: 0;
		margin: 0 0 15px;
		text-align: center;
	}
	
	.social-links-inline {
		text-align: center;
		margin: 0;
	}
	
	.social-links-inline li a {
		font-size: 24px;
	}
	
	.social-links-inline li {
		float: none;
		display: inline-block;
	}
	
	.section-newsroom_featured_news_title .search-form {
		max-width: none;
	}
	
	.section-newsroom_featured_news_title .search-form input[type="text"] {
		padding-top: 12px;
		padding-bottom: 12px;
	}
	
	.newsroom-article-bottom .share-article-box {
		float: left;
		clear: both;
	}
	
	.newsroom-carousel-item-meta {
		font-size: 12px;
	}
	
	.newsroom-carousel-item-article .text h3, .section-newsroom_events h3, .section-newsroom_videos h3 {
		font-size: 18px;
	}
	
	.section-newsroom_icons {
		padding-top: 0;
	}
	
	.section-newsroom_icons h2 {
		background: #616466;
		padding: 15px 0;
		text-align: center;
		margin: 0 0 15px;
		position: relative;
		z-index: 1;
	}
	
	.section-newsroom_icons h2:before {
		content: '';
		height: 100%;
		width: 100vw;
		left: 50%;
		margin-left: -50vw;
		top: 0;
		z-index: -1;
		background: #616466;
		position: absolute;
	}
	
	.newsroom-col-1 .section-newsroom-col {
		margin-top: 0;
	}
	
	.section-newsroom-col {
		margin-top: 40px;
	}
	
	.section-newsroom-col h2,
	.section-newsroom_videos h2,
	.section-newsroom_events h2 {
		font-size: 26px;
	}
	
	.section-newsroom-col .homepage-news-item-wrapper .text {
		min-height: auto;
	}
	
	.section-newsroom_events-past {
		margin-top: 40px;
	}
	
	.section-newsroom_videos .col-md-8, .section-newsroom_videos .col-md-4 {
		width: 100%;
	}
	
	.section-newsroom_carousel {
		padding: 25px 0;
		margin: 0 0 25px;
	}
	
	.section-newsroom_icons {
		margin-bottom: 25px;
	}
}

@media screen and (max-width: 767px) {
	.section-newsroom_featured_news_title h1,
	.section-newsroom_featured_news_title h2 {
		margin: 0 0 10px;
	}
	
	.social-links-inline {
		margin-bottom: 10px;
	}
	
	.section-newsroom_featured_news_title {
		padding: 15px 0;
	}
	
	.newsroom-carousel-item-left,
	.newsroom-carousel-item-right {
		width: 100%;
	}
	
	.newsroom-carousel-item-right {
		margin-top: 15px;
	}
	
	.newsroom-carousel-item {
		padding: 0 15px;
	}
	
	.newsroom-carousel-block .owl-prev {
		left: -10px;
	}
	
	.newsroom-carousel-block .owl-next {
		right: -10px;
	}
	
	.newsroom_icons-icons ul li {
		width: 33.3333%;
		margin-top: 15px;
	}
	
	.section-newsroom_events-upcoming-list .event-list-actions .add-to-cal-dropdown-wrapper {
		margin-left: 0;
		text-align: left;
	}
	
	.section-newsroom_events-upcoming-list .event-list-actions .add-to-calendar-btn {
		text-align: left;
	}
	
	.section-newsroom_events-past .section-newsroom_events-upcoming-list {
		padding: 15px;
	}
	
	.newsroom-video-item-article {
		padding: 15px;
	}
	
	.section-newsroom_events-upcoming-item .image {
		height: 185px;
	}
}

/***************************************************************
    Fix for contact forms
*****************************************************************/
.page-id-22 .contact-form-section .text,
.page-id-18 .contact-form-section .text,
.page-id-219 .contact-form-section .text,
.page-id-246 .contact-form-section .text,
.page-id-281 .contact-form-section .text {
    min-width: 650px;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 700px) {
    .page-id-22 .contact-form-section .text,
	.page-id-18 .contact-form-section .text,
	.page-id-219 .contact-form-section .text,
	.page-id-246 .contact-form-section .text,
	.page-id-281 .contact-form-section .text {
        min-width: auto;
        position: relative;
        z-index: 2;
    }
}

@media screen and (max-width: 1889px) {
	.turbo-specs-gallery-list-v2 {
		padding-left: 130px;
	}
	
	.catalog-product-thumbs {
		width: 120px;
	}
	
	.turbo-specs-gallery-item-thumb {
		padding: 10px 13px;
	}
	
	.catalog-product-top-right {
		height: 424px;
	}
}

@media screen and (max-width: 1599px) {
	.catalog-product-top-section {
		padding: 25px;
	}
	
	.catalog-product-thumbs {
		width: 110px;
	}
	
	.turbo-specs-gallery-item-thumb {
		padding: 6px 12px;
	}
	
	.catalog-product-top-right {
		height: 361px;
	}
	
	.catalog-product-top-section.placeh .catalog-product-top-right {
		min-height: auto;
	}
}

@media screen and (max-width: 1359px) {
	.catalog-product-top-right {
		min-height: 301px;
		padding: 25px;
		height: auto;
	}
	
	.turbo-specs-gallery-item-thumb {
		padding: 7px 12px;
	}
	
	.single-catalog_product .page-title-text.full-width h1 {
		font-size: 30px;
	}
}

@media screen and (max-width: 1199px) {
	
}

@media screen and (max-width: 991px) {
	.catalog-product-top-section.placeh .catalog-product-top-right {
		height: auto;
	}
	
	.catalog-product-top-right {
		margin-top: 20px;
		min-height: auto;
	}
}

@media screen and (max-width: 767px) {
	.single-catalog_product .page-title-text.full-width {
		height: auto;
	}
	
	.single-catalog_product .page-title-text.full-width h1 {
		font-size: 24px;
	}
	
	.turbo-specs-gallery-list-v2 {
		padding-left: 0;
	}
	
	.catalog-product-thumbs {
		width: auto;
		position: relative;
		margin-top: 15px;
	}
	
	.catalog-product-top-right {
		margin-left: -15px;
		margin-right: -15px;
		margin-bottom: -15px;
		padding: 15px;
	}
	
	.turbo-specs-actions .button {
		width: 200px;
	}
	
	.catalog-product-thumbs .slick-arrow {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 10;
	}
	
	.catalog-product-thumbs .slick-prev {
		left: -10px;
	}
	
	.catalog-product-thumbs .slick-next {
		right: -10px;
	}
	
	.catalog-product-top-section {
		padding: 15px;
	}
	
	.turbo-specs-actions input[type="number"] {
		line-height: 26px;
		font-size: 16px;
		width: 60px;
	}
}

@media screen and (min-width: 992px) {
	.hr-testimonial-item.even .image:first-child {
		display: none;
	}
	
	.hr-testimonial-item.even .image:last-child {
		display: block;
		margin: 15px 0 0;
	}
	
	.hr-testimonial-item.even .image:last-child:before {
		border-width: 390px 0 0 140px;
		border-color: transparent transparent transparent #ed1c24;
		top: auto;
		bottom: 0;
	}
	
	.hr-testimonial-item.even .text:before {
		top: 100%;
		bottom: auto;
		transform: rotate(180deg);
	}
}

@media screen and (max-width: 1599px) {
	.hr-testimonial-item {
		padding: 15px;
	}
	
	.hr-testimonial-item .text {
		font-size: 14px;
		padding: 15px;
		min-height: 285px;
	}
	
	.hr-testimonial-item .image:before {
		border-width: 320px 120px 0 0;
		left: -15px;
		top: 15px;
	}
	
	.hr-testimonial-item.even .image:last-child:before {
		border-width: 320px 0 0 120px;
	}
}

@media screen and (max-width: 1359px) {
	.hr-header-title {
		font-size: 24px;
		color: #303030;
		background: none;
		position: absolute;
		left: 0;
		top: 10px;
		z-index: 1;
		padding-left: 190px;
	}
	
	.hr-header-title:before {
		display: none;
	}
	
	.single-hr_page .logo {
		position: relative;
		z-index: 3;
		padding: 10px 0;
		height: auto;
		width: 148px;
	}
	
	body.single-hr_page {
		padding-top: 70px;
	}
	
	.single-hr_page .logo img {
		max-width: 100%;
	}
	
	.hr-stats-item {
		padding: 30px 10px;
		font-size: 15px;
	}
	
	.hr-stats-item h3 {
		font-size: 30px;
	}
}

@media screen and (max-width: 1199px) {
	.hr-testimonial-item .text {
		min-height: 265px;
	}
}

@media screen and (max-width: 991px) {
	.hr-testimonial-item .image {
		height: 190px;
	}
	
	.hr-testimonial-item .image:before {
		border-width: 250px 80px 0 0;
	}
	
	.hr-stats-item {
		width: 33.3333%;
	}
}

@media screen and (max-width: 767px) {
	body.admin-bar .header-wrapper {
		top: 46px;
	}
	
	.hr-testimonial-item .text {
		min-height: auto;
	}
	
	.hr-header-title {
		top: 100%;
		font-size: 16px;
		line-height: 30px;
		background: #FFF;
		padding: 0 15px;
		text-align: center;
		width: 100%;
		border-top: 1px solid #efefef;
		border-bottom: 1px solid #efefef;
	}
	
	html.touch body.admin-bar .header-wrapper {
		top: 0;
	}
	
	body.single-hr_page .page-title-section {
		margin-top: 30px;
	}
	
	.hr-stats-item {
		width: 50%;
	}
	
	.hr-cta-item {
		padding: 35px 15px;
		margin: 0 0 10px;
	}
	
	.hr-cta-item .text h3 {
		font-size: 26px;
		margin-bottom: 20px;
	}
}

@media screen and (min-width: 1360px) {
	.postid-331 .left-aligned-image + .general-block-square-image {
		margin-top: 80px;
	}
}

@media screen and (max-width: 1889px) {
    .homepage-hero-block-inner {
        padding-left: 30px;
        padding-right: 30px;
    }
    
    .homepage-hero-block h3 {
        font-size: 28px;
    }
    
    .general-block .image {
        transform: translate(-40px, 50px);
    }
    
    .gb-same-level .image {
        top: -50px;
    }
    
    .general-block.reversed .image {
        transform: translate(40px, -30px);
    }
    
    .newsletter-section-right {
        padding: 20px;
    }
	
	.newsletter-section-left {
		padding-top: 63.5px;
		padding-bottom: 63.5px;
	}
    
    .navbar-nav > li > ul > li > a {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 16px;
    }
    
    .header-bottom .navbar-nav > li > ul {
        padding-right: 20px;
    }
    
    .footer-widgets .widget ul li a {
        font-size: 14px;
    }
    
    .navbar-nav > li > a {
        padding: 0 20px;
    }
    
    .header-search-form-holder {
        width: 240px;
    }
    
    .header-right {
        padding-right: 20px;
    }
    
    .broadest-categories-list ul li {
        font-size: 16px;
    }
    
    .masonry-text {
        font-size: 26px;
    }
    
    .masonry-text-inner ul li:before {
        width: 26px;
        height: 26px;
        top: 6px;
    }
    
    .distributor-locator-section-main {
        margin-left: 250px;
    }
    
    .section-features .text {
        padding-top: 30px;
        padding-right: 30px;
    }
    
    .section-features-list ul li {
        font-size: 22px;
    }
    
    .section-features > .container:before {
        margin-right: -80px;
    }
    
    .calendar-search-filters {
        margin-left: 0;
    }
    
    .calendar-search-filters {
        width: 52%;
    }
    
    .events-calendar-search-section > .container:before {
        margin-right: 100px;
    }
    
    #sb_instagram .sbi_photo {
        height: 413.77px!important;
    }
    
/*
    #sb_instagram .sbi_info {
        height: 478.31px!important;
    }
*/
    
    .social-blocks-nav {
        margin-top: 100px;
    }
    
    #sb_instagram .sbi_info p.sbi_caption_wrap {
        height: 160px;
    }
    
    #cff .cff-item,
    ul#linkedin-con #linkedin-item {
        height: 478.31px!important;
    }
    
    #ctf .ctf-item {
        height: 369.31px!important;
        overflow: auto;
    }
    
    .find-turbo-image-block {
        left: 66%;
    }
    
    .weibo-block-content {
        height: 324.44px;
    }
    
    .weibo-block {
        padding: 15px;
    }
	
	.homepage-hero .text-inner {
		max-width: 630px;
	}
	
	.homepage-hero-video {
		width: 640px;
		margin-right: 80px;
	}
	
/*
	#homepage-hero-1 .button {
		margin: 395px 0 0 124px;
	}
*/
}

@media screen and (max-width: 1599px) {
    body {
        font-size: 15px;
    }
    
    .navbar-nav > li > a {
        font-size: 15px;
        padding: 0 15px;
    }
    
    .new-menu ul li a {
        font-size: 15px;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .header-bottom .navbar-nav > li > ul {
        padding-right: 15px;
        padding-left: 280px;
    }
    
    .header-right {
        padding-right: 15px;
    }
    
    .header-top .navbar-nav {
        margin-left: 300px;
    }
    
    .logo {
        width: 260px;
        left: -8px;
    }
    
    .navbar-nav > li > ul > li > a {
        font-size: 14px;
    }
    
/*
    .homepage-hero .text-inner h2 {
        font-size: 52px;
    }
*/
    
    .homepage-hero .text-inner {
        font-size: 16px;
        line-height: 1.6;
        max-width: 650px;
    }
    
    .homepage-slider .owl-nav .owl-prev,
    .homepage-slider .owl-nav .owl-next,
    .landing-page-slider .owl-nav .owl-prev,
    .landing-page-slider .owl-nav .owl-next {
        width: 25px;
        height: 46px;
        margin-top: -23px;
    }
    
    .homepage-hero-block h3 {
        font-size: 28px;
    }
    
    .homepage-hero,
	.homepage-slider {
        height: 430px;
    }
    
    .homepage-hero-block-inner {
        padding: 25px 30px;
    }
    
    .news-page-item .text h3 {
        font-size: 18px;
    }
    
    .news-page-item {
        padding: 20px;
    }
    
/*
    .news-page-item .text {
        min-height: 180px;
    }
*/
    
    .youtube-player-cover:before {
        width: 80px;
        height: 80px;
        margin: -40px 0 0 -40px;
    }
    
    .general-block .text h2,
    .section-turbo-name-plate .text h2,
    .installer-connect-block .text h2,
    .diagnostic-section-block .text h2,
    .contact-block-section .text h2,
    .contact-form-section .text h2,
    .section-html-content h2,
    .page404-text h2,
    .newsletter-news-section .text .h2,
    .modal-body h2,
    .vehicle-specific-disclaimer h3,
    .tech-papers-event-section .text h2 {
        font-size: 30px;
        margin-bottom: 25px;
    }
    
    .general-block .text > *,
    .section-turbo-name-plate .text > *,
    .installer-connect-block .text > *,
    .diagnostic-section-block .text > *,
    .contact-block-section .text > *,
    .general-block-collapsed-text > * {
        margin-bottom: 20px;
    }
    
    .general-block .text {
        padding-top: 60px;
    }
    
    .left-aligned-video + .section-title,
    .left-aligned-image + .section-title,
    .left-aligned-image + .general-block-square-image,
    .left-aligned-video + .section-with-icons,
    .left-aligned-video + .general-block-square-image {
        margin-top: 80px;
    }
    
    .homepage-boosting-items {
        margin: 0 -15px;
    }
    
    .homepage-boosting-item-wrapper {
        padding: 0 15px;
    }
    
    .homepage-boosting-item .text h3 {
        font-size: 30px;
    }
    
    .general-block .image {
        transform: translate(-23px, 35px);
    }
    
    .gb-same-level .image {
        top: -35px;
    }
    
    .homepage-leaders-red,
    .homepage-leaders-black {
        width: 30%;
        height: 400px;
    }
    
    .homepage-leaders-image {
        width: 40%;
        height: 400px;
    }
    
    .homepage-leaders-block-inner {
        padding: 0 30px;
    }
    
    .homepage-leaders-block-inner h3,
    .homepage-leaders-block-inner h2 {
        font-size: 22px;
    }
    
    .general-block-portrait-image .gbpi-text h3 {
        font-size: 20px;
    }
    
    .general-block-elements {
        margin: 0 -15px;
    }
    
    .general-block-portrait-image-wrapper {
        padding: 0 15px;
    }
    
    .general-block-portrait-image {
        height: 400px;
    }
    
    .general-block-portrait-image .gbpi-text p {
        margin-bottom: 30px;
    }
    
    .newsletter-section-left {
        width: 66%;
        padding: 72.5px 30px;
    }
    
    .newsletter-section-right {
        width: 32%;
        padding: 25px;
    }
    
    .newsletter-text {
        float: none;
        width: auto;
    }
    
    .newsletter-form {
        float: none;
        width: auto;
        max-width: 610px;
    }
    
    .newsletter-text h4 {
        font-size: 25px;
        margin-bottom: 15px;
    }
    
    .newsletter-terms {
        margin-top: 15px;
    }
    
    .footer-widgets .widget {
        width: 33.3333%;
    }
    
    .footer-widgets .widget:nth-child(4),
    .footer-widgets .widget:nth-child(8) {
        clear: both;
    }
    
    .footer {
        padding: 60px 0;
    }
    
/*
    .page-title-text.full-width {
        height: 480px;
    }
*/
    
    .page-title-text.single-page-title-section {
        height: 320px;
    }
    
    .content-page-inner h1,
    .content-page-inner .h1,
    .content-page-inner h2 {
        font-size: 40px;
    }
    
    .content-page-inner .text {
        font-size: 18px;
    }
    
/*
    .content-page-inner .text p {
        max-width: 580px;
        margin-top: 20px;
    }
*/
    
    .section-icon-item-wrapper {
        font-size: 14px;
        margin-bottom: 15px;
    }
    
    .section-icon-item-wrapper {
        width: 33.3333%;
    }
    
    .installer-connect-block .container:before {
        margin-right: -40px;
    }
    
    .installer-connect-block .image {
        width: 56%;
    }
    
    .installer-connect-block .text {
        padding-top: 60px;
    }
    
    .diagnostic-section-block .text {
        padding-top: 90px;
    }
    
    .section-more-about-list-wrapper {
        margin: 0 -15px;
    }
    
    .section-more-about-item-wrapper {
        padding: 0 15px;
    }
    
    .section-more-about-item h3 {
        font-size: 14px;
    }
    
    .section-more-about-item h3 {
        font-size: 15px;
    }
    
    .more-about-text {
        min-height: 75px;
    }
    
    .page-id-16 .more-about-text {
        min-height: auto;
    }
    
    .broadest-categories-list {
        display: none;
    }
    
    .broadest-cat-single-list-title {
        display: block;
        width: 100%;
        clear: both;
        text-align: center;
/*        font-family: 'Gotham Medium', sans-serif;*/
        font-weight: 500;
        font-size: 18px;
        text-transform: uppercase;
        line-height: 20px;
        padding: 15px 5px;
        margin: 0;
        color: #FFF;
    }
    
    .broadest-cat-type-1 {
        background-color: #ffb71b;
    }

    .broadest-cat-type-2 {
        background-color: #52575a;
    }

    .broadest-cat-type-3 {
        background-color: #ed1c24;
    }
    
    .broadest-product-item {
        width: 25%;
    }
    
    .broadest-product-item.active:after {
        display: none;
    }
    
    .large-blocks-slider:not(.large-blocks-tabs):after {
        display: none;
    }
    
    .contact-block-section .contact-block-image {
        width: 38%;
        height: 300px;
    }
    
    .contact-block-section .text {
        padding-top: 80px;
    }
    
    .contact-form-section .text {
        margin-left: 150px;
        width: 40%;
    }
    
    .contact-form-section .image {
        width: 50%;
    }
    
    .masonry-text {
        font-size: 22px;
        height: 360px;
    }
    
    .masonry-text-inner ul li:before {
        width: 22px;
        height: 22px;
        top: 5px;
    }
    
    .masonry-text-inner ul li {
        padding-left: 40px;
    }
    
    .masonry-text-inner {
        padding: 0 30px;
    }
    
    .masonry-gallery .image {
        height: 360px;
    }
    
    #super-left-panel {
        padding: 120px 60px 15px!important;
    }
    
    .distributor-map-block {
        left: 80%;
    }
    
    .section-features-list ul li {
        font-size: 18px;
        padding-left: 55px;
    }
    
    .section-features-list ul li .img {
        width: 40px;
        height: 40px;
        margin-top: -20px;
    }
    
    .section-features-list ul li + li {
        margin-top: 25px;
    }
    
    .section-features .text {
        padding-top: 25px;
        padding-bottom: 25px;
        padding-right: 0;
    }
    
    .modal-dialog {
        width: 1024px;
    }
    
    .turbo-products-carousel {
        margin: 0 -15px;
    }

    .product-turbocharger {
        padding: 0 15px;
    }
    
    .event-result-item {
        padding: 20px;
    }
    
    .event-list-actions .button {
        margin-right: 0;
        font-size: 13px;
    }
    
    .add-to-calendar-btn {
        font-size: 13px;
    }
    
    .find-turbo-image-block {
        left: 74%;
    }
    
    .section-features-v2 .text {
        width: 45%;
    }
    
    .news-events-block-col > h3 {
        font-size: 20px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    
    .home-news-future-event-item .text h3 {
        font-size: 20px;
        margin: 15px 0;
    }
    
    .footer-widgets .widget#nav_menu-12 {
        display: none;
    }
    
    .distributor-locator-section-main h2, .find-turbo-form .text h2, .distributor-search-results-section h2 {
        font-size: 30px;
    }
	
	.homepage-hero .text-inner {
		max-width: 580px;
	}
	
	.homepage-hero-video {
		width: 560px;
		margin-right: 50px;
	}
	
	.leadership-team-item {
		max-width: 414px;
	}
	
/*
	#homepage-hero-1 .button {
		margin: 334px 0 0 104px;
	}
*/
}

@media screen and (max-width: 1399px) and (min-width: 1359px) {
    .large-blocks-slider-section .tabs-titles-wrapper ul {
        padding-left: 40px;
/*        padding-right: 40px;*/
    }
    
    .large-blocks-slider {
        padding-left: 40px;
/*        padding-right: 40px;*/
    }
}

@media screen and (max-width: 1359px) {
    .header-bottom .navbar-nav > li > ul {
        padding-left: 280px;
    }
    
    .section-features-v2 .image {
        width: 100%;
        max-width: none;
    }
    
    .section-features-v2 .image img {
        width: 100%;
    }
	
	.newsletter-section-left {
		padding-top: 74px;
		padding-bottom: 74px;
	}
	
/*
	#homepage-hero-1 .button {
		margin: 277px 0 0 92px;
	}
*/
}

@media screen and (max-width: 1359px) {
    body {
        padding-top: 64px;
    }
    
    .logo,
    .header-top-sticky.sticky-header .logo,
    .header-bottom-sticky.sticky-header .logo {
        height: auto;
        width: 148px;
        float: left;
        left: auto;
        font-size: 36px;
        text-align: left;
        letter-spacing: 2px;
        padding: 23px 0;
        line-height: 35px;
    }
    
    .logo img {
        max-width: 100%;
    }
    
    .logo span {
        letter-spacing: 3px!important;
        font-size: 12px!important;
        line-height: 1.3;
    }
    
    .header-wrapper .container {
        width: auto;
    }
    
    .logo:after {
        border-top-width: 96px;
    }
    
    .header-bottom .navbar-nav > li > ul {
        padding-left: 185px;
    }
    
    .navbar-nav > li > a {
        font-size: 13px;
        line-height: 22px;
    }
    
    .header-right > ul > li {
        line-height: 20px;
    }
    
    .navbar-nav > li > ul > li > a {
        font-size: 13px;
        line-height: 20px;
    }
    
    .header-language-switcher > ul {
        margin-top: 5px;
    }
    
    .homepage-hero-block h3 {
        font-size: 24px;
    }
    
    .homepage-hero-block-inner,
    .homepage-hero-block {
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
    }
    
    .homepage-hero-block-inner {
        padding: 20px 15px;
    }
    
    .homepage-hero .text-inner h2,
	.homepage-hero .text-inner h1 {
        font-size: 36px;
        margin-bottom: 15px;
    }
    
    .homepage-hero .text-inner {
        font-size: 14px;
        max-width: 460px;
    }
    
    .homepage-hero-video {
        max-width: 480px;
    }
    
    .homepage-hero .text-inner p {
        margin-bottom: 20px;
    }
    
    .button {
        font-size: 13px;
        padding: 12px 20px;
    }
    
    .homepage-hero .text {
    }
    
    .homepage-hero-block .icon img {
        max-height: 44px;
    }
    
    .homepage-hero-block h3 {
        font-size: 21px;
    }
    
    .homepage-hero,
    .homepage-slider {
        height: 350px;
    }
    
    .section-with-icons {
        padding: 50px 0;
        margin-bottom: 50px;
    }
    
    .section-title h3 {
        font-size: 16px;
        margin-bottom: 15px;
    }
    
    .section-title h2,
    .page-body h2 {
        font-size: 26px;
        margin-bottom: 20px;
    }
    
    .section-title {
        margin-bottom: 40px;
    }
    
    .homepage-news-list {
        margin: 0 -10px;
    }
    
    .homepage-news-item-wrapper {
        padding: 0 10px;
    }
    
    .news-page-item {
        padding: 15px;
        font-size: 13px;
    }
    
    .technical_author,
    .technical_link {
        font-size: 12px;
    }
    
    .general-block,
    .homepage-boosting-section,
    .homepage-leaders-section,
    .section-html-with-title,
    .tech-papers-event-section {
        margin-bottom: 50px;
    }
    
    .tech-papers-event-section {
        padding: 50px 0;
    }
    
    .section-html-with-title {
        padding: 50px 0;

    }
    
    .general-block .text,
    .general-block.reversed .text,
    .general-block.full-image-block .text,
    .page-id-331 .general-block-square-image .text,
    .general-block.full-image-block.reversed .text {
        float: none;
        width: auto;
        padding: 40px 50px 25px;
        transform: none;
    }
    
    .page-id-331 .general-block-square-image .container:before {
        display: none;
    }
    
    .general-block .text h2,
    .section-turbo-name-plate .text h2,
    .installer-connect-block .text h2,
    .diagnostic-section-block .text h2,
    .contact-block-section .text h2,
    .contact-form-section .text h2,
    .distributor-locator-section-main h2,
    .find-turbo-form .text h2,
    .section-html-content h2,
    .page404-text h2,
    .newsletter-news-section .text .h2,
    .modal-body h2,
    .vehicle-specific-disclaimer h3,
    .tech-papers-event-section .text h2,
    .distributor-search-results-section h2 {
        font-size: 26px;
    }
    
    .distributor-locator-section-main .text,
    .find-turbo-form .text {
        font-size: 16px;
    }
    
    .general-block .image,
    .general-block.reversed .image,
    .general-block.full-image-block .image,
    .general-block.reversed.without-red-shape .image,
    .general-block.full-image-block.reversed .image {
        transform: none;
        float: none;
        width: auto;
        margin: 0;
        top: 0;
    }
    
    .general-block.reversed.without-red-shape .image {
        margin-top: 0;
        margin-bottom: 0;
    }
    
    .general-block .container:before {
        display: none;
    }
    
    .left-aligned-video + .section-title,
    .left-aligned-image + .section-title,
    .left-aligned-image + .general-block-square-image,
    .left-aligned-video + .section-with-icons,
    .left-aligned-video + .general-block-square-image {
        margin-top: 0;
    }
    
    .homepage-leaders-red,
    .homepage-leaders-black {
        width: 50%;
        height: 320px;
    }
    
    .homepage-leaders-image {
        width: 100%;
        height: 250px;
    }
    
    .general-block.reversed {
        margin-top: 0;
    }
    
    .footer {
        padding: 30px 0;
    }
    
    .footer-widgets {
        display: none;
    }
    
    .gallery-section-list {
        margin: 0 -15px;
    }
    
    .gallery-section-item {
        padding: 0 15px;
        margin-bottom: 30px;
    }
    
    .general-block:not(.full-image-block) + .general-block.reversed,
    .general-block:not(.full-image-block) + .general-block.reversed:not(.gb-same-level) {
        margin-top: 0;
    }
    
    .breadcrumbs {
        font-size: 12px;
    }
    
    .breadcrumbs-search .form-item {
        font-size: 14px;
    }
    
    .section-icon-item-wrapper {
        margin-bottom: 15px;
    }
    
    .section-icons-3 .section-icon-item-wrapper,
    .section-icons-4 .section-icon-item-wrapper {
        width: 50%;
    }
    
    .diagnostic-section-block .container:before {
        display: none;
    }
    
    .diagnostic-section-block .text {
        float: none;
        width: auto;
        padding: 30px 0;
    }
    
    .diagnostic-section-block .images {
        float: none;
        width: auto;
        padding: 0;
    }
    
    .left-aligned-image + .section-more-about {
        margin-top: 60px;
    }
    
    .section-more-about {
        padding: 50px 0;
        margin-bottom: 50px;
    }
    
    .section-more-about-item-wrapper {
        width: 50%;
        margin-bottom: 30px;
    }
    
    .section-more-about-item-wrapper:last-child {
        margin-bottom: 0;
    }
    
    .tabs-titles-wrapper ul li {
        width: 20%;
        font-size: 14px;
    }
    
    .gb-full-img-size2 .section-large-red-shape {
        display: none;
    }
    
    .gb-full-img-size2.general-block.full-image-block .text {
        width: auto;
        margin-right: 0;
    }
    
    .gb-full-img-size2.general-block.full-image-block .image {
        width: auto!important;
        margin-left: 0!important;
        margin-right: 0!important;
    }
    
    .contact-block-section .text {
        float: none!important;
        width: auto;
        padding: 35px 35px;
        margin-left: 250px;
    }
    
    .contact-block-section .contact-block-image {
        width: auto!important;
        float: none!important;
        height: 200px;
    }
    
    .contact-block-section {
        margin-bottom: 50px;
    }
    
    .contact-form-section .image {
        display: none;
    }
    
    .contact-form-section-inner {
        padding: 50px 0;
    }
    
    .contact-form-section .text {
        width: 80%;
        margin: 0 auto;
    }
    
    .contact-form-section .text h3 {
        font-size: 16px;
    }
    
    .masonry-gallery .image {
        width: 50%;
        height: 270px;
    }
    
    .masonry-text {
        width: 50%;
        height: 270px;
    }
    
    .masonry-text ~ .image {
        width: 33.3333%!important;
    }
    
    .masonry-text + .image:last-child {
        width: 100%!important;
    }
    
    .distributor-locator-section-racing .distributor-locator-left {
        display: none;
    }
    
    .distributor-locator-section-racing .distributor-locator-section-main {
        margin-left: 0;
        padding: 0 15px;
    }
    
    #super-left-panel {
        float: none;
        height: auto!important;
        padding: 15px!important;
        width: auto!important;
    }
    
    .ssf-column.store-locator-map-holder {
        float: none;
        width: auto;
        position: static!important;
    }
    
    .store-locator-map {
        top: 0!important;
        height: 540px!important;
    }
    
    .store-locator__filter-toggler-cell {
        display: none!important;
    }
    
    .distributor-map-block {
        display: none;
    }
    
    .distributor-locator-section-main {
        margin: 0 auto;
    }
    
    .distributor-locator-left {
        display: none;
    }
    
    .distributor-locator-section {
        padding: 50px 0;
        margin-bottom: 50px;
    }
    
    .chart-general-block .container {
        padding-top: 0;
        padding-bottom: 30px;
    }
    
    .page404-text {
        max-width: 640px;
        margin: 0 auto;
        font-size: 16px;
    }
    
    .infobox__title {
        font-size: 20px;
    }
    
    .newsletter-news-section .text {
        padding-top: 80px;
    }
    
    .single-article-small-container {
        max-width: none;
    }
    
    .breadcrumbs-search {
        width: 380px;
    }
    
    .breadcrumbs-main {
        margin-right: 410px;
    }
    
    .events-calendar-right {
        width: 45%;
    }
    
    .events-calendar-search-section > .container {
        padding: 80px 15px 30px;
    }
    
    .future-events-list-section {
        padding: 50px 0;
    }
    
    .future-event-list-item {
        padding: 50px 0;
    }
    
    .future-event-list-item + .future-event-list-item {
        margin-top: 50px;
    }
    
    .past-events-list-section {
        padding: 50px 0;
        margin-bottom: 50px;
    }
    
    .event-list-actions .button {
        width: 100%;
        margin: 0 0 10px;
    }
    
    .add-to-calendar-btn {
        width: 100%;
    }
    
    .future-event-item .text .event-list-actions {
        max-width: 200px;
    }
    
    .add-to-cal-dropdown-wrapper {
        display: block;
    }
    
    .section-video-pagination-nav {
        margin-top: 30px;
    }
    
    .section-video-thumb-carousel-wrapper {
        margin: 0 -15px;
    }
    
    .videothumb-item-wrapper {
        padding: 0 15px;
    }
    
    .section-more-about-list-wrapper.section-more-about-5 .section-more-about-item-wrapper {
        width: 33.3333%;
    }
    
    .section-more-about-item-wrapper {
        float: none;
        display: inline-block;
        font-size: 16px;
        vertical-align: top;
    }
    
    .section-more-about-list-wrapper {
        text-align: center;
        font-size: 0px;
    }
    
    .find-turbo-image-block {
        left: 86%;
    }
    
    .logo img {
        height: 50px!important;
    }
    
    .leadership-team-item {
        max-width: 360px;
    }
    
    .dashboard-widgets {
        margin: 0 -15px;
    }
    
    .dashboard-widget-item-wrapper {
        padding: 0 15px;
        margin-top: 30px;
    }
}

@media screen and (max-width: 1199px) {
    .newsletter-news-section .text {
        padding: 25px 0;
        float: none;
        width: auto;
    }
    
    .newsletter-news-section .image {
        flex: none;
        width: auto;
        margin-top: 0;
    }
    
    .newsletter-news-section .container:before {
        display: none;
    }
    
    .newsletter-news-section {
        margin: 50px 0;
    }
    
    .modal-content {
        padding: 30px;
    }
    
    .modal-body .row > div {
        width: 100%;
    }
    
    .modal-body .row > div + div {
        margin-top: 15px;
    }
    
    .modal-body .form-container {
        padding-left: 0;
    }
    
    .product-turbocharger {
        width: 25%;
    }
    
    .turbo-products-filters .form-row > div label {
        display: block;
        margin: 0 0 5px;
    }
    
    .page-title-text.full-width {
        height: 350px;
    }
    
    .content-page-inner .text {
        font-size: 16px;
    }
    
    .calendar-search-filters .text h2 {
        font-size: 26px;
        margin-bottom: 20px;
    }
    
    .calendar-search-filters {
        float: none;
        width: auto;
        margin-bottom: 20px;
    }
    
    .events-calendar-right {
        float: none;
        width: auto;
    }
    
    .events-calendar-main {
        margin: 0 auto;
    }
    
    .future-event-item .text {
        float: none!important;
        width: auto;
    }
    
    .future-event-item .image {
        float: none!important;
        width: auto;
        margin-top: 30px;
    }
    
    .event-item-wrapper {
        width: 50%;
    }
    
    .event-item-wrapper:nth-child(2n+1) {
        clear: both;
    }
    
    .future-event-item .text h3 {
        font-size: 26px;
    }
    
    .homepage-news-list {
        margin: 0;
    }
    
    .social-blocks-nav {
        margin: 0 0 20px;
        float: none;
        width: auto;
        padding: 0;
    }
    
    .social-blocks-nav ul li {
        float: left;
        width: 25%;
        border: none!important;
    }
    
    .social-blocks-tabs {
        width: 100%;
        padding: 0;
    }
    
    .distributor-search-results-section > .container:before {
        display: none;
    }
    
    .find-turbo-image-block {
        display: none;
    }
    
    #sb_instagram .sbi_photo {
        height: 348.77px!important;
    }
    
    .homepage-news-events-row-left {
        width: 66.6666%;
    }
    
    .homepage-news-events-row-right {
        width: 33.3333%;
    }
    
    .homepage-hero-video {
        width: 360px;
    }
    
    .ptt-with-ticker {
        height: 280px;
    }
    
    .leadership-team-item {
        max-width: 294px;
    }
    
    .leadership-team-item .text {
        min-height: 100px;
    }
    
/*
    #homepage-hero-1 .button {
        margin: 273px 0 0 11px;
    }
*/
    
    .dashboard-widget-item {
        padding: 20px;
    }
    
    .single-catalog_product table.table,
    .single-catalog_product table.table > thead,
    .single-catalog_product table.table tr,
    .single-catalog_product table.table th,
    .single-catalog_product table.table tbody,
    .single-catalog_product table.table td,
	table#turbo-results-table,
	table#turbo-results-table > thead,
	table#turbo-results-table tr,
	table#turbo-results-table th,
	table#turbo-results-table tbody,
	table#turbo-results-table td {
        display: block!important;
        width: 100%!important;
        text-align: left!important;
    }
	
	table#turbo-results-table > thead {
		display: none!important;
	}
    
    .single-catalog_product table.table > thead > tr + tr,
    table#turbo-results-table > thead > tr + tr {
        display: none!important;
    }
    
    .single-catalog_product table.table td[data-title]:before,
    table#turbo-results-table td[data-title]:before {
      content: attr(data-title) ":\00A0";
      font-weight: bold;
    }
}

@media screen and (max-width: 1047px) {
    body {
        font-size: 14px;
        padding-top: 70px;
    }
    
    .header-wrapper {
        border-bottom: 1px solid #efefef;
    }
    
    button#sidebarCollapse {
        display: block;
    }
    
    .header-bottom {
        display: none!important;
    }
    
    .header-top .navbar-nav {
        display: none!important;
    }
    
    .header-right {
        display: none!important;
    }
    
    .header-top {
        background: #FFF;
        display: block!important;
    }
    
    .logo,
    .header-top-sticky.sticky-header .logo,
    .header-bottom-sticky.sticky-header .logo {
        position: static;
        height: auto;
        width: 148px;
        float: left;
        left: auto;
        font-size: 36px;
        text-align: left;
        letter-spacing: 2px;
        padding: 10px 0;
        line-height: 35px;
    }
    
    .logo img {
        max-width: 100%;
    }
    
    .logo span {
        letter-spacing: 3px!important;
        font-size: 12px!important;
        line-height: 1.3;
    }
    
    .logo:before,
    .logo:after {
        display: none;
    }
    
    .header-top .container {
        width: auto;
        padding-right: 0;
    }
    
    #sidebar .header-right {
        display: block!important;
        float: none;
        padding: 12px 25px;
    }
    
    .header-search-form-holder {
        right: auto;
        left: 0;
        width: 400px;
    }
    
    .header-right > ul > li:first-child {
        position: relative;
        z-index: 2;
    }
}

@media screen and (max-width: 991px) {
    .iframe-containerContactEturbo > iframe {
        height:1920px;
    }
    .homepage-hero-blocks {
        position: static;
        background: #373737;
    }
    
    .homepage-hero,
    .homepage-slider {
        height: 290px;
    }
    
    .homepage-hero-block {
        width: 100%;
    }
    
    .homepage-hero-blocks-list {
        margin: 0 -15px;
    }
    
    .homepage-hero-block:hover {
        background: none;
    }
    
    .homepage-news-item-wrapper {
        width: 100%;
    }
    
    .news-page-item {
        height: auto!important;
    }
    
    .newsroom-section {
        padding: 50px 0;
        margin-bottom: 50px;
    }
    
    .news-page-item .text {
        min-height: auto;
    }
    
    .homepage-boosting-item .text h3 {
        font-size: 22px;
        margin-bottom: 15px;
    }
    
    .homepage-boosting-item .text p {
        margin-bottom: 30px;
    }
    
    .homepage-boosting-item {
        height: 340px;
    }
    
    .newsletter-section-left {
        float: none;
        width: auto;
        padding: 15px;
    }
    
    .newsletter-section-right {
        float: none;
        width: auto;
        padding: 15px;
        margin-top: 15px;
        text-align: center;
    }
    
    .market-info ul + ul {
        text-align: center;
    }
    
    .newsletter-section {

        padding: 15px 0;
    }
    
    .market-info ul li {
        float: left;
        width: 50%;
        margin-top: 0!important;
    }
    
    .installer-connect-block {
        margin-top: 50px;
    }
    
    .installer-connect-block .container:before {
        display: none;
    }
    
    .installer-connect-block .text {
        float: none;
        width: auto;
        padding: 50px 0;
        margin-left: 0;
    }
    
    .installer-connect-block .image {
        float: none;
        width: auto;
        top: auto;
        right: auto;
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
        margin-right: 0;
    }
    
    .installer-connect-block .image img {
        margin-left: 0;
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
    }
    
    .boosting-items-3 .homepage-boosting-item-wrapper {
        width: 100%;
    }
    
    .boosting-items-3 .homepage-boosting-item-wrapper + .homepage-boosting-item-wrapper {
        margin-top: 15px;
    }
    
    .broadest-product-item h3 {
        font-size: 14px;
    }
    
    .broadest-products-list {
        margin-bottom: 50px;
    }
    
    .tabs-titles-wrapper ul li {
        width: 25%;
        font-size: 13px;
    }
    
    .table>thead>tr>th {
        font-size: 12px!important;
    }
    
    .section-html-content td {
        font-size: 12px;
    }
    
    .store-locator-map {
        height: 420px!important;
    }
    
    .product-single-title-top a {
        font-size: 26px;
    }
    
    .product-single-title-top h1 {
        font-size: 26px;
        margin: 0 30px;
    }
    
    .turbo-product-section .container {
        padding-top: 0;
        padding-bottom: 0;
    }
    
    #storeLocator__storeList div.medium-4 {
        width: 50%!important;
        clear: none!important;
    }
    
    #storeLocator__storeList div.medium-4:nth-child(2n+1) {
        clear: both!important;
    }
    
    .page-title-text.single-page-title-section {
        height: 240px;
    }
    
    .content-page-inner h1,
    .content-page-inner .h1,
    .content-page-inner h2 {
        font-size: 36px;
    }
    
    .breadcrumbs-main {
        margin-right: 0;
    }
    
    .breadcrumbs-search {
        width: auto;
        position: static;
        margin: 10px 0 0;
    }
    
    .single-article-small-container:before,
    .single-article-small-container:after {
        display: none;
    }
    
    .single-press-title h1 {
        font-size: 28px;
    }
    
    .modal-dialog {
        width: 90%;
    }
    
    .modal-body .row > div + div {
        margin-top: 25px;
    }
    
    .product-turbocharger {
        width: 33.3333%;
    }
    
    .turbo-products-section {
        padding: 50px 0;
        margin-bottom: 50px;
    }
    
    .section-video-thumb-carousel .owl-dots {
        display: none!important;
    }
    
    .section-video-thumb-carousel .owl-nav {
        display: block;
        min-height: 50px;
        margin-top: 15px;
    }
    
    .section-video-cat {
        margin-bottom: 50px;
    }
    
    .social-blocks-nav ul li {
        font-size: 12px;
    }
    
    .section-more-about-list-wrapper.section-more-about-5 .section-more-about-item-wrapper {
        width: 50%;
    }
    
    .find-turbo-categories {
        width: 150px;
    }
    
    .find-turbo-form {
        margin-left: 200px;
    }
    
    .find-turbo-categories ul li em {
        font-size: 12px;
    }
    
    #sb_instagram.sbi_col_1 #sbi_images .sbi_item {
        width: 100%!important;
        float: none;
    }
    
    #sb_instagram.sbi_col_1 #sbi_images .sbi_item + .sbi_item {
        margin-top: 15px!important;
    }
    
    .page-sections-nav ul li {
        font-size: 12px;
    }
    
    .homepage-news-events-row-left {
        width: 100%;
    }
    
    .homepage-news-events-row-right {
        margin-top: 30px;
        width: 100%;
    }
    
    .news-events-block-col {
        min-height: auto!important;
    }
    
    .newsroom-search-form-popup ul li {
        padding: 0 10px;
    }
    
    .media-kit-col-left {
        margin-bottom: 30px;
    }
    
    .homepage-hero-video {
        display: none;
    }
    
    .ptt-with-ticker .newsletter-section-right {
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    
    .leadership-team-item-wrapper {
        width: 50%;
    }
    
    .leadership-team-item {
        max-width: 345px;
    }
    
/*
    #homepage-hero-1 .button {
        margin: 226px 0 0 0;
    }
*/
    
    .dashboard-widget-item-wrapper {
        width: 100%;
    }
    
    .plate-block-text {
        padding: 15px;
    }
}

@media screen and (max-width: 767px) {
    #sidebar {
        width: 260px;
    }
    
    #sidebar.active + #dismiss {
        right: 280px;
    }
    
    button#sidebarCollapse {
        width: 75px;
        padding-left: 25px;
        padding-right: 25px;
    }
    
    .header-right > ul > li {
        font-size: 12px;
    }
    
    .header-right > ul > li + li:before {
        margin: 0 7px;
    }
    
    .header-search-trigger {
        width: 12px;
        height: 13px;
    }
    
    .header-search-form-holder {
        width: 210px;
    }
    
    .header-search-form-holder input[type="submit"] {
        width: 12px;
        height: 13px;
        top: 8px;
    }
    
    #sidebar ul.nav > li > a {
        font-size: 14px;
        padding-right: 50px;
    }
    
    #sidebar ul.nav > li > ul li a {
        font-size: 13px;
    }
    
    .homepage-hero .text {
    }
    
    .homepage-hero .text-inner h1,
    .homepage-hero .text-inner h2 {
        font-size: 28px;
        margin-bottom: 15px;
    }
	
	.homepage-hero .text-inner .button {
		color: #ed1c24;
	}
    
    .homepage-slider .owl-nav,
    .landing-page-slider .owl-nav {
        display: none;
    }
    
    .homepage-hero .text-inner {
        margin-left: 0;
    }
    
    .homepage-hero,
    .homepage-slider {
        height: 340px;
    }
    
    .section-with-icons .section-title p br {
        display: none;
    }
	
	.homepage-hero-block-inner {
		position: relative;
		padding-left: 100px;
		text-align: right;
		padding-right: 35px;
	}
	
	.homepage-hero-blocks {
		background: #FFF;
	}
	
	.homepage-hero-block {
		margin-bottom: 2px;
		background: #373737;
	}
    
	.homepage-hero-block .icon {
		margin: 0;
		background: #ed1c24;
		position: absolute;
		left: 0;
		top: 0;
		width: 68px;
		height: 100%;
		z-index: 2;
		padding-top: 18px;
	}
	
	.homepage-hero-block .icon:after {
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 80px 30px 0 0;
		border-color: #ed1c24 transparent transparent transparent;
		position: absolute;
		left: 100%;
		top: 0px;
		z-index: 1;
	}
	
    .homepage-hero-block h3 {
        font-size: 20px;
		margin-bottom: 0;
		font-weight: 500;
		line-height: 40px;
    }
	
	.homepage-hero-block h3:after {
		content: "\f105";
		display: inline-block;
		font: normal normal normal 14px/1 FontAwesome;
		font-size: 24px;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		margin-left: 12px;
		vertical-align: -1px;
	}
	
	.homepage-hero-blocks {
		margin-bottom: 30px;
	}
	
	.general-block .text,
	.general-block.reversed .text,
	.general-block.full-image-block .text,
	.page-id-331 .general-block-square-image .text,
	.general-block.full-image-block.reversed .text {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.general-block,
	.homepage-boosting-section,
	.homepage-leaders-section,
	.section-html-with-title,
	.tech-papers-event-section {
		margin-bottom: 30px;
	}
	
	.section-with-icons {
		padding-top: 30px;
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	
	.news-page-item {
		padding: 25px;
	}
	
	.news-events-block-col > h3 {
		text-align: center;
	}
	
	.news-events-block-list-nav ul li {
		padding: 10px 5px;
	}
	
	.news-events-block-list-nav ul li span {
		display: inline;
		font-size: 12px!important;
	}
	
	.masonry-gallery-section {
		margin-bottom: 30px;
	}
	
	.home .masonry-gallery-section .section-title {
		display: none;
	}
	
	.masonry-gallery .image:first-child {
		display: none;
	}
	
	.masonry-text {
		font-size: 14px!important;
		background: #FFF;
		color: #000;
		padding: 0;
		margin: 0 0 20px;
	}
	
	.masonry-text .button {
		background-color: #000!important;
		color: #FFF!important;
	}
	
	.masonry-text-inner {
		padding: 20px 0 0!important;
	}
	
	.masonry-gallery .image.img-large {
		display: none;
	}
	
	.homepage-leaders-block-inner {
		padding: 25px;
		position: static;
		-webkit-trasnform: none;
		-ms-transform: none;
		transform: none;
	}
	
	.homepage-leaders-black {
		background: #2c2c2c;
	}
	
	.homepage-leaders-red, .homepage-leaders-black {
		height: auto;
	}
	
	.newsletter-section-right {
		text-align: left;
	}
	
	.market-info ul li {
		text-align: left;
	}
	
	.market-info ul li + li {
		text-align: right;
	}
	
	.section-title {
		margin-bottom: 25px;
	}
    
    .section-title h3 {
        font-size: 14px;
    }
    
    .section-title h2,
    .page-body h2 {
        font-size: 24px;
    }
	
	.section-more-about-item-wrapper {
		margin-bottom: 2px;
		font-size: 14px;
	}
	
	.section-more-about-item h3 {
		line-height: 1.3;
	}
	
	.section-more-about-item p:last-child {
		margin-bottom: 0;
	}
	
	.section-more-about-item {
		padding: 25px 20px 25px 130px;
		position: relative;
		text-align: left;
	}
	
	.section-more-about-item .image {
		margin: 0;
		position: absolute;
		left: 20px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		max-width: 85px;
	}
	
	.section-more-about-item .image img {
		max-width: 100%;
		height: auto!important;
	}
	
	.section-more-about {
		padding: 30px 0;
		margin-bottom: 30px;
	}
	
	.newsletter-section {
		padding: 30px 15px;
	}
	
	.newsletter-section-left {
		padding: 30px!important;
	}
	
	.newsletter-text h4 {
		margin-bottom: 30px;
	}
	
	.section-more-about + .newsletter-section {
		margin-top: -30px;
	}
	
	.footer-copyright {
		color: #ed1c24;
	}
    
    .general-block .text,
    .general-block.reversed .text,
    .general-block.full-image-block .text,
    .page-id-331 .general-block-square-image .text,
    .general-block.full-image-block.reversed .text {
        padding-left: 0;
        padding-right: 0;
    }
    
    .homepage-boosting-item-wrapper {
        float: none;
        width: auto;
    }
    
    .homepage-boosting-item-wrapper + .homepage-boosting-item-wrapper {
        margin-top: 15px;
    }
    
    .homepage-boosting-item {
        position: relative;
        height: auto;
    }
    
    .homepage-boosting-item .text {
        position: relative;
        top: auto;
        padding: 15px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    
    .homepage-leaders-red,
    .homepage-leaders-black {
        width: 100%;
    }
    
    .general-block-portrait-image-wrapper {
        width: 100%;
    }
    
    .general-block-portrait-image-wrapper + .general-block-portrait-image-wrapper {
        margin-top: 15px;
    }
    
    .general-block-portrait-image {
        height: 300px;
    }
    
    .general-block-portrait-image .gbpi-text h3 {
        font-size: 18px;
    }
    
    .newsletter-section-left {
        padding: 15px;
    }
    
    .newsletter-form .form-item {
        width: 100%;
    }
    
    .newsletter-form .form-actions {
        width: 100%;
    }
    
    .market-info ul {
        width: 100%;
    }
    
    .footer-menu ul li {
        float: none;
    }
    
    .footer-menu ul li + li:before {
        display: none;
    }
    
    .gallery-section-item {
        width: 50%;
    }
    
    .gallery-section-item:nth-child(2n+1) {
        clear: both;
    }
    
    .general-block:last-child,
    .homepage-boosting-section:last-child,
    .homepage-leaders-section:last-child {
        margin-bottom: 0;
    }
    
    .page-title-text.full-width {
        height: auto;
        padding: 25px 0;
    }
    
    .content-page-inner {
        position: relative;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        top: auto;
    }
    
    .content-page-inner h1,
    .content-page-inner .h1,
    .content-page-inner h2 {
        font-size: 30px;
    }
    
    .content-page-inner .text {
        font-size: 13px;
    }
    
    .breadcrumbs {
        font-size: 12px;
    }
    
    .main-page-wrapper {
        padding: 30px 0;
    }
    
    .section-html-with-title {
        padding: 30px 0;
    }
    
    .section-icon-item-wrapper {
        width: 100%!important;
    }
    
    .section-icon-item {
        padding: 20px;
        min-height: auto!important;
    }
    
    .section-icon-item .icon-text.with-desc {
        min-height: auto;
    }
    
    .general-block .text h2,
    .section-turbo-name-plate .text h2,
    .installer-connect-block .text h2,
    .diagnostic-section-block .text h2,
    .contact-block-section .text h2,
    .contact-form-section .text h2,
    .distributor-locator-section-main h2,
    .find-turbo-form .text h2,
    .section-html-content h2,
    .page404-text h2,
    .newsletter-news-section .text .h2,
    .modal-body h2,
    .vehicle-specific-disclaimer h3,
    .tech-papers-event-section .text h2,
    .distributor-search-results-section h2 {
        font-size: 24px;
    }
    
    .distributor-locator-section-main h2,
    .find-turbo-form .text h2,
    .distributor-search-results-section h2 {
        margin-bottom: 15px;
    }
    
    .distributor-locator-section-main .text,
    .find-turbo-form .text {
        margin-bottom: 25px;
    }
    
    .distributor-locator-section-main .text2 {
        margin-top: 30px;
    }
    
    .section-more-about-item-wrapper {
        width: 100%;
    }
    
    .broadest-product-item {
        width: 50%;
    }
    
    .broadest-products-list {
        margin-bottom: 30px;
    }
    
    .tabs-titles-wrapper ul li {
        width: 100%;
    }
    
    .tabs-titles-wrapper ul li.active:after {
        position: relative;
        display: block;
        top: auto;
        height: auto;
        margin-top: 5px;
    }
    
    .distributor-locator-left {
        display: none;
    }
    
    .contact-block-section .text {
        margin: 0!important;
        padding: 15px;
    }
    
    .contact-form-section .text {
        width: auto;
        padding: 0 15px;
    }
    
    .masonry-gallery .image {
        width: 50%!important;
        height: 300px;
    }
    
    .masonry-text {
        width: 100%;
        height: auto;
    }
    
    .masonry-text {
        font-size: 18px;
    }
    
    .masonry-text-inner ul li:before {
        width: 18px;
        height: 18px;
        top: 4px;
    }
    
    .masonry-text-inner {
        padding: 25px;
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    
    .product-single-title-top a {
        font-size: 21px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 1;
    }
    
    .product-single-title-top a[rel="next"] {
        left: 0;
    }
    
    .product-single-title-top a[rel="prev"] {
        right: 0;
    }
    
    .product-single-title-top h1 {
        font-size: 21px;
        margin: 0;
        display: block;
    }
    
    .product-single-title-top {
        padding: 0 30px;
        position: relative;
        z-index: 1;
    }
    
    .product-single-title-bottom p {
        display: block;
    }
    
    .product-single-title-bottom p + p:before {
        display: none;
    }
    
    .product-single-title {
        margin-bottom: 50px;
    }
    
    .turbo-product-columns h3 {
        font-size: 16px;
        padding: 12px 10px;
    }
    
    .turbo-product-columns .row > div + div {
        margin-top: 15px;
    }
    
    .page404-buttons .button {
        display: block;
    }
    
    .page404-buttons .button + .button {
        margin: 10px 0 0;
    }
    
    .error404 .page-title-text.full-width {
        height: 160px;
    }
    
    .page404-text {
        font-size: 14px;
    }
    
    #storeLocator__storeList div.medium-4 {
        width: 100%!important;
    }
    
    .page-title-text.single-page-title-section {
        height: 200px;
    }
    
    .wp-pagenavi > span, .wp-pagenavi > a {
        font-size: 14px;
    }
    
    .wp-pagenavi > * + * {
        margin-left: 10px;
    }
    
    .wp-pagenavi .pages:after {
        margin-left: 10px;
    }
    
    .single-press-title h1 {
        font-size: 24px;
    }
    
    .alignright {
        float: none;
    }
    
    .article-tags {
        width: 100%;
        margin: 0 0 10px;
    }
    
    .share-article-box {
        float: left;
    }
    
    .modal-dialog {
        width: auto;
    }
    
    .modal-content {
        padding: 15px;
    }
    
    .mktoMobileShow .mktoForm,
    .mktoForm > *,
    .mktoForm {
        padding: 0!important;
    }
    
    .mktoForm input[type=url], .mktoForm input[type=text], .mktoForm input[type=date], .mktoForm input[type=tel], .mktoForm input[type=email], .mktoForm input[type=number], .mktoForm textarea.mktoField, .mktoForm select.mktoField {
        font-size: 14px!important;
        padding: 9px 15px!important;
        height: auto!important;
    }
    
    .mktoForm .mktoRadioList > label,
    .mktoForm .mktoCheckboxList > label {
        font-size: 12px;
    }
    
    .product-turbocharger {
        width: 50%;
    }
    
    .product-turbocharger:nth-child(2n+1) {
        clear: both;
    }
    
    .turbo-products-filters .form-row > div {
        width: 100%;
    }
    
    .turbo-products-filters .form-row > div + div {
        margin-top: 10px;
    }
    
    .turbo-products-filters .form-row > div label {
        display: inline-block;
        margin: 0 15px 0 0;
        width: 110px;
        vertical-align: middle;
    }
    
    .turbo-series-filter ul li {
        font-size: 14px;
        float: none;
        display: inline-block;
        margin: 0 15px!important;
    }
    
    .product-turbocharger h3 {
        font-size: 16px;
    }
    
    .tech-papers-list .homepage-news-item-wrapper {
        width: 100%;
    }
    
    .events-calendar-search-section > .container {
        padding: 40px 15px 40px;
    }
    
    .event-type-filter ul li {
        width: 50%;
    }
    
    .event-type-filter ul li:nth-child(2n+1) {
        clear: both;
    }
    
    .event-calendar-main ul li {
        width: 33.3333%;
    }
    
    .event-item-wrapper {
        width: 100%;
    }
    
    .event-result-item {
        padding: 15px;
    }
    
    .timeline-table tbody td {
        font-size: 13px;
        padding: 10px 7px;
    }
    
    .timeline-table thead th {
        font-size: 16px;
    }
    
    .timeline-table tbody td:first-child {
        padding-left: 15px;
    }
    
    #languageModal .modal-content:before,
    #languageModal .modal-content:after {
        display: none;
    }
    
    #wpadminbar.mobile {
        display: none!important;
    }
    
    html.touch {
        margin-top: 0!important;
    }
    
    #languageModal .modal-dialog p {
        margin-bottom: 30px;
    }
    
    .single-event .section-html-content {
        font-size: 14px;
    }
    
    .tech-papers-event-section .text h2 {
        margin-bottom: 15px;
    }
    
    .tech-papers-event-section .text {
        margin-bottom: 30px;
    }
    
    .tech-paper-event-item-wrapper {
        width: 100%;
        margin-bottom: 15px;
    }
    
    .tech-paper-event-item {
        padding: 15px;
        min-height: auto;
    }
    
    .tech-paper-event-item h3 {
        font-size: 16px;
        margin-bottom: 15px;
    }
    
    .second_bag_background {
        background: #FFF!important;
        height: auto;
    }
    
    .second_bag_background p {
        font-size: 16px;
        padding: 0;
        margin: 0;
    }
    
    .section-video-thumb-carousel .owl-nav .owl-prev,
    .section-video-thumb-carousel .owl-nav .owl-next {
        font-size: 14px;
    }
    
    .breadcrumbs-search input[type="text"] {
        font-size: 12px;
    }
    
    .social-blocks-nav ul li span {
        display: none;
    }
    
    #sb_instagram .sbi_photo_wrap {
        float: none!important;
        width: auto;
    }
    
    #sb_instagram .sbi_photo {
        height: auto!important;
    }
    
    #sb_instagram .sbi_photo img {
        display: block!important;
    }
    
    #sb_instagram .sbi_info {
        height: auto!important;
        float: none;
        padding: 15px;
        width: auto!important;
    }
    
    #sb_instagram .sbi_info p.sbi_caption_wrap {
        height: auto!important;
    }
    
    #cff .cff-item,
    #ctf .ctf-item,
    ul#linkedin-con #linkedin-item {
        height: auto!important;
        float: none!important;
        width: auto!important;
        padding: 15px!important;
    }
    
    ul#linkedin-con #linkedin-item {
        padding: 0!important;
    }
    
    #ctf .ctf-header {
        padding: 15px;
    }
    
    .search-results-filters ul li {
        width: 100%;
    }
    
    .distributor-search-results-section > .container {
        padding: 30px 15px;
    }
    
    .distributor-search-results-section h3 {
        font-size: 16px;
    }
    
    .distributor-search-result-item {
        width: 100%;
    }
    
    .section-more-about-list-wrapper.section-more-about-5 .section-more-about-item-wrapper {
        width: 100%;
    }
    
    .section-more-about-item {
        min-height: auto!important;
    }
    
    .find-turbo-categories {
        width: auto;
        position: static;
    }
    
    .find-turbo-categories ul {
        position: static;
        font-size: 0px;
    }
    
    .find-turbo-categories ul li {
        width: 33.3333%;
        display: inline-block;
        height: 100px;
    }
    
    .find-turbo-categories ul li em {
        font-size: 12px;
        padding: 0 5px;
        margin-top: 10px;
    }
    
    .find-turbo-categories ul li span {
        width: 45px;
        height: 45px;
        margin: -35px 0 0 -22.5px;
    }
    
    .find-turbo-categories ul li.active:after {
        width: 100%;
        height: 30px;
        left: 0;
        top: 100%;
        margin-left: 0;
        margin-top: -1px;
        font-size: 16px;
        line-height: 30px;
        content: '\f107';
    }
    
    .find-turbo-section-inner {
        padding: 0 0 35px;
    }
    
    .find-turbo-form {
        margin: 60px auto 0;
    }
    
    .search-part-number-top-tabs {
        display: none;
    }
    
    .find-turbo-form-tab[data-type="turbo"] .form-item {
        display: block;
        min-height: auto;
    }
    
    .general-block .text .alignright {
        display: block;
        margin: 0 0 15px;
    }
    
    .weibo-block-wrapper {
        width: 100%!important;
        float: none!important;
    }
    
    .weibo-block-wrapper + .weibo-block-wrapper {
        margin-top: 15px;
    }
    
    .weibo-block-content {
        height: auto;
        max-height: 300px;
    }
    
/*
    .newsroom-search-form-popup ul li {
        display: inline-block;
        float: none;
    }
    
    .newsroom-search-filters-row {
        white-space: nowrap;
        overflow: auto;
    }
*/
    .leadership-team-item-wrapper {
        width: 100%;
    }
    
    .leadership-team-item .text {
        min-height: auto;
    }
    
    .leadership-list-section {
        padding: 30px 0;
    }
    
/*
    #homepage-hero-1 .button {
        margin: 270px 0 0 0;
    }
*/
    
    .footer {
        padding: 15px 0 42px;
    }
    
    .user-floating-menu {
        width: 100%;
        bottom: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        top: auto;
        padding: 0;
    }
    
    .user-floating-menu > ul > li {
        width: 20%;
        float: left;
    }
    
    .user-floating-menu > ul > li > a {
        padding: 14px 0;
        font-size: 21px;
    }
    
    .user-menu-counter {
        top: 8px;
    }
    
    .user-minicart,
    .user-floating-menu > ul > li > ul,
    .user-floating-search,
    .floating-menu-tooltip {
        right: auto;
        left: 0;
        top: auto;
        bottom: 100%;
    }
    
    .floating-menu-tooltip {
        left: 50%;
        margin-left: -75px;
    }
    
    .user-minicart {
        left: 50%;
        margin-left: -50px;
    }
    
    .user-minicart:before,
    .user-floating-menu > ul > li > ul:before,
    .user-floating-search:before,
    .floating-menu-tooltip:before {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 7px 0 7px;
        border-color: #4f4f4f transparent transparent transparent;
        top: 100%;
        right: auto;
        left: 50%;
        margin-left: -7px;
    }
    
    .user-minicart:before {
        left: 19%;
    }
    
    .user-floating-menu > ul > li > ul:before {
        left: 16%;
    }
    
    .user-floating-search {
        left: auto;
        right: 0;
    }
    
    .user-floating-search:before {
        left: 86%;
    }
    
    .woocommerce-account .woocommerce-MyAccount-navigation {
        margin-bottom: 30px;
        max-width: none;
    }
    
    .dashboard-top-note {
        padding: 20px;
    }
    
    #loginModal .modal-content {
        padding: 20px;
    }
    
    .form-login-social .row > div {
        width: 50%;
        margin: 0 0 14px!important;
    }
    
    .login-type-block .form-actions .button {
        min-width: 125px;
    }
    
    .npi-landing-item-wrapper {
        width: 100%;
    }
    
    .section-turbo-name-plate .text {
        padding: 15px 0;
        float: none;
        width: auto;
    }
    
    .plate-blocks {
        top: 0;
        width: auto;
        float: none;
    }
    
    .training-gift-item-wrapper {
        width: 50%;
    }
    
    .hr-job-item-wrapper {
        width: 100%;
        margin: 15px 0;
    }
    
    .hr-job-item {
        padding: 15px;
    }
    
    html[lang="en-US"] {
        margin-top: 0!important;
    }
    
    html[lang="en-US"] #wpadminbar {
        display: none!important;
    }
    
    body.admin-bar .header-wrapper {
        top: 0;
    }
}

@media screen and (max-width: 720px) {
    .iframe-containerContactEturbo > iframe {
        height:2110px;
    }
}

@media screen and (max-width: 374px) {
    .diagnostic-img-wrapper {
        width: 100%;
    }
    
    .diagnostic-img-wrapper + .diagnostic-img-wrapper {
        margin-top: 15px;
    }
    
    .product-turbocharger {
        width: 100%;
    }
}

@media screen and (max-width: 320px) {
	.homepage-hero-block h3 {
		font-size: 16px;
	}
	
	.homepage-hero-block h3:after {
		font-size: 20px;
	}
}

/***************** Enhancement for ebadge responsive design ****************************/
.eBadgePreviewContent .contentEbadgePreview {
    margin-left: 235px;
    width: calc(100% - 235px);
}
.newWrapperContentEbadge2019 {
    margin-bottom: 50px; 
    text-align:center;
}

@media screen and (max-width: 575px) {
    .eBadgePreviewContent {
        text-align: center;
    }
    .eBadgePreviewContent .iconEbadgePreview {
        display: inline-block;
        float: none;
        margin: 0 0 20px 0;
    }
    .eBadgePreviewContent .contentEbadgePreview {
        margin-left: 0;
        text-align: justify;
        width: 100%;
    }
    .newWrapperContentEbadge2019 {
        margin-bottom: 10px;
    }
}
