.whiteFont {
	color: #ffffff !important;
}

.custom_column_container {
	width: 100%;
	margin-bottom: 50px !important;
	float: left;
}
.custom_column_container  .custom_column {
	padding-left: 0;
	padding-right: 0;
	width: 20%;
	float: left;
	position: relative;
	min-height: 1px;
	box-sizing: border-box;
}

.custom_column_container .custom_column .custom_column-inner {
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
	text-align: center;
}

.custom_column_container .custom_column-inner h3 {
	font-family: Open Sans, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 18px;
    text-align: center;
    margin-bottom: 5px !important;
	min-height: 65px;
}

.custom_column_container .custom_column-inner img {
    text-align: center;
}

.custom_steps li {
    margin-bottom: 15px;
}

.custom_steps label {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    margin-right: 10px;
    min-width: 175px;
}

.custom_column-inner:hover img {
    opacity: 0.5;
}

.custom_column-inner.active img {
    opacity: 0.5;
}

.custom_column-inner:hover .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-block.vc_btn3-color-grey {
	background: #444444;
}

.notactive .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-block.vc_btn3-color-grey {
    background: #bd0000;
	color:#fff;
	font-weight: bold;
	border: 1px solid #fff;
}

.notactive .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-block.vc_btn3-color-grey:hover {
    background: #444444;
}

.active .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-block.vc_btn3-color-grey {
    background: #444444;
	color:#fff;
	font-weight: bold;
	border: 1px solid #fff;
}

.page-template-page-fullwidth-oem  .vc_section.vc_section-has-fill {
    padding-top: 30px;
}

.rev_slider.tp-simpleresponsive .slotholder *, .rev_slider.tp-simpleresponsive img {
    left: 0 !important;
}
#menu-oem-menu li {

    display: inline-block;
    padding: 10px;
    max-width: 15%;
    text-align: center;
    vertical-align: top;

}

.custom_column_container .custom_column-inner .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    color:#fff;
	border-color:#ebebeb;
	background-color: #bd0000;
}

.entry .one_third .member {
	padding: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 960px) {

	.custom_column_container .custom_column-inner h3 {
		min-height: 95px;
	}
}

@media only screen and (max-width: 767px) {

	.custom_column_container  .custom_column {
		width: 100%;
		margin-bottom: 2em;
	}
}