body
{
	top			: 0px;
	left		: 0px;
	margin		: 0px;
	padding		: 0px;
	width 		: 100%;
	height 		: 100%;
	overflow 	: hidden;
	background 	: #0c131b;
	font-family: "OpenSans", sans-serif;
}

@font-face
{
	font-family: 'OpenSans';
	src: url('/wp-content/themes/obpm-theme/ONETRAC/style/OpenSans-Light.ttf');
}

@font-face
{
	font-family: 'OpenSansBold';
	src: url('/wp-content/themes/obpm-theme/ONETRAC/style/OpenSans-Regular.ttf');
}
@font-face
{
	font-family: 'OpenSans-Semibold';
	src: url('/wp-content/themes/obpm-theme/ONETRAC/style/OpenSans-Semibold.ttf');
}

select
{
	position: absolute;
	display: none;
}

#initial_view
{
	display: none;
}

#left_area
{
	top: 50%;
	left: calc(50% - 500px);
	position: absolute;
}

#right_area {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
}

#left_area section
{
	position: absolute;
}

#left_area h1
{
	margin: 0px;
	color: white;
	font-family: "OpenSans", sans-serif;
	font-size: 38px;
	font-weight: normal;
}

#left_area h2
{
	font-family: "OpenSans", sans-serif;
	color: white;
	font-weight: normal;
	font-size: 36px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 50px;
	margin: 20px 0px;
}

#left_area h5
{
	margin: 0px;
	color: #4FB2AD;
	font-family: "OpenSans", sans-serif;
	font-size: 24px;
	font-weight: normal;
}

#left_area span
{
	margin: 0px;
	color: #FF6B00;
	font-family: "OpenSans", sans-serif;
	font-size: 24px;
	font-weight: bold;
}

#left_area p
{
	font-family: "OpenSans", sans-serif;
	color: white;
	font-size: 28px;
	border-bottom: 1px solid white;
	padding-bottom: 25px;
	display: none;
}

#left_area div
{
	width: 550px;
}

#popup_view {
	background: url(../img/attributed_area.png);
	width: 640px;
	height: 640px;
	position: absolute;
	top: 150px;
	left: 50%;
	color: white;
	font-family: "OpenSans", sans-serif;
	padding: 190px;
	display: none;
	background-repeat: no-repeat;
	flex-wrap: wrap;
	align-content: center;
}

#popup_view h5
{
	margin: 0px;
	color: white;
	border-bottom: 1px solid #1c5667;
	padding-bottom: 10px;
}

#popup_view h1
{
	font-size: 26px;
	color: white;
	margin: 0px;
	padding: 5px 0px;
	border-bottom: 1px solid #1c5667;
}

#popup_view p
{
	font-size: 14px;
	line-height: 20px;
	margin: 10px 0px;
	color: white;
}

#popup_view img
{
	position: absolute;
	width: 38px;
	margin-top: 33px;
	margin-left: -30px;
}

#render_area
{
	width: 100%;
	height: 100%;
}

section
{
	width: 520px;
	display: none;
}

.active
{
	display: block;
}

#btn_close
{
	top: 100px;
	left: 335px;
	width: 25px !important;
	cursor: pointer;
}

#btn_request, #btn_request_demo
{
	color: white;
	background: transparent;
	font-family: "OpenSans", sans-serif;
	border: 1px solid white;
	font-size: 18px;
	margin-top: 0px;
	padding: 13px 20px;
	cursor: pointer;
}

#detail
{
	position: absolute;
	bottom: 0px;
	width: 60%;
	left: 20%;
	display: none;
}

#detail section
{
	width: 100%;
	position: absolute;
}

#detail h5
{
	margin: 0px;
	color: #4FB2AD;
	font-family: "OpenSans", sans-serif;
	font-size: 24px;
	font-weight: normal;
}

#detail span
{
	margin: 0px;
	color: #FF6B00;
	font-family: "OpenSans", sans-serif;
	font-size: 24px;
	font-weight: bold;
}

#detail p
{
	display: none;
}

#detail h2
{
	font-family: "OpenSans", sans-serif;
	color: white;
	font-weight: normal;
	font-size: 36px;
	border-top: 1px solid white;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 50px;
	margin: 20px 0px;
}

#btn_request_demo
{
	margin-top: -95px;
	float: right;
}


/*ADDED BY JEFF*/

.obpm-top-bar {
	color:#fff;
	border-bottom:1px solid #b2b2b2;
	font-size:14px;
}
.obpm-top-bar .inner {
	display:flex;
	align-items:center;
}
.obpm-top-bar .contact {
	padding:15px 25px;
	border-right:1px solid #b2b2b2;
	width:260px;
}
.obpm-top-bar .links {
	padding:15px 25px;
	display:block;
	width:calc(100% - 260px);
}
.obpm-top-bar .links .inner {
	width:100%;
	display:flex;
	align-items:center;
	justify-content:space-between;
}

.obpm-user i {
	color:#009490;
	margin-right:10px;
}

.obpm-top-bar .obpm-socials {
	font-size:20px;
}

.obpm-socials ul {
	margin:0;
	padding:0;
	list-style:none;
}
.obpm-socials ul li {
	display:inline-block;
	margin-left:20px;
}

.obpm-top-bar .obpm-user a {
	margin-right: 20px
}
.obpm-top-bar a {
	color:#fff;
	text-decoration:none;
}

.obpm-3d-header {
	position:fixed;
	top:0;
	left:0;
	width:100%;
}

.obpm-container {
	max-width:1200px;
	margin: 0 auto;
	padding:0 15px;
}

.obpm-site-header {
	padding:20px 0;
	display:flex;
	align-items:center;
	justify-content:space-between;
}

.obpm-logo img {
	width:150px;
}

.obpm-navigation ul {
	margin:0;
	padding:0;
	list-style:none;
}

.obpm-navigation ul li {
	color:#fff;
	display:inline-block;
	position:relative;
}

.obpm-navigation ul li ul {
	position:absolute;
	visibility:hidden;
	width:400px;
}

.obpm-navigation ul li a{
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	margin:0 20px;
	line-height:40px;
}

.obpm-navigation ul li.has-dropdown span {
	display:inline-block;
	margin-right:20px;
	width:20px;
}
.obpm-navigation ul li.has-dropdown span:before {
	content: '';
	position: absolute;
	right: 40px;
	top: 50%;
	z-index: 1;
	display: block;
	width: 9px;
	height: 9px;
	margin: -5px -5px 0 0;
	border-right: 2px solid;
	border-bottom: 2px solid;
	-webkit-transform-origin: right bottom;
	-ms-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: translateX( -5px ) rotate( 45deg );
	-ms-transform: translateX( -5px ) rotate( 45deg );
	transform: translateX( -5px ) rotate( 45deg );
}

.obpm-navigation ul li:hover ul {
	position:absolute;
	visibility:visible;
}

.obpm-navigation ul li ul li{
	display:block;
}

.obpm-navigation ul li ul li a {
	text-transform:none;
	display:block;
}

.obpm-navigation ul li ul li a:hover{
	color:#ff6b00;
}

.obpm-hamburger,
.obpm-hamburger:before,
.obpm-hamburger:after {
	width:30px;
	height:3px;
	background:#fff;
	position:relative;
	display:none;
}
.obpm-hamburger:before {
	content:'';
	position:absolute;
	top:8px;
}
.obpm-hamburger:after {
	content:'';
	position:absolute;
	bottom:8px;
}
.obpm-product-footer {
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	padding:20px;
	z-index:10;
}
.obpm-product-footer .obpm-container {
	transform:translateY(171px);
	visibility:hidden;
	transition:all 0.75s ease-in-out;
}
.obpm-product-footer .pre-heading, .feature-info-pre-heading {
	line-height: 30px;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "OpenSansBold", sans-serif;
}
.obpm-product-footer .pre-heading span, .obpm-product-footer .obpm-title span {
	color: #ff6b00;
	color:#FFF;
	font-weight: bold;
	font-family:"OpenSansBold", sans-serif;
}
.obpm-product-footer .obpm-title,
.obpm-product-footer .obpm-slide-up-content-wrapper {
	width:75%;
}
.obpm-product-footer .obpm-title h1 {
	color: #ffffff;
	margin-top: 10px;
	font-weight: lighter;
	font-family: "OpenSans", sans-serif;
}
.obpm-product-footer .obpm-button {
	margin-bottom: 15px;
	text-align: center;
}
.obpm-product-footer .obpm-button a {
	display: block;
	color:#ffffff;
	border:1px solid;
	padding:15px 30px;
	text-transform:uppercase;
	text-decoration:none;
	font-size:20px;
	transition: background ease-in-out 0.5s;
}

.obpm-product-footer .obpm-button a:hover {
	background: #019490;
	transition: background ease-in-out 0.5s;
}

.obpm-footer-tab {
	display:block;
	width:100%;
	margin:0 auto;
	color:#fff;
	text-align:center;
	position:absolute;
	bottom:0;
	transition:all 0.75s ease-in-out;

}

.obpm-product-footer.open .obpm-footer-tab {
	margin-bottom:20px;
	opacity:0;
}

.obpm-footer-tab-btn {
	background:#009490;
	display:inline-block;
	padding:10px 30px;
	width:300px;
	text-transform:uppercase;
	border-radius: 15px 15px 0 0;
	font-weight:bold;
	cursor:pointer;
	position:relative;
	z-index:9;
}

.obpm-product-footer.open .obpm-container {
	transform:translateY(0);
	visibility:visible;
}

@media (max-width:800px) {
	.obpm-navigation .desktop-nav {
		display:none;
	}
	.obpm-top-bar {
		display:none;
	}
	.obpm-hamburger,
	.obpm-hamburger:before,
	.obpm-hamburger:after {
		display:block;
	}

}

#fakeloader > div {
	position: absolute;
	left: calc((100% / 2) - 100px);
	top: 50vh;
	width: 100px;
}

div#fakeloader {
	z-index: 1 !important;
}

button.fancybox-close-small:hover {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0;
	background: transparent;
	border: none;
	position: absolute;
}
#popup_mobile {
	opacity: 0.9;
	text-align: center;
}
#popup_mobile h3 {
	color: #00416B;
	font-family: "OpenSans-Semibold", sans-serif;
}
#popup_mobile .fancybox-button {
	width: 60px !important;
	height: 60px !important;
}
@media (max-width:900px)
{
	.obpm-product-footer .obpm-title,
	.obpm-product-footer .obpm-slide-up-content-wrapper {
		width: 60% !important;
	}
	.obpm-product-footer .obpm-title h1 {
		font-size: 24px;
	}
	.obpm-product-footer .call-to-action-buttons {
		width: 38% !important;
	}
}

@media (max-width:768px)
{
	.csbwfs-social-widget {
		display: none;
	}

	.obpm-product-footer .call-to-action {
		display: inline-block;
	}

	.obpm-product-footer .pre-heading, .feature-info-pre-heading {
		font-size: 17px;
		margin-bottom: -10px;
	}

	.obpm-product-footer .obpm-title {
		width: 100% !important;
		margin-top: -14px;
		margin-bottom: -5px;
	}
	.obpm-product-footer .obpm-title h1 {
		font-size: 17px;
	}
	.obpm-product-footer .obpm-button {
		width: 100% !important;
		text-align: center;
		margin-top: 30px;
		margin-bottom: 20px;
	}

	.obpm-product-footer .obpm-title br {
		display: none;
	}

	.obpm-product-footer .obpm-button a {
		width: 100% !important;
		display: inline-block;
		padding: 12px 0px;
		font-size: 18px;
	}
}

.obpm-product-footer .obpm-title h1 {
	font-size: 26px;
	margin-top: 5px;
}

.page-template-onetrac-product-template .obpm-product-footer .obpm-title p,
.page-template-onetrac-product-template .obpm-product-footer .obpm-slide-up-content-wrapper p
{
	font-size: 20px;
	color: #FFF;
}
#tooltip_area{
	position: absolute;
	z-index: 9999;
	opacity: 1;
	color: #fff;
}

#detail .active {
	display: none;
}

.obpm-toggle-slide-up, .obpm-close-info-panel {
	height: 50px;
}
.obpm-toggle-slide-up, .obpm-toggle-slide-up:focus,
.obpm-close-info-panel, .obpm-close-info-panel:focus {
	width: 100%;
	background: none;
	border: 1px solid #fff;
	border-radius: 0;
	position: relative;
	display: none;
}

.obpm-toggle-slide-up:hover, .obpm-close-info-panel:hover {
	border: 1px solid #fff;
	background: #019490;
    transition: background ease-in-out 0.5s;
}

.obpm-toggle-slide-up::after {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, calc(-50% + 3px)) rotate(-135deg);
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
}

.obpm-slide-up-panel.slide-up-active .obpm-toggle-slide-up::after {
	transform: translate(-50%, calc(-50% - 2px)) rotate(45deg);
}

.obpm-slide-up-panel .obpm-slide-up-content-wrapper {
	transition: max-height 1s ease-out;
}

.obpm-product-footer .call-to-action {
	position: relative;
}

.obpm-product-footer .call-to-action-buttons {
	position: absolute;
	top: 0;
	right: 0;
	width: 23%;
}

.highlign-dropdown-features-list {
	padding: 0;
	margin: 0;
	list-style: none;
}
.highlign-dropdown-features-list li {
	margin-bottom: 5px;
}
.highlign-dropdown-features-list li:last-child {
	margin-bottom: 0;
}

.obpm-highlight-dropdown,
.obpm-highlight-dropdown .ui-accordion-header,
.obpm-highlight-dropdown .ui-accordion-content,
.obpm-highlight-dropdown .ui-accordion-content a {
	background: none;
	color: #fff;
	border-radius: 0;
	border-left: none;
	border-right: none;
	font-size: 16px;
}
.obpm-highlight-dropdown .ui-accordion-header {
	text-transform: uppercase;
	border-color: #fff !important;
	font-size: 16px !important;
}
.obpm-highlight-dropdown .ui-accordion-header-icon {
	background-image: url('images/ui-icons_ffffff_256x240.png') !important;
}

.obpm-slide-up-panel .obpm-slide-up-content-wrapper {
	visibility:hidden;
	height:0;
	max-height: 40vh;
	overflow:hidden;
	transition: visibility 0s .4s, height .4s
}
.obpm-slide-up-panel.slide-up-active .obpm-slide-up-content-wrapper {
	visibility:visible;
	height:auto;
	transition-delay: 0s;
}

.feature-info-panel-mobile {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	transition: transform .5s;
	background: #019490;
	background: rgb(1 148 144 / 91%);
	z-index: 500;
	transform: translateY(100%);
	color: #fff;
	padding: 10px;
}
.feature-info-panel-mobile.open {
	transform: translateY(0);
}
.feature-info-panel-mobile .obpm-close-info-panel {
	display: block;
}
.feature-info-mobile-container {
	max-height: 22vh;
	overflow: auto;
	-webkit-overflow-scrolling: auto;
}
.feature-info-mobile-container::-webkit-scrollbar {
    -webkit-appearance: none;
}
.feature-info-mobile-container::-webkit-scrollbar:vertical {
    width: 6px;
}
.feature-info-mobile-container::-webkit-scrollbar:horizontal {
    height: 6px;
}
.feature-info-mobile-container::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, .9);
}
.feature-info-mobile-container::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, .3);
}

.feature-info-mobile-container h3 {
	font-weight: 700;
	color: #fff;
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 22px;
	line-height: 1.4;
	font-family: "OpenSansBold", sans-serif;
	margin-bottom: 5px;
}
.feature-info-panel-mobile hr {
	margin-bottom: 10px;
}
.obpm-close-info-panel span {
	font-size: 22px;
	position: relative;
	display: block;
	margin-top: -6px;
}

.obpm-highlight-dropdown {
	visibility: hidden;
	display: none;
	position: relative;
}
.feature-info-panel-mobile {
	display: none;
}

.obpm-product-footer .obpm-container {
	padding: 0;
}

.obpm-highlight-dropdown.ui-accordion .ui-accordion-header,
.obpm-highlight-dropdown.ui-accordion .ui-accordion-content {
	background: rgba(0, 0, 0, .8);
}

@media (min-width: 769px) {
	.obpm-slide-up-panel .obpm-slide-up-content-wrapper {
		visibility: visible !important;
		height: auto !important;
	}
}

@media (max-width: 768px) {
	.obpm-product-footer .obpm-toggle-slide-up {
		display: block;
	}

	.obpm-product-footer .obpm-button {
		margin: 0;
		margin-top: 15px;
	}

	.obpm-slide-up-panel .obpm-slide-up-content-wrapper {
		width: 100% !important;
		height: 0;
		overflow: hidden;
	}

	.obpm-product-footer .obpm-title h1 {
		font-size: 22px;
	}

	.obpm-product-footer .pre-heading, .feature-info-pre-heading {
		margin-top: 15px;
	}

	.obpm-product-footer .call-to-action-buttons {
		position: static;
		width: 100% !important;
	}

	#popup_view {
		display: none !important;
	}

	.obpm-product-footer .obpm-footer-tab {
		display: none !important;
	}

	.obpm-highlight-dropdown,
	.feature-info-panel-mobile {
		display: block;
		visibility: visible;
	}

	.obpm-highlight-dropdown.ui-accordion .ui-accordion-header,
	.obpm-product-footer .obpm-button a {
		padding: .5em 10px;
		line-height: 2em;
		font-size: 16px;
	}

	.obpm-product-footer,
	.obpm-highlight-dropdown.ui-accordion .ui-accordion-header,
	.obpm-highlight-dropdown.ui-accordion .ui-accordion-content {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.obpm-highlight-dropdown .ui-accordion-header,
.obpm-highlight-dropdown .ui-accordion-content a {
	line-height: 2em;
}

@media (max-width: 576px) {
	.obpm-product-footer .pre-heading, .feature-info-pre-heading {
		font-size: 28px;
    line-height: 36px;
	}

	.obpm-product-footer .obpm-title h1,
	.feature-info-mobile-container h3 {
		font-size: 15px;
	}

	.obpm-product-footer .obpm-slide-up-content-wrapper p,
	.feature-info-mobile-container p {
		font-size: 13px !important;
	}

	.obpm-product-footer .obpm-button a {
		font-size: 14px;
		padding: 6px 0;
	}

	.obpm-highlight-dropdown .ui-accordion-header,
	.obpm-highlight-dropdown .ui-accordion-content a {
		font-size: 14px !important;
	}

	.highlign-dropdown-features-list li {
		margin-bottom: 0;
	}

	.obpm-close-info-panel span {
		margin-top: -2px;
	}

	.obpm-product-footer hr, .feature-info-panel-mobile hr {
		margin: 15px 0;
	}
	.feature-info-panel-mobile hr {
		margin-bottom: 6px;
	}

	.obpm-toggle-slide-up, .obpm-close-info-panel {
		height: 44px;
	}
}

.obpm-product-footer {
	pointer-events: none;
}
.obpm-product-footer a, .obpm-product-footer button, .obpm-toggle-slide-up {
	pointer-events: auto;
}

header.fl-builder-content {
	z-index: 10 !important;
}