/*
Theme Name: Base
Author: Anonymous
Author URI:
Version: 1
Description: Total child theme
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Template: Total
Tags: one-column, two-columns

*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.clearfix:after,
.textblock3_1:after,
.content-block:after,
.article-holder:after {
	content: "";
	display: block;
	clear: both;
}

/* // justify nav
%justify {
 text-align: justify;
 font-size: 1px;
 line-height: 0px;
 > * {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  font-size: $font-size-base;
  line-height: $line-height-base;
 }
 &:after {
  content: '';
  width: 100%;
  display: inline-block;
  vertical-align: top;
 }
} */

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

/*--------------------------------------------------------------

 Project   : Total WordPress Theme
 Purpose   : Visual Composer tweaks & fixes
 Author    : WPExplorer
 Theme URI : http://www.wpexplorer.com

/*------------------------------------------------------------------
[Table of contents]

# Fixes
# Main Tweaks
# Button
# Custom Headings
# Call To Action
# Columns
# Widgets
# Tabs
# Tours
# Toggles
# Accordions
# Font Smoothing
# Accent Color
# Responsiveness

/*------------------------------------------------------------------
[# Fixes]
-------------------------------------------------------------------*/

/* remove default column margin */
.vc_column-inner {
    margin-bottom: 0px !important;
}



/*accordion line-height*/

.ui-helper-reset {
	line-height: 1.65;
}

/* Fixes issue where you can't edit a parallax row in front-end editor */

.compose-mode .vc_vc_row .wpex-vc-row-wrap > .vc_parallax,
.compose-mode .vc_vc_row .wpex-vc-row-wrap > [data-vc-full-width=true] {
	padding-top: 32px;
}

/* Fixes bug with the full-height centered row content not being full-width */

.vc_row-flex .wpex-vc-columns-wrap {
	width: 100%;
}

.wpex-vc-row-centered .wpex-vc-columns-wrap {
	width: auto;
}

/* Video module fixes */

.wpb_video_widget .responsive-video-wrap {
	padding-top: 0;
	margin-bottom: 0;
	position: static;
}

/*------------------------------------------------------------------
[# Main Tweaks]
-------------------------------------------------------------------*/

.wpex-vc-row-wrap {
	margin: 0 auto;
}

/* Removes extra vc spacing but causes issue if the content is flush with the top of the site :(
.vc_empty-placeholder { margin: 0 !important }*/

.vc_empty .wpb_column {
	float: none;
}

.compose-mode .visible-in-composer {
	display: block !important;
}

.vc_row.wpex-parallax-bg-wrap {
	background-image: none !important;
}

/*remove default vc margins - IMPORTANT So users can select their own margins in the composer */

.wpb_row,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li,
.last_toggle_el_margin,
.wpb_button {
	margin-bottom: 0;
}

/*column wrappers*/

.wpex-vc-column-wrapper {
	width: 100%;
}

/*full width page template fixes*/

.wpex-vc-row-centered .wpex-vc-columns-wrap {
	margin-left: -15px;
	margin-right: -15px;
}

.wpex-vc-row-centered.wpex-vc-column-spacing-0px .wpex-vc-columns-wrap {
	margin-left: auto;
	margin-right: auto;
}

/*full-height + centered content width fix*/

.vc_row-o-full-height.vc_row-o-content-middle .wpex-vc-columns-wrap {
	width: 100%;
}

/*don't allow max-width classes on this element*/

.wpb_row {
	max-width: none;
}

/*stretch row content fix*/

.stretch_row_content .vc_col-sm-12 {
	padding-left: 0;
	padding-right: 0;
}

/*centered row fix*/

.wpex-vc-row-centered {
	margin-left: auto !important;
	margin-right: auto !important;
}

.wpex-vc-row-centered .vc_row {
	margin-left: 0;
	margin-right: 0;
}

/*pie chart fix*/

.wpb_pie_chart_heading {
	margin-top: 20px;
}

/*google map fixes*/

.wpb_gmaps_widget .wpb_map_wraper,
.wpb_gmaps_widget .wpb_wrapper {
	border: none;
	padding: 0;
}

/*callout 2 button fix*/

.vc_button-2-wrapper {
	display: block;
}

.vc_cta3-container .vc_button-2-wrapper {
	display: inline-block;
}

/*rows without margins*/

.no-margins {
	margin: 0 !important;
}

.no-margins .vc_column-inner {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.no-margins .wpex-vc-column-wrapper {
	margin-bottom: 0 !important;
}

.row-no-spacing .wpb_column {
	padding: 0 !important;
}

/*rows with custom spacing*/

.wpex-vc-has-custom-column-spacing .vc_row {
	margin-left: auto;
	margin-right: auto;
}

/*0px row margins*/

.wpex-vc-column-spacing-0px .vc_row {
	margin-left: 0;
	margin-right: 0;
}

.wpex-vc-column-spacing-0px .vc_column-inner {
	padding-left: 0;
	padding-right: 0;
}

.wpex-vc-column-spacing-0px .wpex-vc-column-wrapper {
	margin-bottom: 0;
}

/*1px row margins*/

.wpex-vc-column-spacing-1 .vc_row {
	margin-left: -.5px;
	margin-right: -.5px;
}

.wpex-vc-column-spacing-1 .vc_column-inner {
	padding-left: .5px;
	padding-right: .5px;
}

.wpex-vc-column-spacing-1 .wpex-vc-column-wrapper {
	margin-bottom: 1px;
}

.wpex-vc-row-centered.wpex-vc-column-spacing-1 .vc_row {
	margin-left: 0;
	margin-right: 0;
}

.wpex-vc-row-centered.wpex-vc-column-spacing-1 .wpex-vc-columns-wrap {
	margin-left: -.5px;
	margin-right: -.5px;
}

/*5px row margins*/

.wpex-vc-column-spacing-5 .vc_row {
	margin-left: -2.5px;
	margin-right: -2.5px;
}

.wpex-vc-column-spacing-5 .vc_column-inner {
	padding-left: 2.5px;
	padding-right: 2.5px;
}

.wpex-vc-column-spacing-5 .wpex-vc-column-wrapper {
	margin-bottom: 5px;
}

.wpex-vc-row-centered.wpex-vc-column-spacing-5 .vc_row {
	margin-left: 0;
	margin-right: 0;
}

.wpex-vc-row-centered.wpex-vc-column-spacing-5 .wpex-vc-columns-wrap {
	margin-left: -2.5px;
	margin-right: -2.5px;
}

/*10px row margins*/

.wpex-vc-column-spacing-10 .vc_row {
	margin-left: -5px;
	margin-right: -5px;
}

.wpex-vc-column-spacing-10 .vc_column-inner {
	padding-left: 5px;
	padding-right: 5px;
}

.wpex-vc-column-spacing-10 .wpex-vc-column-wrapper {
	margin-bottom: 10px;
}

.wpex-vc-row-centered.wpex-vc-column-spacing-10 .vc_row {
	margin-left: 0;
	margin-right: 0;
}

.wpex-vc-row-centered.wpex-vc-column-spacing-10 .wpex-vc-columns-wrap {
	margin-left: -5px;
	margin-right: -5px;
}

/*20px row margins*/

.wpex-vc-column-spacing-20 .vc_row {
	margin-left: -10px;
	margin-right: -10px;
}

.wpex-vc-column-spacing-20 .vc_column-inner {
	padding-left: 10px;
	padding-right: 10px;
}

.wpex-vc-column-spacing-20 .wpex-vc-column-wrapper {
	margin-bottom: 20px;
}

.wpex-vc-row-centered.wpex-vc-column-spacing-20 .vc_row {
	margin-left: 0;
	margin-right: 0;
}

.wpex-vc-row-centered.wpex-vc-column-spacing-20 .wpex-vc-columns-wrap {
	margin-left: -10px;
	margin-right: -10px;
}

/*30px row margins*/

.wpex-vc-column-spacing-30 .vc_row {
	margin-left: -15px;
	margin-right: -15px;
}

.wpex-vc-column-spacing-30 .vc_column-inner {
	padding-left: 15px;
	padding-right: 15px;
}

.wpex-vc-column-spacing-30 .wpex-vc-column-wrapper {
	margin-bottom: 30px;
}

.wpex-vc-row-centered.wpex-vc-column-spacing-30 .vc_row {
	margin-left: 0;
	margin-right: 0;
}

.wpex-vc-row-centered.wpex-vc-column-spacing-30 .wpex-vc-columns-wrap {
	margin-left: -15px;
	margin-right: -15px;
}

/*40px row margins*/

.wpex-vc-column-spacing-40 .vc_row {
	margin-left: -20px;
	margin-right: -20px;
}

.wpex-vc-column-spacing-40 .vc_column-inner {
	padding-left: 20px;
	padding-right: 20px;
}

.wpex-vc-column-spacing-40 .wpex-vc-column-wrapper {
	margin-bottom: 40px;
}

.wpex-vc-row-centered.wpex-vc-column-spacing-40 .vc_row {
	margin-left: 0;
	margin-right: 0;
}

.wpex-vc-row-centered.wpex-vc-column-spacing-40 .wpex-vc-columns-wrap {
	margin-left: -20px;
	margin-right: -20px;
}

/*50px row margins*/

.wpex-vc-column-spacing-50 .vc_row {
	margin-left: -25px;
	margin-right: -25px;
}

.wpex-vc-column-spacing-50 .vc_column-inner {
	padding-left: 25px;
	padding-right: 25px;
}

.wpex-vc-column-spacing-50 .wpex-vc-column-wrapper {
	margin-bottom: 50px;
}

.wpex-vc-row-centered.wpex-vc-column-spacing-50 .vc_row {
	margin-left: 0;
	margin-right: 0;
}

.wpex-vc-row-centered.wpex-vc-column-spacing-50 .wpex-vc-columns-wrap {
	margin-left: -25px;
	margin-right: -25px;
}

/*60px row margins*/

.wpex-vc-column-spacing-60 .vc_row {
	margin-left: -30px;
	margin-right: -30px;
}

.wpex-vc-column-spacing-60 .vc_column-inner {
	padding-left: 30px;
	padding-right: 30px;
}

.wpex-vc-column-spacing-60 .wpex-vc-column-wrapper {
	margin-bottom: 60px;
}

.wpex-vc-row-centered.wpex-vc-column-spacing-60 .vc_row {
	margin-left: 0;
	margin-right: 0;
}

.wpex-vc-row-centered.wpex-vc-column-spacing-60 .wpex-vc-columns-wrap {
	margin-left: -30px;
	margin-right: -30px;
}

/*offset negative margins for vc backgrounds and borders*/

.wpex-offset-vc-10 {
	margin-left: 10px;
	margin-right: 10px;
}

.wpex-offset-vc-15 {
	margin-left: 15px;
	margin-right: 15px;
}

.wpex-offset-vc-20 {
	margin-left: 20px;
	margin-right: 20px;
}

.wpex-offset-vc-25 {
	margin-left: 25px;
	margin-right: 25px;
}

.wpex-offset-vc-30 {
	margin-left: 30px;
	margin-right: 30px;
}

/*single image fixes*/

.wpb_single_image a {
	display: block;
	display: inline-block;
	max-width: 100%; /*required for firefox bug*/
}

.vc_single_image-wrapper {
	position: relative;
}

.vcex-img-hover-parent.wpb_single_image a {
	display: block;
}

/*hide dropdowns on front end composer*/

body.compose-mode .sf-menu ul {
	display: none !important;
}

/*other*/

.vc_separator h4 {
	font-size: 1.231em;
}

/*------------------------------------------------------------------
[# Button]
-------------------------------------------------------------------*/

.vc_btn {
	margin-bottom: 5px;
}

.vc_btn.vc_btn_3d {
	margin-bottom: 10px;
}

.vc_btn.full-width-button {
	width: 100%;
	text-align: center;
}

.vc_btn_blue.vc_btn_3d {
	box-shadow: 0 5px 0 #2e698a;
}

/*------------------------------------------------------------------
[# Custom Headings]
-------------------------------------------------------------------*/

.vc_custom_heading h1,
h1.vc_custom_heading,
.vc_custom_heading h2,
h2.vc_custom_heading,
.vc_custom_heading h3,
h3.vc_custom_heading,
.vc_custom_heading h4,
h4.vc_custom_heading,
.vc_custom_heading h5,
h5.vc_custom_heading,
.vc_custom_heading h6,
h6.vc_custom_heading {
	margin: 0;
}

/*------------------------------------------------------------------
[# Call To Action]
-------------------------------------------------------------------*/

.vc_call_to_action {
	background: #f5f5f5;
	border-color: #f5f5f5;
}

/*------------------------------------------------------------------
[# Columns]
-------------------------------------------------------------------*/

.bordered-column > .vc_column-inner > .wpex-vc-column-wrapper,
.wpex-vc-column-wrapper.bordered-column {
	padding: 20px;
	border: 1px solid #e4e4e4;
	border-radius: 3px;
	border-radius: 3px;
	border-radius: 3px;
}

.boxed-column > .vc_column-inner > .wpex-vc-column-wrapper,
.wpex-vc-column-wrapper.boxed-column {
	background: #f7f7f7;
	padding: 20px;
	border: 1px solid #e4e4e4;
	border-radius: 3px;
	border-radius: 3px;
	border-radius: 3px;
}

/*------------------------------------------------------------------
[# Widgets]
-------------------------------------------------------------------*/

.vc_wp_custommenu ul {
	list-style: none;
	margin: 0 !important;
}

.wpb_row .widget-title {
	margin: 0 0 20px;
	font-size: 1.077em;
	font-weight: 600;
	color: #000;
}

.wpb_row .widget_recent_entries ul,
.wpb_row .widget_wpex_fontawesome_social_widget ul,
.wpb_row .widget_wpex_recent_posts_thumb ul,
.wpb_row .widget_categories ul,
.wpb_row .widget_wpex_social_widget ul,
.wpb_row .widget_archive ul,
.wpb_row .widget_wpex_simple_menu ul {
	list-style: none;
	margin: 0;
}

.entry .widget_nav_menu ul {
	list-style: none;
}

/*------------------------------------------------------------------
[# Tabs]
-------------------------------------------------------------------*/

/* Tabs > Add Transition */

.wpb_tabs .wpb_tabs_nav li a {
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}

/* Tabs > Default */

.wpb_tabs.tab-style-default .wpb_tabs_nav {
	display: block;
	margin: 0;
	padding: 0;
	border-bottom: solid 1px #e4e4e4;
	border-left: solid 1px #e4e4e4;
	width: 100%;
	float: none;
	height: 32px;
}

.wpb_content_element.wpb_tabs.tab-style-default .wpb_tour_tabs_wrapper .wpb_tab {
	background-color: #fff;
	padding: 20px;
	border-left: solid 1px #e4e4e4;
	border-right: solid 1px #e4e4e4;
	border-bottom: solid 1px #e4e4e4;
}

.wpb_tabs.tab-style-default .wpb_tabs_nav li {
	display: block;
	width: auto;
	padding: 0;
	float: left;
	margin: 0;
	outline: none;
}

.wpb_tabs.tab-style-default .wpb_tabs_nav li a {
	display: block;
	text-decoration: none;
	width: auto;
	height: 31px;
	padding: 0 20px;
	line-height: 31px;
	border: solid 1px #e4e4e4;
	border-left: 0;
	border-bottom: none;
	margin: 0;
	color: #777;
	outline: none;
	background: #f7f7f7;
}

.wpb_tabs.tab-style-default .wpb_tabs_nav li a:hover {
	color: #000;
}

.wpb_tabs.tab-style-default .wpb_tabs_nav li.ui-tabs-active a {
	background: #fff;
	height: 32px;
	margin-bottom: -1px;
	color: #000;
	border-bottom: none;
	font-weight: 400;
}

/* Tabs > Alt 1 */

.wpb_tabs.tab-style-alternative-one .wpb_tabs_nav {
	display: block;
	margin: 0;
	padding: 0;
	border: solid 1px #e4e4e4;
	float: left;
	border-radius: 3px;
}

.wpb_tabs.tab-style-alternative-one .wpb_tabs_nav:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	zoom: 1;
}

.wpb_content_element.wpb_tabs.tab-style-alternative-one .wpb_tab {
	clear: both;
	background: transparent;
	padding: 20px 0;
	border: none;
}

.wpb_tabs.tab-style-alternative-one .wpb_tabs_nav li {
	display: block;
	width: auto;
	padding: 0 !important;
	float: left !important;
	margin: 0 !important;
	outline: none;
	border: none;
	background: #f4f4f4;
}

.wpb_tabs.tab-style-alternative-one .wpb_tabs_nav li a {
	display: block;
	text-decoration: none;
	width: auto;
	padding: 5px 10px;
	border-left: 1px solid #e4e4e4;
	margin: 0;
	background: none;
	color: #898989;
	outline: none;
	font-size: 1em;
}

.wpb_tabs.tab-style-alternative-one .wpb_tabs_nav li:first-child a {
	border-left: none;
	border-radius: 4px 0 0 4px;
}

.wpb_tabs.tab-style-alternative-one .wpb_tabs_nav li:last-child a {
	border-radius: 0 4px 4px 0;
}

.wpb_tabs.tab-style-alternative-one .wpb_tabs_nav li a:hover {
	color: #000;
}

.wpb_tabs.tab-style-alternative-one .wpb_tabs_nav li.ui-tabs-active a {
	background: #fff;
	color: #000;
}

/* Tabs > Alt 2 */

.wpb_tabs.tab-style-alternative-two .wpb_tabs_nav {
	display: block;
	margin: 0;
	padding: 0;
	border-bottom: solid 1px #e4e4e4;
}

.wpb_content_element.wpb_tabs.tab-style-alternative-two .wpb_tab {
	clear: both;
	background: transparent;
	padding: 20px 0;
	border: none;
}

.wpb_tabs.tab-style-alternative-two .wpb_tabs_nav li {
	display: block;
	width: auto;
	padding: 0;
	float: left;
	margin: 0 25px 0 0;
	outline: none;
	border: none;
	background: none;
}

.wpb_tabs.tab-style-alternative-two .wpb_tabs_nav li a {
	display: block;
	text-decoration: none;
	width: auto;
	padding: 5px 0;
	margin: 0;
	background: none;
	color: #ababab;
	outline: none;
}

.wpb_tabs.tab-style-alternative-two .wpb_tabs_nav li a:hover {
	color: #000;
}

.wpb_tabs.tab-style-alternative-two .wpb_tabs_nav li.ui-tabs-active a {
	font-weight: 600;
	position: relative;
	margin-bottom: -1px;
	border-bottom: 2px solid transparent;
	color: #000;
}

/*------------------------------------------------------------------
[# Tours]
-------------------------------------------------------------------*/

/* Tours > Add Transition */

.wpb_tour_tabs_wrapper .wpb_tabs_nav a {
	padding: 0;
}

.wpb_tour .wpb_tabs_nav li a {
	white-space: normal;
}

.wpb_tour .wpb_tour_tabs_wrapper .wpb_tab {
	min-height: 150px;
}

/* Tours > Default */

.wpb_tour.tab-style-default .wpb_tour_next_prev_nav {
	display: none;
}

.wpb_tour.tab-style-default .wpb_tour_tabs_wrapper .wpb_tab {
	border-left: 1px solid #e4e4e4;
}

.wpb_tour.tab-style-default .wpb_tabs_nav li {
	background: none;
	border-bottom: 1px solid #e4e4e4;
	margin: 0;
}

.wpb_tour.tab-style-default .wpb_tabs_nav li:last-child {
	border-bottom: none;
}

.wpb_tour.tab-style-default .wpb_tabs_nav li a {
	padding: 10px 20px 10px 0;
	color: #888;
	background: none;
}

.wpb_tour.tab-style-default .wpb_tabs_nav li:first-child a {
	padding-top: 0;
}

.wpb_tour.tab-style-default .wpb_tabs_nav li a:hover {
	color: #000;
}

.wpb_tour.tab-style-default .wpb_tabs_nav li.ui-tabs-active a {
	color: #000;
	text-decoration: none;
	background: none;
}

/* Tours > Alt 1 */

.wpb_tour.tab-style-alternative-one .wpb_tour_next_prev_nav {
	display: none;
}

.wpb_tour.tab-style-alternative-one .wpb_tabs_nav {
	border: 1px solid #e4e4e4;
}

.wpb_tour.tab-style-alternative-one .wpb_tabs_nav li {
	background: none;
	border-bottom: 1px solid #e4e4e4;
	margin: 0;
}

.wpb_tour.tab-style-alternative-one .wpb_tabs_nav li:last-child {
	border-bottom: none;
}

.wpb_tour.tab-style-alternative-one .wpb_tabs_nav li a {
	padding: 10px;
	color: #888;
	background: none;
}

.wpb_tour.tab-style-alternative-one .wpb_tabs_nav li a:hover {
	color: #000;
	background: #f9f9f9;
}

.wpb_tour.tab-style-alternative-one .wpb_tabs_nav li.ui-tabs-active a {
	background: #f7f7f7;
	color: #000;
}

/* Tours > Alt 2 */

.wpb_tour.tab-style-alternative-two {
	border: 1px solid #e4e4e4;
}

.wpb_tour.tab-style-alternative-two .wpb_tour_next_prev_nav {
	display: none;
}

.wpb_tour.tab-style-alternative-two .wpb_tour_tabs_wrapper .wpb_tab {
	border-left: 1px solid #e4e4e4;
	padding: 20px;
}

.wpb_tour.tab-style-alternative-two .wpb_tabs_nav li {
	background: none;
	border-bottom: 1px solid #e4e4e4;
	margin: 0;
}

.wpb_tour.tab-style-alternative-two .wpb_tabs_nav li:last-child {
	margin-bottom: -1px;
}

.wpb_tour.tab-style-alternative-two .wpb_tabs_nav li a {
	padding: 10px;
	color: #888;
	background: none;
}

.wpb_tour.tab-style-alternative-two .wpb_tabs_nav li a:hover {
	color: #000;
	background: #f9f9f9;
}

.wpb_tour.tab-style-alternative-two .wpb_tabs_nav li.ui-tabs-active a {
	background: #f7f7f7;
	color: #000;
}

/*------------------------------------------------------------------
[# Toggles]
-------------------------------------------------------------------*/

/* Toggles > Title */

.vc_toggle_default .vc_toggle_title {
	display: block;
	display: block;
	padding: 10px 12px 10px 32px !important;
	border: 1px solid #e4e4e4;
	outline: 0;
	margin: 0;
	cursor: pointer;
	background-color: #f7f7f7;
}

.vc_toggle_default .vc_toggle_icon {
	left: 5px !important;
}

.vc_toggle_default .vc_toggle_title h4 {
	color: #666;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}

.vc_toggle_default .vc_toggle_title:hover {
	background-color: #f4f4f4;
	text-decoration: none;
	border-color: #ddd;
}

.vc_toggle_default .vc_toggle_title:hover h4 {
	color: #000;
}

/* Toggles > Icon */

.vc_toggle_default.vc_toggle_color_default .vc_toggle_title {
	padding: 10px 12px !important;
}

.vc_toggle_default.vc_toggle_color_default .vc_toggle_icon {
	display: none !important;
}

.vc_toggle_default.vc_toggle_color_default .vc_toggle_title h4:before {
	content: "\f067";
	font-family: "FontAwesome";
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	font-size: .846em;
	margin-right: 10px;
	color: #888;
}

.vc_toggle_default.vc_toggle_color_default .vc_toggle_title:hover h4:before {
	color: #000;
}

.vc_toggle_default.vc_toggle_color_default.vc_toggle_title h4:before {
	content: "\f068";
}

/* Toggles > Active */

.vc_toggle_default.vc_toggle_active .vc_toggle_title {
	opacity: 1;
	background-color: #f7f7f7;
	background-image: none;
}

.vc_toggle_default.vc_toggle_active .vc_toggle_title h4 {
	color: #000;
}

.vc_toggle_default.vc_toggle_active .vc_toggle_title:hover {
	color: #000;
	background-color: #f4f4f4;
	text-decoration: none;
	border-color: #ddd;
}

/* Toggles > Content */

.vc_toggle_default .vc_toggle_content {
	display: none;
	overflow: hidden;
	padding: 15px 0;
	margin: 0;
	padding-left: 0 !important;
}

/* MASTER P */
.mpc-row p {
	max-width: 100%;
   font-size: 1.56em;
	line-height: 1.3em;
}


/*------------------------------------------------------------------
[# Accordions]
-------------------------------------------------------------------*/

/* Accordions > Header */

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header {
	display: block;
	color: #666;
	display: block;
	padding: 7px 12px;
	border: 1px solid #e4e4e4;
	outline: 0;
	text-transform: none;
	letter-spacing: normal;
	font-weight: normal;
	margin: 0;
	margin-top: 10px;
	cursor: pointer;
	background: #f7f7f7;
	background-repeat: no-repeat;
	position: relative;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}

.wpb_accordion .wpb_accordion_wrapper h3 a {
	display: block;
	color: #666;
}

.wpb_accordion .wpb_accordion_wrapper h3 {
	margin: 0;
	padding: 0;
}

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a {
	padding-left: 0;
}

.wpb_accordion .wpb_accordion_wrapper h3 a:before {
	content: "\f067";
	font-family: "FontAwesome";
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	font-size: .846em;
	margin-right: 10px;
	color: #666;
}

.wpb_content_element .wpb_accordion_header a {
	padding: 0;
}

/* Accordions > Header > Hover */

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header:hover {
	color: #000;
	background: #f4f4f4;
	text-decoration: none;
	border-color: #ddd;
}

.wpb_accordion .wpb_accordion_wrapper h3:hover a:before,
.wpb_accordion .wpb_accordion_wrapper h3:hover a {
	color: #000;
}

/* Accordions > Header > Active */

.wpb_accordion .wpb_accordion_wrapper h3.ui-state-active.wpb_accordion_header {
	opacity: 1;
	font-weight: 400;
	text-decoration: none;
}

.wpb_accordion .wpb_accordion_wrapper h3.ui-state-active.wpb_accordion_header a {
	color: #000;
}

.wpb_accordion .wpb_accordion_wrapper h3.ui-state-active.wpb_accordion_header a:before {
	content: "\f068";
	font-family: "FontAwesome";
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	font-size: .846em;
	margin-right: 10px;
	color: #666;
	font-style: normal;
}

/* Accordions > Icons */

.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon,
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
	display: none;
}

/* Accordions > Content */

.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content {
	padding: 10px 0;
	margin: 0;
}

/*------------------------------------------------------------------
[# Font Smoothing]
-------------------------------------------------------------------*/

.vc_toggle_default .vc_toggle_title h4:before,
.wpb_accordion .wpb_accordion_wrapper h3 a:before {
	font-weight: normal;
	font-style: normal;
	letter-spacing: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*------------------------------------------------------------------
[# Accent Color]
-------------------------------------------------------------------*/

/* Accent > #3b86b0 > Background */

.vc_btn_blue {
	background-color: #3b86b0;
}

/* Accent > #3b86b0 > Border */

.vc_btn_blue.vc_btn_outlined {
	border-color: #3b86b0;
}

body .vc_text_separator_two span,
.wpb_tabs.tab-style-alternative-two .wpb_tabs_nav li.ui-tabs-active a {
	border-bottom-color: #3b86b0;
}

/* Accent > #3b86b0 > Color */

.vc_btn_blue.vc_btn_outlined {
	color: #3b86b0;
}

/* Accent > #2e698a > Background */

.vc_btn_blue:hover {
	background-color: #2e698a;
}

/* Accent > #2e698a > Border */

.vc_btn_blue.vc_btn_outlined:hover,
.vc_btn_blue.vc_btn_square_outlined:hover {
	border-color: #2e698a;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: 200;
	margin: 0 0 .5em;
	line-height: 1.4;
	color: inherit;
}

h1,
.h1 {
	font-size: 30px;
}

h2,
.h2 {
	font-size: 27px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1.67em;
}

a {
	color: #34485e;
}

a:hover,
a:focus {
	text-decoration: none;
}

@font-face {
	font-family: "Flama";
	src: url("fonts/Flama-Book.woff") format("woff"), url("fonts/Flama-Book.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: "Flama";
	src: url("fonts/Flama-Light.woff") format("woff"), url("fonts/Flama-Light.ttf") format("truetype");
	font-style: normal;
	font-weight: 300;
}

@font-face {
	font-family: "Flama";
	src: url("fonts/Flama-LightItalic.woff") format("woff"), url("fonts/Flama-LightItalic.ttf") format("truetype");
	font-style: italic;
	font-weight: 300;
}

@font-face {
	font-family: "Flama";
	src: url("fonts/Flama-Medium.woff") format("woff"), url("fonts/Flama-Medium.ttf") format("truetype");
	font-style: normal;
	font-weight: 600;
}

@font-face {
	font-family: "Flama";
	src: url("fonts/Flama-Thin.woff") format("woff"), url("fonts/Flama-Thin.ttf") format("truetype");
	font-style: normal;
	font-weight: 100;
}

@font-face {
	font-family: "Flama";
	src: url("fonts/Flama-ThinItalic.woff") format("woff"), url("fonts/Flama-ThinItalic.ttf") format("truetype");
	font-style: italic;
	font-weight: 100;
}

@font-face {
	font-family: "Flama";
	src: url("fonts/Flama-Ultralight.woff") format("woff"), url("fonts/Flama-Ultralight.ttf") format("truetype");
	font-style: normal;
	font-weight: 200;
}

@font-face {
	font-family: "Flama";
	src: url("fonts/Flama-UltralightItalic.woff") format("woff"), url("fonts/Flama-UltralightItalic.ttf") format("truetype");
	font-style: italic;
	font-weight: 200;
}

body {
	color: #595959;
	font-size: 18px;
	line-height: 1.67;
	font-family: "Flama", "Arial", "Helvetica Neue", "Helvetica", sans-serif !important;
}

strong,
b {
	font-weight: 600;
}

#top-bar,
.top-bar-menu {
	font-size: 11px;
	text-transform: uppercase;
}

#top-bar a,
.top-bar-menu a {
	color: #ffffff;
}

#top-bar a:hover,
.top-bar-menu a:hover {
	color: #F16722;
}

#top-bar a.search-dropdown-toggle,
.top-bar-menu a.search-dropdown-toggle {
	color: #F16722;
	background:#fff;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	padding: 3px 6px;
}

#top-bar {
	padding: 7px 90px;
	width: auto;
	max-width: none;
}
.top-bar-menu li .fa {
	margin-right: 0px;
}
#top-bar-content {
	float: right;
	position: relative;
	width: auto;
}
#menu-item-10942:before{
	display: inline-block;
   padding-right: 3px;
	color:#fff;
	
	font-family:FontAwesome;
	content:"\f095";
	
}
#menu-item-10942 a {
	
}
#menu-item-10942 a:hover {
	
	cursor:default;
	
}

#top-bar-wrap {
	background: #404040;
	border-bottom:none;
}

#top-bar-wrap-sticky-wrapper.is-sticky .wpex-top-bar-sticky {
	z-index: 1000;
}

#site-header,
#site-header-sticky-wrapper.is-sticky #site-header {
	background: rgba(255,255,255,0.85);
}

#site-logo a {
margin-left: 75px;
}
#site-header-sticky-wrapper {
	position: relative;
	z-index: 20;
	width: 100%;
}

#site-header-sticky-wrapper + #main #primary {
	float: left;
	width: 100%;
	max-width: none;
	margin-top: -96px;
}

#main { 
    
    width:100%;
    height:100%;
    background: #fff url(/wp-content/uploads/2018/03/bckgd-waves-tall-2x_waves-bkgd-tall.png) repeat-y right top; 
    overflow:hidden;
}

.single-post #site-header-sticky-wrapper + #main #primary, .search #site-header-sticky-wrapper + #main #primary, .search-results #site-header-sticky-wrapper + #main #primary {
margin-top: 0px;	
}
.single-post .container {
	max-width: 90%;
	width:100%;
}

#site-header-inner {
	width: auto;
	padding: 20px 15px;
	max-width: none;
}

#site-header-inner #mobile-menu {
	right: 15px;
	height: 24px;
	margin-top: -12px;
}

#site-header-inner #mobile-menu .mobile-menu-toggle {
	padding: 0;
	background-color: transparent;
	border-radius: 0;
	position: relative;
	width: 40px;
	height: 24px;
	display: block;
	border: 1px solid #34485e;
	border-width: 2px 0;
	background: rgba(0, 0, 0, .5);
}

#site-header-inner #mobile-menu .mobile-menu-toggle:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	top: 50%;
	margin: -1px 0 0;
	height: 2px;
	background: #34485e;
}

#site-header-inner #mobile-menu .mobile-menu-toggle .fa-navicon {
	visibility: hidden;
	position: absolute;
	left: -9999px;
}

#site-navigation-wrap {
	top: 5px;
	margin-top: 0;
	right: 90px;
}
.sf-menu ul {
top: 50px;	
left: -19px;

}
#site-navigation-wrap .dropdown-menu ul {
	border:none;
}

#site-navigation-wrap .dropdown-menu > li {
	margin: 0 0 0 0px;
}

#site-navigation-wrap .dropdown-menu > li > a {
	height: auto;
	font-size: 16px;
	text-transform: uppercase;
	color: #000;
	line-height: 35px;
	padding: 0px 12px 0px 12px;
	letter-spacing: 1px;
}

#site-navigation-wrap .dropdown-menu > li > a span.link-inner {
	padding: 0;
}

.wpex-dropdowns-caret .dropdown-menu ul::before, .wpex-dropdowns-caret .dropdown-menu ul::after {
	display:none;
}

#site-navigation-wrap .dropdown-menu .current_page_parent > a,
#site-navigation-wrap .dropdown-menu .current-menu-item > a,
#site-navigation-wrap .dropdown-menu li a:hover {
	color:#F16722;
}


#site-navigation-wrap .dropdown-menu li.contact-sales > a{
	background-color: #F16722;
	-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
	color:#fff;
	margin-left: 5px;
	
	
}
#site-navigation-wrap .dropdown-menu li.contact-sales > a:hover {
	background-color:#000000;
}

#site-navigation-wrap .dropdown-menu li li a{
	border-bottom: none !important;
	padding: 8px 30px;
}
#site-navigation-wrap .dropdown-menu li li a:hover {
	-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}

#site-navigation {
	margin-top: 24px;
}
#searchform-dropdown {
	min-width: 100%;
    border-color: none;
    background-color: #f16722;
	border-top: none !important;
	position: fixed;
	top: 33px;
	opacity: 1;
}




.page.home .page-header {
	position: absolute;
	left: -9999px;
	width: 0;
	height: 0;
	overflow: hidden;
}

.site-breadcrumbs {
	right: 15px;
}

#site-header .wpex-vc-columns-wrap,
.footer-builder .wpex-vc-columns-wrap {
	width: auto;
	margin-left: auto;
	margin-right: auto;
}

.textblock3_1 .side_block {
	font-size: 15px;
	line-height: 1.73;
}


#footer-builder h2 {
font-size: 35px;
    font-weight: 300;
	text-transform:none;
}
#footer-builder h2 a {
    font-weight: 300;
}

.footer-section,
#footer-bottom,
#footer {
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	font-style: normal;
	background: #282828; /* .vc_row:not(.footer-logo-row){
    position: relative;
    .wpb_column{
      position: static;
      &:before{
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        width: 1px;
        background: #818895;
        @include media("<tablet"){
          visibility: hidden;
        }
      }
      &:first-child{
        &:before{
          visibility: hidden;
        }
      }
    }
  } */
}

.footer-section a:not(.fa),
#footer-bottom a:not(.fa),
#footer a:not(.fa) {
	color: inherit;
	text-decoration: none;
}

.footer-section a:not(.fa):hover,
#footer-bottom a:not(.fa):hover,
#footer a:not(.fa):hover {
	text-decoration: underline;
}

.footer-section .footer-logo,
.footer-section .container,
#footer-bottom .footer-logo,
#footer-bottom .container,
#footer .footer-logo,
#footer .container {
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.footer-section .footer-logo,
#footer-bottom .footer-logo,
#footer .footer-logo {
	padding-top: 15px;
	padding-bottom: 15px;
}

.footer-section .widget-title,
#footer-bottom .widget-title,
#footer .widget-title {
	font: 600 18px/1.3 Flama, "Helvetica Neue", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 0 0 11px;
}

.footer-section .rss-widget-icon,
#footer-bottom .rss-widget-icon,
#footer .rss-widget-icon {
	display: none;
}
address {
    letter-spacing: 0.5px;
    margin: 20px 0;
    margin-bottom: 20px;
	line-height: 20px;
}

.footer-section .post-address,
.footer-section .post-date,
.footer-section .event-address,
.footer-section .rss-address,
.footer-section .rss-date,
.footer-section .event-address,
#footer-bottom .post-address,
#footer-bottom .post-date,
#footer-bottom .event-address,
#footer-bottom .rss-address,
#footer-bottom .rss-date,
#footer-bottom .event-address,
#footer .post-address,
#footer .post-date,
#footer .event-address,
#footer .rss-address,
#footer .rss-date,
#footer .event-address {
	display: block;
	font-size: 12px;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #a7a7a7;
}

.footer-section p,
#footer-bottom p,
#footer p {
	font-size: 12px;
	color: #a7a7a7;
}

.footer-section ul p,
#footer-bottom ul p,
#footer ul p, 
.footer-section .whats-new a {
	color: #fff;
}

.footer-section .widget ul a:not(.fa),
#footer-bottom .widget ul a:not(.fa),
#footer .widget ul a:not(.fa) {
	font-size: 15px;
	font-weight: 600;
}

.footer-section .widget ul li,
#footer-bottom .widget ul li,
#footer .widget ul li {
	border-width: 0;
	margin-bottom: 10px;
}

.footer-section .whats-new {
	color: #a7a7a7;
 }

.footer-section [href^="mailto:"],
#footer-bottom [href^="mailto:"],
#footer [href^="mailto:"] {
	color: #fff;
	font-weight: 600;
	text-decoration: none;
}

.footer-section [href^="mailto:"]:hover,
#footer-bottom [href^="mailto:"]:hover,
#footer [href^="mailto:"]:hover {
	text-decoration: underline;
}

.footer-bar,
#footer-bottom {
	color: #7c7c7c;
	font-weight: normal;
	background: #050000;
	font-size: 12px;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.footer-bar a,
#footer-bottom a {
	color: inherit;
	text-decoration: none;
}

.footer-bar a:hover,
#footer-bottom a:hover {
	text-decoration: underline;
}

.footer-bar p,
#footer-bottom p {
	margin: 0;
}

#footer-widgets {
	position: relative;
}

.footer-widget {
	padding: 0;
	margin: 0 0 20px;
}

.footer-widget:last-child {
	margin-bottom: 0;
}

.footer-box:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 1px;
	margin: 0 0 0 -15px;
	background: #818895;
}

.footer-box:first-child:before {
	visibility: hidden;
}

.vc_parallax {
	background-size: cover;
}

.vc_parallax > *{
	z-index: 2;
}

.vc_column-inner .wpex-vc-column-wrapper {
	margin-bottom: 0;
}

#menu-main > li:last-child .sub-menu {
	left: auto;
	right: 0;
}

#menu-main > li:last-child .sub-menu:before,
#menu-main > li:last-child .sub-menu:after {
	left: auto;
	right: 10px;
}

#menu-main > li:last-child .sub-menu:after {
	right: 11px;
}

.buttons-holder .vcex-button, .vcex-button, .btn, .vc_btn3.vc_btn3-style-custom.vc_btn3.vc_btn3-style-custom-style-custom {
    background-color: rgb(236, 80, 27);
    border: none;
    border-radius: 2em;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-style: normal;
    font-weight: 200;
    height: auto;
    line-height: 1.11;
    margin: 0 0 15px;
    max-width: 100%;
    opacity: 1 !important;
    padding: 8px 25px;
    text-align: center;
    text-decoration: none !important;
    text-transform: capitalize;
    transition: background-color 0.2s ease 0s, border-color 0.2s ease 0s, color 0.2s ease 0s;
    vertical-align: top;
    white-space: normal;
    width: auto;
}

.buttons-holder .vcex-button.alighcenter,
.vcex-button.alighcenter,
.btn.alighcenter {
	display: block;
	margin: 20px auto;
	width: 100%;
	max-width: 320px;
	text-align: center;
	clear: both;
}
.btn.add-margin {
margin-left: 15px;
}

.buttons-holder .vcex-button.alighcenter:last-child,
.vcex-button.alighcenter:last-child,
.btn.alighcenter:last-child {
	margin-bottom: 0;
}

.buttons-holder .vcex-button:last-child,
.vcex-button:last-child,
.btn:last-child {
	margin-bottom: 0;
}

.buttons-holder .vcex-button:hover, .vcex-button:hover, .btn:hover, .vc_btn3.vc_btn3-style-custom:hover {
    background: #000000 none repeat scroll 0 0;
    color: #ffffff !important;
}

.buttons-holder .vcex-button.btn-alt, .vcex-button.btn-alt, .btn.btn-alt {
    border-color: #34485e;
    color: #34485e;
}

.buttons-holder .vcex-button.btn-alt:hover, .vcex-button.btn-alt:hover, .btn.btn-alt:hover {
    background: #34485e none repeat scroll 0 0;
    color: #ffffff !important;
}

.btn-holder {
	margin: 68px 0;
}

.btn-holder:last-child {
	margin-bottom: 0;
}


/* button override what's new */

.vc_general.vc_btn3:focus, .vc_general.vc_btn3:hover {
	border:none !important;
	
}
.vc_btn3.vc_btn3-shape-rounded {
	-webkit-border-radius:2em !important;
	   border-radius: 2em !important;
	border:none;
	background: #000 none repeat scroll 0 0 !important;
    color: #fff !important;
	background-image:none;
	font-size: 18px;
	line-height: 1.2;
	  font-style: normal;
    font-weight: 300;
	text-align: center;
	padding: 8px 25px;
}
.vc_btn3.vc_btn3-shape-rounded:hover {
	background: #F16722 none repeat scroll 0 0 !important;
    color: #fff !important;
}

.row-with-overlay:not(.dark-overlay) .btn {
	border:none;
	color: #fff;
	background-color:#f16722;
}

.row-with-overlay:not(.dark-overlay) .btn:hover {
	background: #000;
	color: #fff !important;
}

.content-block {
	font-size: 36px;
	line-height: 44px;
	font-weight: 100;
	margin: 40px 0;
}

.content-block h4 {
	color: #ec501b;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 30px;
	font-weight: 600;
	margin: 0 0 5px;
}

/* BREADCRUMBS */
.breadcrumb-header {
	padding: 109px 0px 30px 0px;
	color:rgb(241, 103, 34);
	font-size: 18px;
	text-transform: uppercase;
	position: absolute !important;
	z-index: 7;
	width:100% !important;
	left: 15px !important;
	top: 34px;
	
	
}

.breadcrumb-header .vc_column-inner  {
	padding-left: 0px;
}
/* SOLUTIONS ROW HEADER */
.row-header {
	padding: 250px 0px 70px 0px;
}
.row-header .vc_row {
	margin-top: 30px;
}
.row-header h1 {
	font-size: 70px;
	line-height: 70px;
	font-weight: 100;
	color: rgb(255, 255, 255);
	color:#fff;
}
.row-header h1:first-child {
	margin-bottom: 0px;
}
.row-header h1 strong {
		line-height: 75px;
		font-weight: 500;
}

.row-header.mpc-row p {
	font-weight: 500;
	font-size: 23px;
	line-height: 30px;
	color:#fff;
	
}
.row-header.mpc-row .vcex-button  {
	display:inline-block !important;
	vertical-align: top;
	margin-right: 30px !important;
	margin-top: 30px !important; 
	font-weight: 500;
	font-size: 20px !important;
}


.style-type-content {
	color: #c3d3e2;
}

.style-type-content .content-block p {
	font-size: 18px;
	line-height: 30px;
	font-weight: 300;
	color: #fff;
}

.row-four-grid .wpb_column .wpb_text_column p {
	font-size: 20px;
}
.row-four-grid .wpb_column .wpb_text_column h4 {
	margin-bottom: 12px;
}
.row-four-grid.wpex-vc-column-spacing-20 .vc_column-inner {
	padding-left: 25px;
    padding-right: 25px;
}
.table-image-row .wpb_text_column h2 {
	font-size: 40px;
	text-transform: none;
	border-bottom: 1px solid #fff;
	font-weight: 300;
	width:100%;
	
}
.table-image-row .wpb_text_column p {
	font-size: 24px;
	color:#fff;
	max-width: 75%;
}
.table-image-row .vc_row {
	margin-bottom: 40px;
	min-height: 225px;
}
.table-image-row .vc_row .wpb_single_image {

}
/* NEW STYLING MARCH 2018 */
.quote-row .wpb_column:first-child {
	z-index: 9;
}
.quote-row h2 {
	font-size: 31px;
	font-weight: 300;
	line-height: 39px;
	text-transform: none;
	
}
.quote-row .quote-image {
	margin-top: -200px;
}

.case-study-row h2 {
	margin-bottom:0px;
}



h1 {
	font-size: 90px;
	line-height: 1;
	font-weight: 100;
	margin: 0 0 30px;
	color: inherit;
}


h4 {
	font-size: 26px;
	line-height: 1.3;
	font-weight: 500;
	margin: 0 0 22px;
	color: inherit;
}

.under-title, .under-title p, h2, .resource-template-default .page-header .page-header-title {
	font-size: 18px;
	line-height: 1.67;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0 0 22px;
	display:block;
}

h3 {
	font-size: 55px;
	font-weight: 300;
}

.textblock3_1 .main_block {
	padding-left: 0;
	padding-right: 0;
}
.textblock3_1 h1, .textblock3_1 .side_block h2, .textblock3_1 .under-title {
	color:#34485e;
}
.textblock3_1 .under-title {
margin-bottom: 110px;	
}
.textblock3_1 .side_block h2 {
		font-size: 18px;
	margin: 0;
line-height: 26px;
	font-weight: 600;
	text-transform: uppercase;
}
.mpc-row .textblock3_1 .side_block p {
	font-size: 15px;
	color: #34485e;
	line-height: 26px;
}
.article-holder {
	margin: 0 -15px 30px;
	list-style: none;
	counter-reset: newCounter;
}

/* ORANGE BOXES */

.box-row {
	
	text-align: center;
}
.box-row .hide-col {
	display:none;
}
.boxcol {
	width: 320px !important;
	display:inline-block !important;
	vertical-align: top;
	float:none !important;
}
.boxcol .vc_column-inner .wpb_text_column {
	height: 240px !important;
	margin: 30px 17px 0px 17px;
	padding: 20px !important;
}

.boxcol .vc_column-inner{
	width: 320px !important;
	height: 300px !important;
background-size:100% 100%;
}

.box-row p {
    font-size: 18px;
    font-weight: 200;
    line-height: 24px;
    text-transform: none;
}

.box-row p {
    font-size: 18px;
    font-weight: 200;
    line-height: 24px;
    text-transform: none;
}

.article-holder .article:before {
	counter-increment: newCounter;
	content: counters(newCounter, ".") " ";
	display: block;
	text-align: center;
	width: 38px;
	height: 38px;
	border: 1px solid #fff;
	color: #fff;
	font-size: 22px;
	line-height: 34px;
	margin: 0 0 25px;
	border-radius: 100%;
}
.demo-footer-cta h3 {
	font-size: 38px;
	line-height: 42px;

}
.demo-footer-cta h2 {
	font-size: 19px;
	text-transform: none;
}

.article-holder .article h2 {
	color: #fb3449;
	margin: 0 0 2px;
}

.article-holder a:not(.btn):hover {
	opacity: .8;
}

.article-holder p {
	display: inline;
}

.article-holder p + a {
	font-style: italic;
	color: inherit;
	font-weight: 200;
}

.contact-block {
	color: #fff;
	font-size: 25px;
	line-height: 40px;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 84px;
	margin-bottom: 60px;
}

.contact-block a {
	font-size: 39px;
	line-height: 40px;
	font-weight: 200;
	color: #fff;
	text-decoration: none;
	text-transform: none;
	margin: 0 8px;
}

.contact-block a:first-child {
	margin-left: 0;
}

.vcex-staff-grid-wrap h1 {
	margin: 0 0 35px;
}

.vcex-staff-grid-wrap .subtitle {
	color: #ff5959;
	text-transform: uppercase;
}

.vcex-staff-grid-wrap ul.vcex-filter-links {
	font-size: 0;
	line-height: 0;
	padding: 0;
	margin: 0 0 87px;
}

.vcex-staff-grid-wrap ul.vcex-filter-links li {
	font-size: 18px;
	line-height: 1.67;
	float: none !important;
	display: inline-block !important;
	width: auto !important;
	vertical-align: top;
	color: #ff5959;
	text-transform: uppercase;
	margin: 0;
}

.vcex-staff-grid-wrap ul.vcex-filter-links li:before {
	content: "|";
	display: inline;
	margin: 0 10px;
}

.vcex-staff-grid-wrap ul.vcex-filter-links li:first-child:before {
	display: none;
}

.vcex-staff-grid-wrap ul.vcex-filter-links li .theme-button {
	font-size: inherit;
	line-height: inherit;
	padding: 0;
	background: transparent;
	margin: 0;
	color: inherit;
	text-transform: uppercase;
	border: none;
	display: inline;
}
.staff-entry-position {
    margin:4px 0px 0px 0px;
    color: #777;
    font-size: 0.923em;
    line-height: 1.2em;
    list-style: outside none none;
}

.vcex-staff-grid-wrap ul.vcex-filter-links li.active .theme-button {
	font-weight: 600;
}

.vcex-staff-grid-wrap .staff-entry {
	margin-bottom: 27px;
	min-height: 270px;
	font-weight:500;
}

.vcex-staff-grid-wrap .entry-title {
	text-transform: uppercase;
	font-size: 18px;
	line-height: 20px;
}

.vcex-staff-grid-wrap .entry-title a {
	color: #35495f;
	text-transform: uppercase;
}

.vcex-staff-grid-wrap .staff-entry-details {
	text-align: center;
	padding: 8px 0 0;
}

.vcex-staff-grid-wrap .staff-entry-inner {
	text-align: center;
}

.vcex-staff-grid-wrap .staff-entry-media-link {
	display: inline-block;
	vertical-align: top;
	width: 180px;
	height: 180px;
	max-width: 100%;
}

.vcex-staff-grid-wrap .staff-entry-media-link img {
	width: 100%;
	max-width: 100%;
	max-height: 100%;
	height: 100%;
	border-radius: 100%;
}

.vcch-resourceterm-posts-grid {
	margin-left: 0;
	margin-right: 0;
}

.vcch-resourceterm-posts-grid .vcch-conten {
	padding-top: 12px;
	margin: 0 -10px;
}

.vcch-resourceterm-posts-grid h2 {
	font-size: 18px;
	line-height: 20px;
	margin: 0 0 60px;
}

.vcch-resourceterm-posts-grid .vcex-terms-grid-entry-title {
	margin: 0;
}

.vcch-resourceterm-posts-grid .btn {
	border-color: #34485e;
	color: #34485e;
	margin-left: 15px;
	margin-right: 15px;
	margin: 10px 15px;
}

.vcch-resourceterm-posts-grid .btn:last-child {
	margin-bottom: 0;
}

.vcch-resourceterm-posts-grid .btn:hover {
	background: #34485e;
	color: #fff !important;
}

.vcch-resourceterm-posts-grid .vcex-terms-grid-entry-title {
	color: #e3297b !important;
}

.vcch-resourceterm-posts-grid .vcex-terms-grid-entry-title a {
	color: inherit !important;
}

.vcch-resourceterm-posts-grid .vcex-terms-grid-entry-title a:hover {
	opacity: .8;
}

.vcch-resourceterm-posts-grid .col-2 .vcex-terms-grid-entry-title {
	color: #ff5959 !important;
}

.style-type-cta-video {
	font-size: 29px;
	line-height: 1.1;
}

.style-type-cta-video .wpex-vc-columns-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: flex-end;
	-ms-flex-line-pack: end;
	align-content: flex-end;
}

.style-type-cta-video .vc_column_container {
	float: none;
	position: relative;
	/*background: -webkit-linear-gradient(left, #323743 0%, #3d4351 80%, #3d4351 100%);
	background: linear-gradient(to right, #323743 0%, #3d4351 80%, #3d4351 100%); */
}

/*.style-type-cta-video .vc_column_container:before {
	content: "";
	position: absolute;
	right: 100%;
	top: 0;
	bottom: 0;
	width: 9999px;
	background: #323743;
}*/

.split-cta .wpb_column  {
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e2350f+0,e84717+44,eb501b+57,eb501b+100 */
background: #e2350f; /* Old browsers */
background: -moz-linear-gradient(left, #e2350f 0%, #e84717 44%, #eb501b 57%, #eb501b 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #e2350f 0%,#e84717 44%,#eb501b 57%,#eb501b 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #e2350f 0%,#e84717 44%,#eb501b 57%,#eb501b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2350f', endColorstr='#eb501b',GradientType=1 ); /* IE6-9 */
}
.style-type-cta-video .vc_column_container:nth-child(2) {
	/*background: -webkit-linear-gradient(left, #2d313c 0%, #3d4351 100%, #282828 100%, #282828 100%);
	background: linear-gradient(to right, #2d313c 0%, #3d4351 100%, #282828 100%, #282828 100%);*/
}

/*.style-type-cta-video .vc_column_container:nth-child(2):before {
	right: auto;
	left: 100%;
	margin-left: -1px;
	background: #3d4351;
}*/

.style-type-cta-video h1 {
	font-size: 39px;
	line-height: 1.1;
	color: #eb501b;
	margin: 0;
}

.style-type-cta-video .vc_column_container:nth-child(2) {
	text-align: center;
}

.style-type-cta-video .vc_column_container:nth-child(2) .btn {
	width: 243px;
	min-width: 0;
	padding-left: 10px;
	padding-right: 10px;
	max-width: 100%;
	white-space: normal;
}

.style-type-cta-video .vc_column_container:nth-child(2) img {
	display: block;
	margin: 20px auto 40px;
}

.style-type-quote .wpex-vc-columns-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: stretch;
	-webkit-justify-content: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
}

.style-type-quote .vc_column_container:first-child {
	/*position: relative;
	background: rgba(255, 255, 255, .6);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;*/
}

.style-type-quote .vc_column_container:first-child:before {
/*	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 100%;
	width: 9999px;
	background: inherit;*/
}
blockquote {
	background:none;
}
.style-type-quote blockquote {
	background: none;
	padding: 0;
	margin: 0;
}

.style-type-quote q {
	display: block;
	margin: 0;
	font-size: 44px;
	line-height: 1.43;
	font-weight: 200;
	color: #ec501b;
	background: none;
	padding: 0;
}

.style-type-quote q:before {
	content: "“";
	
}
.style-type-quote q:after {
	content: "”";
	
}

.style-type-quote cite {
	display: block;
	font-style: normal;
	margin: 27px 0 0;
	color: #595959;
	font-size: 16px;
	line-height: 1.3;
	font-weight: 300;
}

.style-type-quote cite strong {
	font-size: 22px;
	line-height: 1.1;
	font-weight: 300;
}

.style-type-quote cite strong b {
	font-weight: 600;
}

.style-type-quote cite time {
	display: block;
}

.style-type-quote .quote-icon {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 93px;
	overflow: hidden;
	text-indent: -9999px;
	text-align: left;
	z-index: -1;
	max-width: 33%;
	width: 274px;
	background-position: 0 0 !important;
}

.style-type-quote .quote-icon .vc_icon_element-inner {
	width: auto;
	height: auto;
	border-width: 0;
}

.style-type-quote .quote-icon .vc_icon_element-icon {
	position: static !important;
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
	left: auto !important;
	top: auto !important;
	font-size: inherit !important;
	line-height: inherit !important;
}

.style-type-quote .wpb_single_image .vc_figure {
	position: static;
}

.style-type-quote .photo-col {
	position: static;
	min-height: 0;
	font-size: 0;
	line-height: 0;
}

.style-type-quote .photo-col * {
	position: static;
}

.style-type-quote .photo-col .vc_single_image-img {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 100%;
	width: auto;
	max-width: none;
	z-index: -1;
	opacity: 0.5;
}

.item-col {
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	padding-bottom: 40px;
	color: #c3d3e2;
	text-transform: none;
}

.item-col img {
	width: auto;
	height: auto;
	display: block;
	margin: 0 auto 32px;
}

.item-col a {
	text-decoration: none !important;
	font-size: 18px;
	line-height: 1.2;
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	/*font-weight: bold;*/
	color: #fff;
}

.item-col .vc_align_left img {
	margin: 0px 0px 32px 0px;
}

.features-row .item-col {
	padding-bottom: 0px;
}


/* we are network item col */
.item-col-hover {
background-color:#DAE1EC;
}
.item-col-hover:hover {
background-color:#EAEEF4;
}

.item-col-hover .same-height {
min-height:155px;
}
.item-col-hover .btn {
border:none !important;
}
.circle-text {
padding: 0px 20px 0px 20px;
position: relative;
    z-index: 9;
}

.request-demo-but-wrapper .theme-button-block-wrap {
z-index: 9;
position:relative;
}
.request-demo-but-wrapper img{
max-width:110px;
float:left;
margin-top: -23px;
margin-left: 164px;
}

.item-col-hover .tablet-only {
max-height:200px;
overflow:hidden;
}

.item-col a:hover {
	color: #46617f;
}

.item-col h2 {
	font-size: 18px;
	line-height: 20px;
	margin: 0 0 12px;
	color: #fff;
}

.item-col .number {
	display: block;
	font-size: 200px;
	font-weight: 600;
	line-height: .8;
	color: #ec501b;
}

.item-col .arrow {
	content: "";
	position: absolute;
	background: url(images/arrow.svg) no-repeat;
	width: 60px;
	height: 60px;
	left: 100%;
	top: 110px;
	text-indent: -9999px;
	text-align: left;
	overflow: hidden;
	margin: 0 0 0 -30px;
	background-size: 60px 60px;
}

.style-type-icons-column .wpex-vc-columns-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
}

.style-type-big-idea .btn {
	min-width: 182px;
}

.style-type-big-idea h1 {
	margin: 0 0 30px;
}

.style-type-big-idea .wpex-vc-columns-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
}

.style-type-icons-column-lg-text h1 {
	margin: 0 0 58px;
}

.style-type-icons-column-lg-text .item-col {
	font-size: 34px;
	line-height: 1.3;
	font-weight: 300;
	color: #34485e;
}

.style-type-icons-column-lg-text .item-col p {
	font-size: inherit;
}

.style-type-icons-column-lg-text .item-col a {
	color: inherit;
}

.style-type-icons-column-lg-text .item-col a:hover {
	color: #19222d;
}

.style-type-quote-slideshow blockquote p {
	background: none;
	padding: 0;
	margin: 0;
	display: block;
	color: #e54036;
	font-size: 46px;
	line-height: 1.1;
	font-weight: 200;
	text-align: center;
}


.style-type-quote-slideshow .vcex-testimonials-fullslider-author {
	text-align:center !important;
	
}
.style-type-quote-slideshow .vcex-testimonials-fullslider-author,
.style-type-quote-slideshow cite, 
.style-type-quote-slideshow .author{
	display: block;
	text-align: center;
	font-size: 22px;
	line-height: 1.2;
	font-weight: 400;
	color: #595959;
}
.vcex-testimonials-fullslider::after {
display:none !important;	
}
.style-type-quote-slideshow .vcex-testimonials-fullslider-author:before,
.style-type-quote-slideshow cite:before {
	content: "— ";
}

.style-type-quote-slideshow .vcex-testimonials-fullslider-author > *,
.style-type-quote-slideshow cite > * {
	font-weight: 200;
	display: inline;
}

.style-type-quote-slideshow .sp-buttons {
	padding: 0;
}
.hide-row {
display:none !important;	
}
.thmb-text-holder {
	margin: 0;
	padding: 15px 0;
}

.row-with-overlay {
	position: relative;
	z-index: 2;
}

.row-with-overlay.vc_row-fluid{
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.row-with-overlay.vc_row-fluid::before {
/*	content: '';
	display: block;
	position: absolute;
	width: 75%;
	left: 0;
	top: 0;
	bottom: 0;
	background: #fff;
	opacity: 0.2;
	box-shadow: -30px 0 20px -20px rgba(255, 255, 255, .5) inset;
	z-index: 1;*/
}

.content-area,
#content-wrap{
	width: 100% !important;
}

.row-with-overlay.vc_row-fluid > .wpex-vc-columns-wrap {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
}

.row-with-overlay.vc_row-fluid.dark-overlay::before {
/*	background: #000;
	box-shadow: -30px 0 20px -20px rgba(0, 0, 0, .3) inset;*/
}

.row-with-overlay.vc_row-fluid.blue-overlay::before {
	background: rgba(52, 72, 94, 1);
	box-shadow: none;
}

.style-type-cta-columns {
	text-align: center;
}

.style-type-cta-columns.vc_row-fluid {
	padding-left: 0;
	padding-right: 0;
}

.style-type-cta-columns .btn {
	text-transform: uppercase;
	font-size: 20px;
	line-height: 20px;
}

.two-column-text-blocks {
	margin-left: -15px;
	margin-right: -15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
}

.two-column-text-blocks .col {
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 0;
	/*background: -webkit-linear-gradient(left, #e2350f 0%, #e84717 9%, #eb501b 21%, #eb501b 100%);
	background: linear-gradient(to right, #e2350f 0%, #e84717 9%, #eb501b 21%, #eb501b 100%);*/
}


/* FEATURES ROWS */
.features-row .item-col img {
	max-width: 75%;
}
.features-row .vc_col-sm-10:last-child .wpb_text_column h2 {
	margin-bottom: 0px;
	margin-top: 50px;
	font-size: 40px;
font-weight: 300;
	text-transform: capitalize;
}
.features-row .wpb_text_column {
	font-size: 24px;
}
.features-row .wpb_text_column .caption {
	max-width:70%;
}

.half-size img {
	max-width:50%;
}

.vcex-testimonials-fullslider h2 {
	margin-bottom: 55px;
}

.vcex-testimonials-fullslider:first-child {
	padding-top: 0 !important;
}

.vcex-testimonials-fullslider:last-child {
	padding-bottom: 0 !important;
}

.vcex-testimonials-fullslider:after {
	content: "";
	display: block;
	clear: both;
	border: 1px dotted #467ba6;
	width: 542px;
	margin: 30px auto 0;
	max-width: 100%;
	border-width: 0 0 2px;
}
.top-navigation {
position:absolute;
width:100%;
text-align:center;	
z-index: 9;
}
.nav-list {
	text-align: center;
	list-style: none;
	padding: 0;
	font-size: 0;
	line-height: 0;
	text-align:center;
}
#fwds3dcovDiv0 {
		margin-top: -50px;
		z-index:0;
	}

.nav-list li {
	display: inline;
	font-size: 18px;
	line-height: 20px;
	font-weight: 200;
	text-transform: uppercase;
}

.nav-list li.active {
	font-weight: 400;
}

.nav-list li:before {
	content: "|";
	margin: 0 4px 0 8px;
}

.nav-list li:first-child:before {
	display: none;
}

.nav-list li a {
	color: #000;
	font-weight:600
}
.nav-list li a.active {
	/*font-weight:600;*/
	
}

.nav-list li a:hover {
	opacity: .8;
}

.fwds-3d-coverflow {
	padding-left: 0;
	padding-right: 0;
}

.fwds-3d-coverflow img {
	max-width: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, .15);
}

.fwds-3d-coverflow h2 {
	margin: 0px 0px 100px 0px;
	position: relative;

}

.style-type-gallery .largeLabelBlack:before,
.style-type-gallery .largeLabelWhite:before {
	content: "";
	position: absolute;
	top: -15px;
	bottom: -15px;
	left: -9999px;
	right: -9999px;
	background: rgba(234, 237, 244, .5);
	z-index: 99;
}
.style-type-gallery p {
	font-size: 18px;
	color:#000;
}

.style-type-image-carousel .wpex-carousel {
	padding-left: 40px;
	padding-right: 40px;
	margin: 0 0 75px;
}

.style-type-image-carousel .owl-prev,
.style-type-image-carousel .owl-next {
	position: absolute;
	right: 0;
	left: auto;
	top: 50%;
	width: 36px;
	height: 70px;
	text-indent: -9999px;
	text-align: left;
	overflow: hidden;
	background: transparent !important;
	margin: -35px 0 0;
}

.style-type-image-carousel .owl-prev:before,
.style-type-image-carousel .owl-prev:after,
.style-type-image-carousel .owl-next:before,
.style-type-image-carousel .owl-next:after {
	content: "";
	position: absolute;
	top: 50%;
	left: -18px;
	width: 300%;
	height: 1px;
	background: #425469;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.style-type-image-carousel .owl-prev:after,
.style-type-image-carousel .owl-next:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.style-type-image-carousel .owl-prev {
	right: auto;
	left: 0;
}

.style-type-image-carousel .owl-prev:before,
.style-type-image-carousel .owl-prev:after {
	left: auto;
	right: -18px;
}

.alt-style-heading-row {
	color: #4f6073;
}

.style-type-cta-band {
	font-size: 18px;
	line-height: 1.2;
	font-weight: normal;
}

.style-type-cta-band h1 {
	font-size: 36px;
	line-height: 1.2;
	margin: 0;
}

.style-type-cta-band .btn-col {
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
}

.style-type-cta-band .btn {
	text-transform: uppercase;
}

.style-type-four-columns-hover-box,
.style-type-four-columns {
	color: #eaeef4;
}

.style-type-four-columns-hover-box .vcex-post-type-grid-wrap > .btn,
.style-type-four-columns .vcex-post-type-grid-wrap > .btn {
	position: absolute;
	left: 50%;
	bottom: 42px;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	margin: 0;
	min-width: 244px;
}

.style-type-four-columns-hover-box .vcex-post-type-grid-wrap > h2,
.style-type-four-columns .vcex-post-type-grid-wrap > h2 {
	margin: 20px 15px -50px 165px;
	color: #F16722;
}

.style-type-four-columns-hover-box .wpex-vc-columns-wrap:not(.child-post-type-greed),
.style-type-four-columns .wpex-vc-columns-wrap:not(.child-post-type-greed) {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
}

.style-type-four-columns-hover-box .wpex-vc-columns-wrap:not(.child-post-type-greed) .buttons-holder,
.style-type-four-columns-hover-box .wpex-vc-columns-wrap:not(.child-post-type-greed) .hovered-holder,
.style-type-four-columns-hover-box .wpex-vc-columns-wrap:not(.child-post-type-greed) .vcex-post-type-entry-inner,
.style-type-four-columns .wpex-vc-columns-wrap:not(.child-post-type-greed) .buttons-holder,
.style-type-four-columns .wpex-vc-columns-wrap:not(.child-post-type-greed) .hovered-holder,
.style-type-four-columns .wpex-vc-columns-wrap:not(.child-post-type-greed) .vcex-post-type-entry-inner {
	min-height: 310px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: stretch;
	-webkit-justify-content: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	padding: 90px 20px 100px 20px;
	text-align: center;
	font-size: 18px;
	line-height: 1.28;
/*	background: -webkit-linear-gradient(left, #1a1c24 0%, #1e2029 100%) no-repeat;
	background: linear-gradient(to right, #1a1c24 0%, #1e2029 100%) no-repeat;*/
}

.style-type-four-columns-hover-box .wpex-vc-columns-wrap:not(.child-post-type-greed) .buttons-holder > *,
.style-type-four-columns-hover-box .wpex-vc-columns-wrap:not(.child-post-type-greed) .hovered-holder > *,
.style-type-four-columns-hover-box .wpex-vc-columns-wrap:not(.child-post-type-greed) .vcex-post-type-entry-inner > *,
.style-type-four-columns .wpex-vc-columns-wrap:not(.child-post-type-greed) .buttons-holder > *,
.style-type-four-columns .wpex-vc-columns-wrap:not(.child-post-type-greed) .hovered-holder > *,
.style-type-four-columns .wpex-vc-columns-wrap:not(.child-post-type-greed) .vcex-post-type-entry-inner > * {
	display: block;
	width: 100%;
}

.style-type-four-columns-hover-box .wpex-vc-columns-wrap:not(.child-post-type-greed) .buttons-holder .entry-title,
.style-type-four-columns-hover-box .wpex-vc-columns-wrap:not(.child-post-type-greed) .hovered-holder .entry-title,
.style-type-four-columns-hover-box .wpex-vc-columns-wrap:not(.child-post-type-greed) .vcex-post-type-entry-inner .entry-title,
.style-type-four-columns .wpex-vc-columns-wrap:not(.child-post-type-greed) .buttons-holder .entry-title,
.style-type-four-columns .wpex-vc-columns-wrap:not(.child-post-type-greed) .hovered-holder .entry-title,
.style-type-four-columns .wpex-vc-columns-wrap:not(.child-post-type-greed) .vcex-post-type-entry-inner .entry-title {
	font-size: 18px;
	line-height: 20px;
}

.style-type-four-columns-hover-box .wpex-vc-columns-wrap:not(.child-post-type-greed) .buttons-holder .entry-title a,
.style-type-four-columns-hover-box .wpex-vc-columns-wrap:not(.child-post-type-greed) .hovered-holder .entry-title a,
.style-type-four-columns-hover-box .wpex-vc-columns-wrap:not(.child-post-type-greed) .vcex-post-type-entry-inner .entry-title a,
.style-type-four-columns .wpex-vc-columns-wrap:not(.child-post-type-greed) .buttons-holder .entry-title a,
.style-type-four-columns .wpex-vc-columns-wrap:not(.child-post-type-greed) .hovered-holder .entry-title a,
.style-type-four-columns .wpex-vc-columns-wrap:not(.child-post-type-greed) .vcex-post-type-entry-inner .entry-title a {
	font-weight: 300;
}


.style-type-four-columns-hover-box .wpex-vc-columns-wrap:not(.child-post-type-greed) .vcex-post-type-entry-media,
.style-type-four-columns .wpex-vc-columns-wrap:not(.child-post-type-greed) .vcex-post-type-entry-media {
	white-space: nowrap;
	height: 160px !important;
	text-align: center;
}

.style-type-four-columns-hover-box .wpex-vc-columns-wrap:not(.child-post-type-greed) .vcex-post-type-entry-media:after,
.style-type-four-columns .wpex-vc-columns-wrap:not(.child-post-type-greed) .vcex-post-type-entry-media:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 100%;
	margin-right: -1px;
}

.style-type-four-columns-hover-box .wpex-vc-columns-wrap:not(.child-post-type-greed) .vcex-post-type-entry-media img,
.style-type-four-columns .wpex-vc-columns-wrap:not(.child-post-type-greed) .vcex-post-type-entry-media img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	width: auto;
	height: auto;
	max-height: 98%;
}

.hover_blocks {
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: stretch;
	-webkit-justify-content: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	position: relative;
	text-align: center;
}

.hover_blocks .hover-block {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	text-align: center;
	white-space: normal;
	left: 0;
	top: 0;
	font-size: 22px;
	line-height: 1.55;
	font-weight: 300;
	width: 100%;
	height: 100%;
	visibility: hidden;
	padding: 10px 15px;
	max-height: 100%;
	overflow-y: auto;
	background: rgba(226, 42, 4, .7);
	opacity: 0;
	-webkit-transition: opacity .3s, visibility .3s;
	transition: opacity .3s, visibility .3s;
}

.hover_blocks .hover-block img {
	max-width: 100%;
	height: auto;
	margin: 0 auto 20px;
}

.hover_blocks .hover-block > * {
	max-width: 100%;
}

.hover_blocks .hover-block p {
	margin: 0;
}

.hover_blocks .hovered-holder {
	min-height: 0 !important;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: stretch;
	-webkit-justify-content: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	padding: 30px 20px 20px !important;
	text-align: center;
	font-size: 18px;
	line-height: 1.28;
	background-size: 100% 100% !important;
}

.hover_blocks .hovered-holder > * {
	display: block;
	width: 100%;
}

.hover_blocks .hovered-holder h2 {
	margin-bottom: 0;
}

.hover_blocks .hovered-holder > .image-holder {
	height: 132px;
	white-space: nowrap;
	margin: 0 0 20px;
}

.hover_blocks .hovered-holder > .image-holder:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 100%;
	margin-right: -1px;
}

.hover_blocks .hovered-holder > .image-holder img {
	display: inline-block;
	vertical-align: middle;
	max-height: 100%;
	width: auto;
	max-width: 100%;
	margin: 0;
}

.hover_blocks .buttons-holder {
	min-height: 0 !important;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	padding: 30px 20px 20px !important;
	text-align: center;
	font-size: 18px;
	line-height: 1.28;
	background: #e22a04;
}

.hover_blocks .buttons-holder .vcex-button,
.hover_blocks .buttons-holder .btn {
	width: 244px;
	max-width: 100%;
	min-width: 0;
}

.hover_blocks .buttons-holder .btn-block {
	margin: 24px 0 0;
}

.hover_blocks .buttons-holder .btn-block:first-child {
	margin-top: 0;
}

.hover_blocks .buttons-holder .btn-block h2 {
	margin: 0 0 5px;
}

.hover_blocks .hovered-holder {
	background: -webkit-linear-gradient(left, #eb561b 0%, #f06721 100%);
	background: linear-gradient(to right, #eb561b 0%, #f06721 100%);
}

.hover_blocks .hovered-holder.hover .hover-block {
	visibility: visible;
	opacity: 1;
}

.style-type-four-columns-hover-box .hover_blocks {
	min-height: 0;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: stretch;
	-webkit-justify-content: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	position: relative;
}

.style-type-four-columns-hover-box .hover_blocks .hover-block {
	min-height: 0;
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	text-align: center;
	white-space: normal;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
	padding: 10px 15px;
	max-height: 100%;
	overflow-y: auto;
	background: rgba(226, 42, 4, .7);
	opacity: 0;
	-webkit-transition: opacity .3s, visibility .3s;
	transition: opacity .3s, visibility .3s;
}

.style-type-four-columns-hover-box .hover_blocks .hover-block img {
	max-width: 100%;
	height: auto;
	margin: 0 auto 20px;
}

.style-type-four-columns-hover-box .hover_blocks .hover-block > * {
	max-width: 100%;
}

.style-type-four-columns-hover-box .hovered-holder {
	min-height: 238px;
}

.style-type-four-columns-hover-box .hovered-holder > .image-holder {
	height: 132px;
	white-space: nowrap;
	margin: 0 0 20px;
}

.style-type-four-columns-hover-box .hovered-holder > .image-holder:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 100%;
	margin-right: -1px;
}

.style-type-four-columns-hover-box .hovered-holder > .image-holder img {
	display: inline-block;
	vertical-align: middle;
	max-height: 100%;
	width: auto;
	max-width: 100%;
	margin: 0;
}

.style-type-four-columns-hover-box .wpex-vc-columns-wrap:not(.child-post-type-greed) .buttons-holder {
	min-height: 238px;
	background: #e22a04;
}

.style-type-four-columns-hover-box .wpex-vc-columns-wrap:not(.child-post-type-greed) .buttons-holder .btn-block {
	margin: 24px 0 0;
}

.style-type-four-columns-hover-box .wpex-vc-columns-wrap:not(.child-post-type-greed) .buttons-holder .btn-block .btn {
	min-width: 182px;
}

.style-type-four-columns-hover-box .wpex-vc-columns-wrap:not(.child-post-type-greed) .buttons-holder .btn-block:first-child {
	margin-top: 0;
}

.style-type-four-columns-hover-box .wpex-vc-columns-wrap:not(.child-post-type-greed) .buttons-holder .btn-block h2 {
	margin: 0 0 5px;
}

.style-type-four-columns-hover-box .wpex-vc-columns-wrap:not(.child-post-type-greed) .hovered-holder {
	background: -webkit-linear-gradient(left, #eb561b 0%, #f06721 100%);
	background: linear-gradient(to right, #eb561b 0%, #f06721 100%);
}

.style-type-four-columns-hover-box .wpex-vc-columns-wrap:not(.child-post-type-greed) .hovered-holder.hover .hover-block {
	visibility: visible;
	opacity: 1;
}




/* WHATS NEW */
.btn-nobg a {
background:none !important;
padding-left: 0px !important;
border:none !important;
}
.page-id-10685 .vc_grid-item-mini {
	border: 1px solid #ccc;
}
.page-id-10685 .wpb_text_column h2 {
	color:#C3D3E2 !important;
}
.page-id-10685 .grid-bg {
	background-size: cover;	
	
}
.page-id-10685 .blog-row .grid-bg {
	/*background-size:cover;	*/
}
.page-id-10685 .vc_gitem-zone {
	color:#35495F;
}
.page-id-10685 .vc_gitem-zone h4 {
	font-weight:600;
	text-transform:uppercase;
	font-size: 16px;
	margin-top: 15px;
	
}
.page-id-10685 .vc_gitem-zone p, .page-id-10685 .vc_gitem-zone-mini p {
	font-size: 14px;
	line-height:16px;	
}
.page-id-10685 .vc_btn3.vc_btn3-size-sm {
font-size: 13px;
font-style:italic;	
}

.page-id-10685 .vc_btn3-container {
margin:30px 0px 0px 0px;	
}

/* Grid overrides */
.vc_gitem-zone .date1, .vc_gitem-zone .date2, .vc_gitem-zone .date1:after, .vc_gitem-zone .address, .vc_gitem-zone .vc_gitem-post-data-source-post_date{
	font-size: 14px;
	line-height: 10px;
}
.vc_gitem-zone .date1 {
display:inline-block;
}
.vc_gitem-zone .date2 {
display:inline;
}
.vc_gitem-zone .date1:after {
content:" to ";
display:inline-block;
margin: 0px 5px 0px 5px;
}


/* POPUPS */

/* VIDEO */
.video_frame { 
min-width:640px;
min-height:480px;
display:block;
		position: relative; 
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden;
		max-width: 100%;
		height: auto;
	} 

	.video_frame iframe,
	.video_frame object,
	.video_frame embed { 
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

/* TEAM */
.team-pop-row {
	overflow:auto;	
}
.team-pop-outer h1 {
	font-size: 45px;
	vertical-align:bottom;
	color:#EC501B;
	margin:0px;
	text-transform:uppercase;
}
.team-pop-outer h2 {
	color:#EC501B;
	margin-bottom:0px;
}

.team-pop-outer .team-photo img {
    border-radius: 100%;	
	-webkit-border-radius:100%;
}
.team-pop-outer .team-bio {
	z-index:9999;
	padding-top:20px;
	
}
.team-pop-outer .team-body-inner {
padding-left:0px;	
padding-top:60px;
padding-bottom: 30px;
}

.team-pop-outer .row-with-overlay.vc_row-fluid::before {
width:72%;	
}
.team-pop-outer .info-bottom {
margin-top: 15px;	
}
.team-info {

padding-top: 30%;
	
}
.team-info-social {
/*height:100%;
position:fixed;*/
}
.team-info-social span{
	display:block;
	width:100%;	
	font-size: 16px;
}
.team-info-social .email{
/*position:inherit;
bottom:220px;*/
}

.fancybox-opened{
   -webkit-transition:none !important;
}

.fancybox-skin {
	background:#fff;
	
}

.resource-pop-outer h1 {
	font-size: 45px;
	vertical-align:bottom;
	color:#EC501B;
	margin:0px;

}
.resource-pop-outer h2 {
	color:#EC501B;
	margin-bottom:0px;
}
.resource-pop-outer .title_info {
	position:relative;
	
}
.resource-pop-outer .info-bottom {
	
}
.resource-pop-outer .btn, .vcex-recent-news-entry-excerpt .theme-button {
	background: #35495F;
	border: 1px solid #35495F;
    border-radius: 2em;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-style: italic;
    font-weight: 200;
    height: auto;
    line-height: 1.11;
    max-width: 100%;
    opacity: 1 !important;
    text-align: center;
    text-decoration: none !important;
    text-transform: capitalize;
    transition: background-color 0.2s ease 0s, border-color 0.2s ease 0s, color 0.2s ease 0s;
    vertical-align: top;
    white-space: normal;
    width: auto;
	margin-top: 20px;
}
.vcex-recent-news-entry-excerpt .theme-button {
	border-color: #34485e;
	color: #35495f;
	background:transparent;
}
.vcex-recent-news-entry-excerpt p, .vcex-recent-news-entry-excerpt {
	font-size: 18px;
}
.vcex-skillbar-bar, .vcex-icon-box-five.vcex-icon-box-link-wrap:hover, .vcex-icon-box-four.vcex-icon-box-link-wrap:hover, .vcex-recent-news-date span.month, .vcex-pricing.featured .vcex-pricing-header, .vcex-testimonials-fullslider .sp-button:hover, .vcex-testimonials-fullslider .sp-selected-button, .vcex-social-links a:hover, .vcex-divider-dots span {
	background-color: #34485e !important;
}

.resource-pop-outer .resource-body {
	padding-top: 20px;	
}
.resource-pop-outer .btn:hover {
	background:#fff !important;
	color:#ccc !important; 
	border: 1px solid #595959;
	
}

.resource-pop-outer .video_frame iframe {
 	width:100%;
	height:350px;
}
.resource-pop-outer .contact-widget-resource {
	padding: 50px 15px 50px 15px;
	border: 1px solid #595959;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	margin-top: 50px;
}
.resource-pop-outer .contact-widget-resource h2 {
	color:#595959;
	font-weight:500;
	font-size: 14px;
	
	
}
.resource-pop-outer .contact-widget-resource p {
	font-size: 25px;
	font-weight:400;
	color:#595959;
	margin-bottom:0px;
	
}
.resource-pop-outer .contact-widget-resource span, .resource-pop-outer .contact-widget-resource a {
	font-size: 24px;	
	color:#595959;
	font-weight:100;
}
.resource-pop-outer .resource-col {
	text-align:center;
	padding-top: 80px;
	
}

.cover-bg {
    width:100%;
    height:100%;
    background-color: rgba(0, 0, 0, 0.2);
}
.white, .white p, .white h1, .white h2, .white h3, .white h4, .white h5 {
    color:#fff;
}

.white-arrows .owl-prev::before, .white-arrows .owl-prev::after, 
.white-arrows .owl-next::before, .white-arrows .owl-next::after {
    background: #fff none repeat scroll 0 0;
}
.black, .black p, .black h1, .black h2, .black h3, .black h4, .black h5 {
    color:#000;
}
.grid-bg {
    background-size:60%;
}

.buttons-holder .vcex-button,
	.vcex-button,
	.btn, .vc_btn3.vc_btn3-style-custom {
		min-width: 243px;
		padding-right: 48px;
		padding-left: 48px;
	}

/* RESOURCES */
.vc_gitem-zone {
/* default color */
	background-color:#fff;	
}
.vc_gitem-zone h4 {
	font-size: 22px;
	font-weight: 300;
}

.featured-items .vc_gitem-zone {
   background-color:#000000;
}

.data-items .vc_gitem-zone {
	background-color:#F37E43;
}
.whitepaper-items .vc_gitem-zone {
	background-color:#ed6d3b;
}
.casestudy-items .vc_gitem-zone {
	background-color:#f0a351;
}

.solutionbrief-items .vc_gitem-zone {
	background-color:#829bbc;
}

.video-items .vc_gitem-zone {
	background-color:#1b3146;
	
}
.misc-items .vc_gitem-zone {
	background-color:#b8bac2;
	
}
.other-items .vc_gitem-zone {
	background-color:#ccc;
	
}
.podcast-items .vc_gitem-zone {
	background-color:#fff;
}

/* RESOURCE PAGE STYLING */

.resource-template-default #site-header-sticky-wrapper + #main #primary {
	margin-top: 20px;

}
.resource-template-default .page-header {
	background-color: rgba(0, 0, 0, 0.8);
background: rgba(0, 0, 0, 0.8);
color: rgba(0, 0, 0, 0.8);
	display:none;
}
.resource-template-default .post-pagination-wrap {
	display:none;
}
.resource-header {
background: rgba(0, 0, 0, 0.8);

	padding-top: 230px;
	padding-bottom: 20px;
	position: relative; 
	margin-top: -200px;
	
	
}
.resource-header p {
	font-size: 1.56em;
	line-height: 1.3em;
	color: rgb(241, 103, 34);
	text-transform: uppercase;
	margin-bottom: 0px;
}
.resource-pop-outer {
	margin-top: 80px;
}



/* PLATFORM CAROUSEL */
.row-carousel-platform {
    margin-bottom: 0;
}
.row-carousel-platform header {
    background: #666666 none repeat scroll 0 0;
    padding: 67px 0 30px;
    text-align: center;
}
.row-carousel-platform header h2 {
    color: #fff;
    font-family: "Flama";
   font-weight:300;
    font-size: 51px;
    margin-bottom: 21px;
}
.row-carousel-platform header h2 + p {
    color: #c3c3c3 !important;
    font-size: 20px !important;
}
.row-carousel-platform .container {
    position: relative;
    width: 100%;/* TOTAL DIAGRAM WIDTH */
    max-width: 100% !important;
	min-height:840px;
	margin: 0;
}
.row-carousel-platform h2 {
    color: #e05206;
   font-family: "Flama";
   font-weight:200;
    font-size: 80px;
    margin-bottom: 10px;
    padding-bottom: 0;
}
.row-carousel-platform h2 + p {
    color: #000;
    display: block;
    font-family: "Flama";
   font-weight:300;
    font-size: 20px;
}
/*PADDING ON TOP OF ROWS*/
.row-carousel-platform .col-01, .row-carousel-platform .col-02 {
    padding-top: 120px;
}
.row-carousel-platform .col-01 li {
    margin-left: -60px;
    width: 296px;
}
.row-carousel-platform .col-01 li.show a {
    background-position: 0 -74px;
}
.row-carousel-platform .col-02 li {
    padding-right: 0px;
    text-align: right;
    width: 286px;
}
.row-carousel-platform .col-02 li a {
    background-position: right 0;
}
.row-carousel-platform .col-02 li.show a {
    background-position: right -74px;
}
.row-carousel-platform ul {
    margin: 0;
}
.row-carousel-platform li {
    display: block;
    min-height: 63px;
    padding: 0;
    transition: all 500ms ease-out 0s;
}

.row-carousel-platform li.item-intro {
margin:0px;
min-height:0px;

}
.row-carousel-platform li img {
    left: 50%;/*HORZ POSITION OF DIAGRAM*/
    margin-left: -336px;
    opacity: 0;
    position: absolute;
    top: -30px;/*SPACE ABOVE DIAGRAM*/
    transition: all 500ms ease-out 0s;
	z-index:-1;
	max-width:673px;
}
/*PARAGRAPH TEXT*/
.row-carousel-platform li p {
    background-color: rgba(255, 255, 255, 0.7);
    color: #4d4d4d;
    display: none;
   font-family: "Flama";
   font-weight:200;
    font-size: 18px;
    line-height: 22px;
    padding: 10px 0 20px 10px;
}

/*ARROW TEXT*/
.row-carousel-platform li a {
    background: rgba(0, 0, 0, 0) url("/wp-content/themes/Total_child/images/bg_item-carousel.png") no-repeat scroll 0 0;
    color: #5d5d5d;
    display: inline-block;
    font-family: "Flama";
   font-weight:200;
    font-size: 25px;
    height: 74px;
    line-height: 66px;
    margin: 10px 0px 0px 0px;
    width: 306px;
}
.row-carousel-platform li a span {
    background: rgba(0, 0, 0, 0) url("/wp-content/themes/Total_child/images/bg_carousel-ico.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 42px;
    line-height: 42px;
}
.row-carousel-platform li.show {
    margin-bottom: 30px;
}
.row-carousel-platform li.show a span {
    background: rgba(0, 0, 0, 0) url("/wp-content/themes/Total_child/images/bg_carousel-ico_h.png") no-repeat scroll 0 0;
}
.row-carousel-platform li.show a {
    color: #fff;
}
.row-carousel-platform li.show img {
    opacity: 1;
}
.row-carousel-platform .container {
}
.row-carousel-platform .col-01 {
    float: left;
}
.row-carousel-platform .col-02 {
    float: right;
    text-align: right;
}
.row-carousel-platform .col-01 p {
    padding-right: 25px;
}
/*LEFT ARROW ICON & TEXT POSITION*/
.row-carousel-platform .col-01 li a span {
    margin-left: 11px;
    padding-left: 60px;
}
/*RIGHT ARROW ICON & TEXT POSITION*/
.row-carousel-platform .col-02 li a span {
    margin-right: 18px;
    padding-right: 60px;
}
.row-carousel-platform .col-02 ul {
    clear: both;
    float: right;
    margin-right: -13px;
}
.row-carousel-platform .col-02 p {
    padding-left: 25px;
}
/*BOTTOM PXE TEXT POSITION*/
.row-carousel-platform .col-text {
    bottom: 60px;
    clear: both;
    left: 40%;
    margin: 0 0 0 -202px;
    position: absolute;
    width: 700px;
}
/*BOTTOM PXE TEXT STYLE*/
.row-carousel-platform .col-text, .row-carousel-platform .col-text p {
    color: #e05206;
    font-family: "Flama";
    font-size: 14px;
    line-height: 20px;
    padding: 0;
    text-align: center;
    text-transform: none;
}
.row-carousel-platform .col-text strong {
    text-transform: uppercase;
}
.row-carousel-platform li.item-xcipio-controller a span {
    background-position: 0 0;
}
.row-carousel-platform li.item-xcipio-sensor a span {
    background-position: 0 -42px;
}
.row-carousel-platform li.item-xcipio-integrator a span {
    background-position: 0 -84px;
}
.row-carousel-platform li.item-security-analytics a span {
    background-position: right -126px;
}
.row-carousel-platform li.item-intellego-investigator a span {
    background-position: right -168px;
}
.row-carousel-platform li.item-intellego-discovery a span {
    background-position: right -210px;
}

.widget .social-networks,
.social-networks {
	list-style: none;
	padding: 0;
	margin: 0 -20px 0 0;
}

.widget .social-networks li,
.social-networks li {
	display: inline-block;
	vertical-align: top;
	margin: 0 20px 10px 0;
}

.widget .social-networks li a,
.social-networks li a {
	display: block;
	position: relative;
	text-indent: -9999px;
	overflow: hidden;
	text-align: left;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background: #6d7075;
	color: #21232b;
}

.widget .social-networks li a:hover,
.social-networks li a:hover {
	background: #fff;
}

.widget .social-networks li a:before,
.social-networks li a:before {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	text-indent: 0;
	text-align: center;
	font-size: 28px;
	line-height: 45px;
	color: #21232b;
}


.action-link-wrap .text_holder,
.action-link-wrap .title_holder {
	display: inline-block;
	vertical-align: bottom;
	font-size: 18px;
	line-height: 1.2;
	font-weight: normal;
	text-transform: none;
	margin: 0 20px 0 0;
}

.action-link-wrap .text_holder p,
.action-link-wrap .title_holder p {
	margin: 5px 0;
}

.action-link-wrap .btn {
	vertical-align: middle;
	margin: 5px 0;
	position: relative;
	top: 8px;
}

.action-link-wrap .title_holder {
	font-size: 36px;
	line-height: 1;
	font-weight: 200;
}

.action-link-wrap .title_holder h2 {
	text-transform: none;
	font-weight: 200;
	font-size: inherit;
	line-height: inherit;
	margin: 5px 0;
	letter-spacing: -.03em;
}

.widget {
	margin: 0 0 20px;
}

.widget:last-child {
	margin-bottom: 0;
}

.footer-nav .wpex-vc-columns-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.footer-nav .wpex-vc-columns-wrap > .wpb_column {
	border: 1px solid #848484;
	border-width: 0 0 0 2px;
}

.footer-nav .wpex-vc-columns-wrap .menu {
	font-size: 14px;
	line-height: 1.4;
	font-weight: 600;
	text-transform: uppercase;
}

.footer-nav .wpex-vc-columns-wrap .menu a {
	color: #848484;
	text-decoration: none;
	border: 1px solid transparent;
	border-width: 0 0 1px;
	-webkit-transition: border-color .3s, color .3s;
	transition: border-color .3s, color .3s;
}
.footer-nav .wpex-vc-columns-wrap .menu li {
	
}
.footer-nav .wpex-vc-columns-wrap .menu li li {
	margin-bottom: 7px;
}
.footer-nav .wpex-vc-columns-wrap .menu li li a {
	font-weight: 300;
}
.footer-nav .wpex-vc-columns-wrap .menu a:hover {
	color: #fff;
	border-color: #fff;
}

.footer-nav .wpex-vc-columns-wrap .menu .sub-menu {
	list-style: none;
	padding: 0;
	margin: 10px 0 !important;
	font: 600 12px/1.2 "Helvetica Neue", Arial, Helvetica, sans-serif;
	text-transform: none;
}

.menu-footer-container ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: right;
}

.menu-footer-container ul li {
	display: inline-block;
	vertical-align: top;
}

.menu-footer-container ul li:before {
	content: "|";
	display: inline;
	margin: 0 4px 0 2px;
}

.menu-footer-container ul li:first-child:before {
	content: "";
}

.sfm-navicon,
.sfm-navicon::after,
.sfm-navicon::before,
.sfm-label-metro .sfm-navicon-button,
#sfm-mob-navbar {
	background: #fff !important;
}

#sfm-mob-navbar .sfm-navicon,
#sfm-mob-navbar .sfm-navicon::after,
#sfm-mob-navbar .sfm-navicon::before,
.sfm-label-metro .sfm-navicon,
.sfm-label-metro .sfm-navicon::after,
.sfm-label-metro .sfm-navicon::before {
	background: #000 !important;
}

.sfm-pos-right .sfm-navicon-button {
	right: 9px !important;
	top: 43px !important;
}

#sfm-sidebar li:hover > a,
#sfm-sidebar li.sfm-active-class > a {
	background: #ec501b !important;
}

#sfm-sidebar .sfm-menu li > a::before {
	background: #ec501b !important;
}

#sfm-sidebar .sfm-menu li.hover > a::before {
	opacity: 1 !important;
}

body[class*="checkout-multishipping-"] .page-title,
body[class*="checkout-multishipping-"] .page-title h1 {
	float: none !important;
}
.mobile-only, .tablet-only {
	 display:none;	
}

@media (min-width: 768px) {
	.style-type-quote .vc_column_container:first-child {
		min-height: 400px;
	}
	
	.style-type-four-columns-hover-box .vcex-post-type-grid .vcex-post-type-entry.span_1_of_4,
	.style-type-four-columns .vcex-post-type-grid .vcex-post-type-entry.span_1_of_4 {
		width: 23% !important;
		clear: none !important;
	}
	.style-type-four-columns .vcex-post-type-grid .vcex-post-type-entry.span_1_of_4 {
		padding-left: 6%;
		
	}
	.item-col-hover .same-height {
	min-height:auto;
	}
}

@media (min-width: 769px) {
	.style-type-big-idea h2 {
		margin-bottom: 194px !important;
	}

	.style-type-big-idea .btn {
		margin-right: 21px;
	}

	.style-type-big-idea h1 {
		font-size: 128px;
	}
}

@media (min-width: 960px) {
	.textblock3_1 {
		margin-right: -75px;
	}

	.textblock3_1 .side_block {
		padding-right: 75px;
	}

	.textblock3_1 .content-block {
		padding-right: 30px;
	}

	

	h1 {
		margin-bottom: 20px;
	}

	.vcch-resourceterm-posts-grid .vcex-terms-grid-entry {
		padding-right: 30px;
	}

	.style-type-quote .quote-icon {
		font-size: 186px;
		line-height: 1;
		height: 100%;
		left: -75px;
	}

	.style-type-quote .photo-col .vc_single_image-img {
		right: -75px;
	}

	.style-type-big-idea .btn {
		min-width: 243px;
	}

	.style-type-cta-band .btn {
		min-width: 230px;
	}

	.sfm-pos-right .sfm-navicon-button {
		display: none !important;
	}
}

@media (min-width: 961px) {
	.vc_row-fluid {
		padding-left: 75px;
		padding-right: 75px;
	}
	.vc_row-fluid.vc_row-no-padding {
	   padding-left: 0px;
	   padding-right: 0px;
	}

	.vc_row-fluid .vc_row-fluid {
		padding-left: 0;
		padding-right: 0;
	}

	.style-type-four-columns-hover-box .wpex-vc-columns-wrap:not(.child-post-type-greed),
	.style-type-four-columns .wpex-vc-columns-wrap:not(.child-post-type-greed) {
		margin-left: -75px;
		margin-right: -75px;
	}
}

@media (max-width: 959px) {
	#site-logo img {
		max-width: 55px;
		height: auto;
	}
		#site-logo a {
	margin-left: 10px;
	}
	.tablet-only {
	display:block;
	}
	
	.quote-row .quote-image {
	margin-top: 0px;
   }
	.table-image-row .wpb_text_column p {
		max-width:100%;
	}


	
	#top-bar {
		display: none;
	}

	#site-header,
	#site-header-sticky-wrapper.is-sticky #site-header {
		background: #fff;
	}

	#site-header-sticky-wrapper {
		position: fixed;
		box-shadow: 0 0 3px rgba(0, 0, 0, .1);
	}

	#site-header-sticky-wrapper + #main #primary {
		margin-top: 0;
	}

	body:not(.logged-in):not(.admin-bar) #site-header-sticky-wrapper {
		top: 0;
	}

	#site-header-inner #mobile-menu {
		display: none !important;
	}

	.footer-box:before {
		visibility: hidden;
	}

	.content-block {
		font-size: 20px;
		line-height: 34px;
	}

	.nav-list {
		margin: 0 !important;
	}

	.nav-list li {
		font-size: 12px;
	}
	

	.fwds-3d-coverflow h2 {
		max-width: none;
		margin: 0 0 15px;
	}

	.style-type-four-columns-hover-box .vcex-post-type-grid-wrap > h2,
	.style-type-four-columns .vcex-post-type-grid-wrap > h2 {
		margin: 20px 15px -50px;
	}
	.features-row .wpb_text_column  h2 {
	margin-top:0px;	
	}
}

@media (max-width: 782px) {
	.sfm-pos-right .sfm-navicon-button {
		top: 55px !important;
	}
	#site-header, #site-header-sticky-wrapper.is-sticky #site-header {
	background:rgba(255, 255, 255, 0.9);
	}
	
}

@media (max-width: 767px) {
	.textblock3_1 .side_block {
		padding-left: 0;
		padding-right: 0;
		padding-top: 40px;
	}
	.circle-text {
padding: 0px 20px 0px 20px;
}
	.btn.add-margin {
margin-left: 0px;
}
	.resource-header {
		margin-top: -120px;
text-align: center;
	
	}
	.resource-header p {
		font-size: 20px;
	}
	.resource-pop-outer {
    margin-top: 40px;
}
	.reverse-col .wpex-vc-columns-wrap {
	display:flex !important;
	flex-direction: column-reverse;
	}
	


	.mobile-only {
	 display:block;	
	}
	.desktop-only {
		display:none;
	}
	.split-cta .wpb_column  {
		background:none;
	}
	#fwds3dcovDiv0 {
		margin-top: 0;
		z-index:0;
	}
	.hide-mobile {
	display:none;	
	}
	.sfm-rollback {
		z-index:999 !important;		
	}
	.table-image-row .vc_row {
		
	}
	.table-image-row .wpb_text_column h2 {
		font-size: 26px;
		line-height: 31px;
	}
	
	.table-image-row .vc_row .mpc-overlay {
		background:none !important;
	}
	.mpc-row p {
    font-size: 1.3em;
    line-height: 1.3em;
}
	.box-row p {
    font-size: 18px;
    line-height: 24px;
   }
	
.style-type-four-columns-hover-box .wpex-vc-columns-wrap:not(.child-post-type-greed) .buttons-holder, .style-type-four-columns-hover-box .wpex-vc-columns-wrap:not(.child-post-type-greed) .hovered-holder, .style-type-four-columns-hover-box .wpex-vc-columns-wrap:not(.child-post-type-greed) .vcex-post-type-entry-inner, .style-type-four-columns .wpex-vc-columns-wrap:not(.child-post-type-greed) .buttons-holder, .style-type-four-columns .wpex-vc-columns-wrap:not(.child-post-type-greed) .hovered-holder, .style-type-four-columns .wpex-vc-columns-wrap:not(.child-post-type-greed) .vcex-post-type-entry-inner {
	padding: 0px 20px 0px 20px;
	min-height: 230px;
	}
/* ROW OVERRIDES */
	
	section > .mpc-row {
		padding-top: 60px !important;
		padding-bottom: 60px !important;
	}
	.mpc-row .vc_custom_1521139158258 {
		padding-bottom: 20px !important;
	}
	
	section > .no-row-header {
		padding-top: 160px !important;
	}
	
	#site-logo a {
margin-left: 3px;
}
	.single-post {
		padding-top: 75px;
	}

.fwds-3d-coverflow p {
font-size: 12px;	
}

	.footer-section,
	#footer-bottom,
	#footer {
		text-align: center;
	}

	.footer-section .vc_single_image-wrapper,
	#footer-bottom .vc_single_image-wrapper,
	#footer .vc_single_image-wrapper {
		margin-bottom: 20px;
	}

	.footer-bar,
	#footer-bottom {
		text-align: center;
	}

	h1 {
		font-size: 50px;
	}

	h3 {
		font-size: 26px;
	}
	.features-row .wpb_text_column .caption {
		max-width:100%;
	}
	.contact-block {
		font-size: 16px;
		line-height: 20px;
		margin-top: 40px;
		margin-bottom: 30px;
	}
	section > .breadcrumb-header {
	padding: 90px 0px 10px 20px !important;
	color:rgb(241, 103, 34);
	font-size: 12px;
	text-transform: uppercase;
	position: absolute !important;
	z-index: 7;
	width:100% !important;
	left: 15px !important;
	top:0px;
	
	}
	section > .row-header {
	padding: 160px 0px 100px 0px !important;
}
	.row-header .vc_row {
		margin-top: 30px;
	}
	.row-header h1 {
		font-size: 40px;
		line-height: 45px;
		font-weight: 100;
		
	}
	.row-header h1 strong {
		line-height: 45px;
		
	}

	.row-header p {
		font-size: 23px;
		line-height: 30px;
	}
	.row-header .vcex-button  {
		margin-right: 0px;
		display:block;
	}

	
	
	.mpc-grid-images .mpc-grid__image {
		cursor: unset !important;
	}

	.contact-block a {
		font-size: 18px;
		line-height: 20px;
	}

	.style-type-cta-video .vc_column_container:nth-child(2) {
		padding: 0 15px;
		margin: 0;
		background: -webkit-linear-gradient(top, rgba(0, 0, 0, .31) 0%, rgba(99, 155, 197, 0) 88%, rgba(112, 176, 224, 0) 100%);
		background: linear-gradient(to bottom, rgba(0, 0, 0, .31) 0%, rgba(99, 155, 197, 0) 88%, rgba(112, 176, 224, 0) 100%);
	}

	.style-type-cta-video .vc_column_container:nth-child(2) .image_wrap {
		display: inline-block;
		vertical-align: middle;
	}

	.style-type-cta-video .vc_column_container:nth-child(2) .image_wrap img {
		margin: 8px;
	}

	.style-type-cta-video .vc_column_container:nth-child(2) .btn {
		display: inline-block;
		vertical-align: middle;
		margin: 8px;
	}

	.style-type-quote .vc_column_container:first-child {
		max-width: 90%;
	}

	.style-type-quote q {
		font-size: 30px;
	}

	.style-type-quote cite {
		margin-top: 30px;
	}

	.item-col .number {
		font-size: 160px;
	}

	.item-col .arrow {
		position: static;
		display: inline-block;
		vertical-align: top;
		margin: 30px 0 10px;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	


	.style-type-quote-slideshow blockquote p {
		font-size: 30px;
	}

	.two-column-text-blocks .col {
		background: -webkit-linear-gradient(#e2350f 0%, #e84717 9%, #eb501b 21%, #eb501b 100%);
		background: linear-gradient(#e2350f 0%, #e84717 9%, #eb501b 21%, #eb501b 100%);
	}

	.style-type-cta-band {
		text-align: center;
	}
	#sfm-sidebar .sfm-menu li li a {
		font-size: 20px !important;
		padding: 0px !important;
		text-transform: none !important;
		line-height: 45px !important;
	}


	.style-type-four-columns-hover-box .vcex-post-type-grid-wrap > .btn,
	.style-type-four-columns .vcex-post-type-grid-wrap > .btn {
		position: relative;
		left: auto;
		bottom: auto;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		display: block;
		width: 100%;
		max-width: 244px;
		margin: 38px auto;
	}

	.style-type-four-columns-hover-box .vcex-post-type-grid-wrap > h2,
	.style-type-four-columns .vcex-post-type-grid-wrap > h2 {
		margin: 20px 15px;
	}

	.style-type-four-columns-hover-box .wpex-vc-columns-wrap:not(.child-post-type-greed) .buttons-holder,
	.style-type-four-columns-hover-box .wpex-vc-columns-wrap:not(.child-post-type-greed) .hovered-holder,
	.style-type-four-columns-hover-box .wpex-vc-columns-wrap:not(.child-post-type-greed) .vcex-post-type-entry-inner,
	.style-type-four-columns .wpex-vc-columns-wrap:not(.child-post-type-greed) .buttons-holder,
	.style-type-four-columns .wpex-vc-columns-wrap:not(.child-post-type-greed) .hovered-holder,
	.style-type-four-columns .wpex-vc-columns-wrap:not(.child-post-type-greed) .vcex-post-type-entry-inner {
		
	}

	.hover_blocks .hovered-holder {
		width: 100%;
	}

	.hover_blocks .buttons-holder {
		width: 100%;
		background: #e22a04;
	}

	.hover_blocks .hovered-holder {
		background: -webkit-linear-gradient(top, #eb561b 0%, #f06721 100%);
		background: linear-gradient(to bottom, #eb561b 0%, #f06721 100%);
	}

	.style-type-four-columns-hover-box .hovered-holder {
		width: 100%;
	}

	.style-type-four-columns-hover-box .wpex-vc-columns-wrap:not(.child-post-type-greed) .buttons-holder {
		width: 100%;
		background: #e22a04;
	}

	.style-type-four-columns-hover-box .wpex-vc-columns-wrap:not(.child-post-type-greed) .hovered-holder {
		background: -webkit-linear-gradient(top, #eb561b 0%, #f06721 100%);
		background: linear-gradient(to bottom, #eb561b 0%, #f06721 100%);
	}

	.action-link-wrap {
		text-align: center;
	}

	.action-link-wrap .text_holder,
	.action-link-wrap .title_holder {
		margin-right: 0;
		display: block;
		font-size: 14px;
	}

	.action-link-wrap .title_holder {
		font-size: 28px;
		margin: 0 0 30px;
	}

	.footer-nav .wpex-vc-columns-wrap > .wpb_column {
		width: 100%;
		margin-bottom: 20px;
		border-width: 0;
	}

	.menu-footer-container ul {
		text-align: center;
	}
	.features-row .vc_col-sm-10:last-child .wpb_text_column h2 {
		margin-bottom: 0px;
		font-size: 25px;
		text-align: center;
		margin-top: -50px;
	}
	.features-row .wpb_text_column .caption {
		text-align: center;
	}
	



	/* RESPONSIVE */
	.row-carousel-platform li img {
	position:relative;
	top:auto;
	margin-left:0px;
	left:auto;
	opacity:1;
	}
	.row-carousel-platform .col-01 li, .row-carousel-platform .col-02 li {
	 width:100%;
	 text-align:left;
	}
	.row-carousel-platform .col-02 li a span {   
	margin-right: auto;
    padding-right: auto;
	margin-left: 18px;
    padding-left: 60px !important;
	}
	.row-carousel-platform li img {
	display:none;	
	}
	.row-carousel-platform li.item-security-analytics a span {
		background-position: 0 -126px;
	}
	.row-carousel-platform li.item-intellego-discovery a span {
    background-position: 0 -210px;
	}
	.row-carousel-platform li.item-intellego-investigator a span {
    background-position: 0 -168px;
	}
	.row-carousel-platform .col-02 p {
	padding-left:10px;
	padding-right:25px;
	}

	.row-carousel-platform .col-02 li a {
		background-position:0 0;
		
	}
	.row-carousel-platform li p {
	display:block !important;
	
	}
	.row-carousel-platform .col-02 {
    float: left;
    text-align: left;
}
    .row-carousel-platform .col-text {
    display:none;	
    }
    .row-carousel-platform .col-01, .row-carousel-platform .col-02 {
    padding-top:0px;	
    }

	.resource-pop-outer h1 {
	font-size: 25px;	
	}
	.resource-pop-outer .contact-widget-resource span, .resource-pop-outer .contact-widget-resource a {
	font-size: 13px;	
	}
	
}

@media (max-width: 419px) {
	h1 {
		font-size: 38px;
	}
	#sfm-sidebar .sfm-menu li a, #sfm-sidebar .sfm-menu .sfm-chapter {
	font-size: 20px !important;
	}
}


















