.bizzex-dropcap {
	display: block;
	float: left;
	font-size: 5.142em;
	font-weight: bold;
	line-height: 1;
	margin: -0.12em 0.3em 0 0;
	font-family: "Montserrat Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 0; }
.bizzex-gap {
  margin: 2em 0;
  border-color: transparent; }
.bizzex-clear {
  margin: 1.75em 0 0;
  border: 0;
  clear: both; }

.bizzex-divider {
  background-color: #d64123;
  display: inline-block;
  height: 6px;
  width: 50px;
	margin-bottom: 3px;
}

.bizzex-highlight {
  color: white;
  padding: 0.15em 0.375em; }

.bizzex-blockquote.right-text {
  text-align: right; }
.bizzex-blockquote.center-text {
  text-align: center; }

.bizzex-pullquote {
  width: 40%;
  margin: 0.45em 1.1em 0.55em 0;
  font-size: 1.313em; }
  .bizzex-pullquote.right {
    margin-right: 0;
    margin-left: 1.1em; }
  @media (max-width: 767px) {
    .bizzex-pullquote.left, .bizzex-pullquote.right {
      float: none;
      width: 100%;
      margin: 1.313em 0; } }

.close {
  float: right;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.7;
  color: black;
  zoom: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  .close:hover {
    color: black;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.6;
    filter: alpha(opacity=60);
    zoom: 1; }

button.close {
  padding: 0;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none; }

.bizzex-alert,
.wpcf7-response-output {
  margin-bottom: 1.313em;
  border: 1px solid #b5b725;
  padding: 1.62em 3.5em 1.72em 1.15em;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #b5b725;
  background-color: #fdffd2;
  position: relative; }
  .bizzex-alert .h-alert,
  .wpcf7-response-output .h-alert {
    margin: 0.05em 0 0.25em;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: -1px;
    line-height: 1.3;
    text-transform: none;
    color: inherit; }
  .bizzex-alert .close,
  .wpcf7-response-output .close {
	line-height: 1;
	margin-top: -14px;
	position: absolute;
	right: 17px;
	top: 50%;
    color: #c09853; }

.bizzex-alert-muted {
  background-color: #eeeeee;
  border-color: #cfcfcf;
  color: #999999; }
  .bizzex-alert-muted .close {
    color: #999999; }

.bizzex-alert-info {
  background-color: #b9e7fe;
  border-color: #1c74a2;
  color: #1c74a2; }
  .bizzex-alert-info .close {
    color: #1c74a2; }

.bizzex-alert-success,
.wpcf7-mail-sent-ok {
background-color: #d6e6b3;
border-color: #708d32;
color: #708d32; }
  .bizzex-alert-success .close,
  .wpcf7-mail-sent-ok .close {
    color: #708d32; }

.bizzex-alert-danger {
background-color: #ffc6b4;
border-color: #d14f27;
color: #d14f27; }
  .bizzex-alert-danger .close {
    color: #d14f27; }

.bizzex-alert-block {
  padding: 0.786em 1.15em 1em; }

.bizzex-alert-block > p,
.bizzex-alert-block > ul {
  margin-bottom: 0; }

.bizzex-alert-block p + p {
  margin-top: 6px; }

.wpcf7-response-output {
  border-width: 1px !important;
  margin: 1.313em 0 0 !important;
  padding: 0.786em 1.15em 1em !important; }

.bizzex-map {
  margin-bottom: 0; }
  .bizzex-map.with-container {
    border: 1px solid #dddddd;
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 1.5%;
    background-color: white;}
  .bizzex-map .bizzex-map-inner {
    overflow: hidden;
    position: relative;
    padding-bottom: 56.25%;
    height: 0; }
    .bizzex-map .bizzex-map-inner iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      /*
	.bizzex-map-inner:after {
	  content: "";
	  width: 100%;
	  height: 100%;
	  position: absolute;
	  top: 0;
	  left: 0;
	}
	*/
	.no-map .bizzex-map {
		display: none;
	}
.h-skill-bar {
	color: white;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 39px;
	margin-top: 0;
	padding-left: 1.4em;
	text-transform: uppercase;
}
.bizzex-skill-bar {
	background-color: transparent;
	border: 1px solid #dcdcdc;
	border-radius: 100rem;
	height: 40px;
	margin-bottom: 1.03em;
	position: relative;
	overflow: hidden;
}

.bizzex-skill-bar .percent {
	background-color: white;
	border-radius: 100rem;
	color: #161515;
	font-size: 12px;
	font-weight: bold;
	height: 26px;
	line-height: 24px;
	margin: 0;
	position: absolute;
	right: 7px;
	text-align: center;
	top: 6px;
	width: 40px;
}
.bizzex-skill-bar .percent::after {
  content: "%";
}
.bizzex-skill-bar .bar {
	border-radius: 100rem;
	float: left;
	height: 40px;
	margin: -1px;
	overflow: hidden;
	position: relative;
	width: 0;
	background-color: #af3a2f;
	border: 1px solid #af3a2f;}

.bizzex-skill-bar .bar .percent {
  position: absolute;
  right: 4px;
  bottom: 4px;
  height: 17px;
  padding: 0 5px;
  font-size: 11px;
  line-height: 17px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
  color: white;
  background-color: #272727;
  background-color: rgba(0, 0, 0, 0.35); }
.h-chart-bar {
  margin: 2.2em 0;
  text-align: center;
}
.bizzex-code {
  line-height: 1; }

.bizzex-block-grid {
  display: block;
  overflow: hidden;
  padding: 0; }
  .bizzex-block-grid > li {
    display: block;
    height: auto;
    float: left; }
  .bizzex-block-grid.two-up {
    margin: 1.313em -1.25%; }
    .bizzex-block-grid.two-up > li {
      width: 50%;
      padding: 1.25%; }
      .bizzex-block-grid.two-up > li:nth-child(2n+1) {
        clear: both; }
  .bizzex-block-grid.three-up {
    margin: 1.313em -1%; }
    .bizzex-block-grid.three-up > li {
      width: 33.33333%;
      padding: 1%; }
      .bizzex-block-grid.three-up > li:nth-child(3n+1) {
        clear: both; }
  .bizzex-block-grid.four-up {
    margin: 1.313em -0.9%; }
    .bizzex-block-grid.four-up > li {
      width: 25%;
      padding: 0.9%; }
      .bizzex-block-grid.four-up > li:nth-child(4n+1) {
        clear: both; }
  .bizzex-block-grid.five-up {
    margin: 1.313em -0.85%; }
    .bizzex-block-grid.five-up > li {
      width: 20%;
      padding: 0.85%; }
      .bizzex-block-grid.five-up > li:nth-child(5n+1) {
        clear: both; }
  .bizzex-block-grid img,
  .bizzex-block-grid .bizzex-img {
    margin-bottom: 0; }

.bizzex-img {}
  .bizzex-img.left {
    margin: 0.35em 1.313em 0.35em 0; }
  .bizzex-img.right {
    margin: 0.35em 0 0.35em 1.313em; }

.bizzex-ul-icons {
	float: left;
	list-style: outside none none;
	margin-bottom: 0.8em !important;
	margin-left: 0.15em;
	margin-top: 0.3em;
	text-indent: -0.35em; }
  .bizzex-ul-icons li [class^="bizzex-icon-"],
  .bizzex-ul-icons li [class*=" bizzex-icon-"] {
    width: 0.35em; }

.bizzex-columnize {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 3em;
  -moz-column-gap: 3em;
  column-gap: 3em;
  -webkit-column-rule: 1px solid #e5e5e5;
  -moz-column-rule: 1px solid #e5e5e5;
  column-rule: 1px solid #e5e5e5;
  margin: 0 0 1.313em; }
  .bizzex-columnize p:last-child,
  .bizzex-columnize ul:last-child,
  .bizzex-columnize ol:last-child {
    margin-bottom: 0; }
  @media (max-width: 480px) {
    .bizzex-columnize {
      -webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1;
      -webkit-column-gap: 0;
      -moz-column-gap: 0;
      column-gap: 0;
      -webkit-column-rule: 0;
      -moz-column-rule: 0;
      column-rule: 0; } }

.bizzex-responsive-video.bizzex-responsive-video-shortcode {
  margin-bottom: 1.313em; }
.bizzex-responsive-video.bizzex-responsive-video-shortcode.with-container {
  border: 1px solid #dddddd;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 2.5%;
  background-color: white; }
.bizzex-responsive-video .bizzex-responsive-video-inner {
  position: relative;
  padding-bottom: 56%;
  height: 0;
  overflow: hidden; }
  .bizzex-responsive-video .bizzex-responsive-video-inner.five-by-three {
    padding-bottom: 56%; }
  .bizzex-responsive-video .bizzex-responsive-video-inner.five-by-four {
    padding-bottom: 80%; }
  .bizzex-responsive-video .bizzex-responsive-video-inner.four-by-three {
    padding-bottom: 75%; }
  .bizzex-responsive-video .bizzex-responsive-video-inner.three-by-two {
    padding-bottom: 66.67%; }
  .bizzex-responsive-video .bizzex-responsive-video-inner embed,
  .bizzex-responsive-video .bizzex-responsive-video-inner iframe,
  .bizzex-responsive-video .bizzex-responsive-video-inner img,
  .bizzex-responsive-video .bizzex-responsive-video-inner object,
  .bizzex-responsive-video .bizzex-responsive-video-inner video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.bizzex-accordion {
  margin-bottom: 1.375em; }

.bizzex-accordion-group:last-child {
	border-bottom: 1px solid #9b9b9b;
}
.bizzex-accordion-heading {
  overflow: hidden;
  border-bottom: 0;
  position: relative;
  margin: 0;}

  .bizzex-accordion-heading .bizzex-accordion-toggle {
			border-top: 3px solid #d64123;
			color: #d64123;
			display: block;
			padding: 17px 40px 17px 0; }
			.bizzex-accordion-heading .bizzex-accordion-toggle:hover {
					text-decoration: none;}
				.bizzex-accordion-heading .bizzex-accordion-toggle .rhomb {
					background: #d64123 none repeat scroll 0 0;
					height: 21px;
					margin-top: -11px;
					position: absolute;
					right: 5px;
					top: 50%;
					transform: rotate(45deg);
					transition: all 0.4s ease 0s;
					-webkit-transform: rotate(45deg);
					-webkit-transition: all 0.4s ease 0s;
					width: 21px;
				}
		    .bizzex-accordion-heading .bizzex-accordion-toggle.collapsed {
					border-top: 1px solid #9b9b9b;
					color: #7f7f7f;
		     }
			 .bizzex-accordion-heading .bizzex-accordion-toggle.collapsed .rhomb {
				    background: #6e6e6e none repeat scroll 0 0;
				}
				.bizzex-accordion-heading .bizzex-accordion-toggle.collapsed:hover .rhomb {
	 			    background: #3c3c3c none repeat scroll 0 0;
	 			}
		    .bizzex-accordion-heading .bizzex-accordion-toggle.collapsed:hover {
					color: #3c3c3c;
				}
      .bizzex-accordion-heading .bizzex-accordion-toggle .rcross:before {
					background: #fff none repeat scroll 0 0;
	 			 content: "";
	 			 display: block;
	 			 height: 1px;
	 			 margin-top: -1px;
	 			 position: absolute;
	 			 right: 10px;
	 			 top: 50%;
	 			 width: 11px;
	 			 z-index: 10;
			}
			 .bizzex-accordion-heading .bizzex-accordion-toggle.collapsed .rcross::after {
				  background: #fff none repeat scroll 0 0;
					content: "";
					display: block;
					height: 1px;
					margin-top: -1px;
					position: absolute;
					right: 10px;
					top: 50%;
					width: 11px;
					z-index: 10;
				}
			.bizzex-accordion-heading .bizzex-accordion-toggle.collapsed .rcross::before {
			  background: #fff none repeat scroll 0 0;
			  content: "";
			  display: block;
			  height: 11px;
			  margin-top: -6px;
			  position: absolute;
			  right: 15px;
			  top: 50%;
			  width: 1px;
			}
    .bizzex-accordion-heading .bizzex-accordion-toggle:hover:before {
		color: #fff;}
.bizzex-accordion-toggle {
  cursor: pointer; }

.bizzex-accordion-inner {
  padding: 0 0 1.6em;}

  .bizzex-accordion-inner p:last-child,
  .bizzex-accordion-inner ul:last-child,
  .bizzex-accordion-inner ol:last-child {
    margin-bottom: 0; }

		.bizzex-column {
		  float: left;
		  min-height: 1px;
		  margin-right: 4%; }

		  .bizzex-column.whole {
		    width: 100%; }
		  .bizzex-column.one-half {
		    width: 48%; }
		  .bizzex-column.one-third {
		    width: 30.6666%; }
		  .bizzex-column.two-thirds {
		    width: 65.3333%; }
		  .bizzex-column.one-fourth {
		    width: 22%; }
		  .bizzex-column.three-fourths {
		    width: 74%; }
		  .bizzex-column.one-fifth {
		    width: 16.8%; }
		  .bizzex-column.two-fifths {
		    width: 37.6%; }
		  .bizzex-column.three-fifths {
		    width: 58.4%; }
		  .bizzex-column.four-fifths {
		    width: 79.2%; }
		  .bizzex-column.one-sixth {
		    width: 13.33332%; }
		  .bizzex-column.five-sixths {
		    width: 82.66666%; }


		.no_columns_margin .bizzex-column {
		  margin-right: 0; }

		  .no_columns_margin .bizzex-column.one-half {
		    width: 50%; }
		  .no_columns_margin .bizzex-column.one-third {
		    width: 33.33%; }
		  .no_columns_margin .bizzex-column.two-thirds {
		    width: 66.66%; }
		  .no_columns_margin .bizzex-column.one-fourth {
		    width: 24%; }
		  .no_columns_margin .bizzex-column.three-fourths {
		    width: 75%; }
		  .no_columns_margin .bizzex-column.one-fifth {
		    width: 20%; }
		  .no_columns_margin .bizzex-column.two-fifths {
		    width: 40%; }
		  .no_columns_margin .bizzex-column.three-fifths {
		    width: 60%; }
		  .no_columns_margin .bizzex-column.four-fifths {
		    width: 80%; }
		  .no_columns_margin .bizzex-column.one-sixth {
		    width: 16.66%; }
		  .no_columns_margin .bizzex-column.five-sixths {
		    width: 83.33%; }

		  @media (max-width: 767px) {
		    .bizzex-column.one-half, .bizzex-column.one-third, .bizzex-column.two-thirds, .bizzex-column.one-fourth, .bizzex-column.three-fourths, .bizzex-column.one-fifth, .bizzex-column.two-fifths, .bizzex-column.three-fifths, .bizzex-column.four-fifths, .bizzex-column.one-sixth, .bizzex-column.five-sixths, .no_columns_margin .bizzex-column.one-half, .no_columns_margin .bizzex-column.one-third, .no_columns_margin .bizzex-column.two-thirds, .no_columns_margin .bizzex-column.one-fourth, .no_columns_margin .bizzex-column.three-fourths, .no_columns_margin .bizzex-column.one-fifth, .no_columns_margin .bizzex-column.two-fifths, .no_columns_margin .bizzex-column.three-fifths, .no_columns_margin .bizzex-column.four-fifths, .no_columns_margin .bizzex-column.one-sixth, .no_columns_margin .bizzex-column.five-sixths {
		      float: none;
		      width: 100%;
		      margin-right: 0; } }
		  .bizzex-column.last {
		    margin-right: 0; }

		.js .bizzex-column {
		  position: relative; }
		  /*.js .bizzex-column[data-fade="true"] {
		    opacity: 0; }*/
/*===================Flex Slider==============================*/

/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
	font-family: 'icon_font';
	src:url('../fonts/icon_font.eot');
	src:url('../fonts/icon_font.eot?#iefix') format('embedded-opentype'),
		url('../fonts/icon_font.woff') format('woff'),
		url('../fonts/icon_font.ttf') format('truetype'),
		url('../fonts/icon_font.svg#icon_font') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0 0 60px; background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { text-decoration:none; display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: "icon_font"; font-size: 26px; display: inline-block; content: '\e81b'; padding-top: 14px;padding-left: 20px;}
.flex-direction-nav a.flex-next:before  { content: '\e81c';padding-left: 24px; }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "icon_font"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}

/* override flexslider default style */
.flexslider {
	border:0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	margin:20px;
	overflow:hidden;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 20px;
	text-align: center;
	z-index:900;
}

.flex-control-paging li a {
	background: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	border:2px solid #fff;
}

.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active {
	background-color: #fff ;
}

.flex-direction-nav {
	bottom: 0;
	height: 72px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 100;
}

.flex-direction-nav li {
	overflow:visible;
}

.flex-direction-nav a  {
	background-color: #f5f5f5!important;
	box-shadow: none;
	color: #2f383d;
	height: 72px;
	margin: 0;
	opacity: 1;
	overflow: visible;
	text-shadow: none;
	top: 0;
	width: 72px;
	-webkit-transition:  all 0.3s ease-out;
	-moz-transition:  all 0.3s ease-out;
	transition:  all 0.3s ease-out;
	background-color: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

.flex-direction-nav .arrow {
	position: absolute;
	top:0;
	left:0;
	width: 72px;
	height: 72px;
	z-index:200;
}

.flex-direction-nav .flex-prev { left:0px; }
.flex-direction-nav .flex-next { right:0px; text-align: left;}
.flexslider:hover .flex-prev { left:0; opacity:1}
.flexslider:hover .flex-next { right:0; opacity:1}
.flexslider:hover .flex-prev:hover .arrow { left:0;}
.flexslider:hover .flex-next:hover .arrow { right:0;}

.flexslider:hover .flex-prev:hover,
.flexslider:hover .flex-next:hover {
	opacity:1;
}
.flex-direction-nav a:hover {
	-webkit-transition:  all 0.3s ease-out;
	-moz-transition:  all 0.3s ease-out;
	transition:  all 0.3s ease-out;}
.bizzex-flexslider-shortcode-container {
  margin-bottom: 1.313em; }
  .bizzex-flexslider-shortcode-container.with-container {
    border: 1px solid #dddddd;
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 2.5%;
    background-color: white; }
  .bizzex-flexslider-shortcode-container .bizzex-flexslider-shortcode {
    margin: 0; }
.bizzex-flexslider-shortcode-container .flex-control-paging{
	display: none;
}
.bizzex-flexslider-shortcode-container .flex-direction-nav {
  bottom: 20px;
}
.flex-direction-nav {
	opacity: 0;
	-webkit-transition:  all 0.3s ease-out;
	-moz-transition:  all 0.3s ease-out;
	transition:  all 0.3s ease-out;
}
.bizzex-flexslider:hover .flex-direction-nav {
	opacity: 1;
	-webkit-transition:  all 0.3s ease-out;
	-moz-transition:  all 0.3s ease-out;
	transition:  all 0.3s ease-out;
}
/* general style */
.preview {
	width: 72px;
	height:72px;
	position: absolute;
	top:0;
	left:72px;
	z-index:100;
	-webkit-transition:  all 0.3s ease-out;
	-moz-transition:  all 0.3s ease-out;
	transition:  all 0.3s ease-out;
}

.preview img {
	position: absolute;
	left:0;
	top:0;
	width: 72px;
}

.preview .alt {
	display:none;
}


/* prev button */
.flex-prev {
	-webkit-perspective-origin: 100% 50%;
	perspective-origin: 100% 50%;
	-webkit-perspective: 1000px;
	perspective: 1000px;
}

.flex-prev .preview {
	-webkit-transform: rotateY(90deg);
	transform: rotateY(90deg);
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
}


/* next button */
.flex-next {
	-webkit-perspective-origin: 0% 50%;
	perspective-origin: 0% 50%;
	-webkit-perspective: 1000px;
	perspective: 1000px;
}

.flex-next .preview {
	right:72px;
	left:auto;
	-webkit-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}

.flex-next .preview img {
	position: absolute;
	left:0;
	top:0;
	width: 72px;
}


/* hover style */
.flex-direction-nav a:hover .preview {
	opacity:1;
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
}


/* different hover style for flexslider nav */
.flex-direction-nav a {
	-webkit-transition:  none;
	-moz-transition: none;
	transition:  none;
}


/*=============================================================*/
.bizzex-protect {
	background-color: #f2f2f2;
	padding: 2em 0;
	text-align: center; }
  .bizzex-protect input[type="text"],
  .bizzex-protect input[type="password"] {
    width: 100%;
    max-width: 380px;
    text-align: center;
    border: 1px solid #cccccc;
   }

.bizzex-protect .h-protect {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
  color: #272727;
  margin-bottom: 1em !important; }

.bizzex-btn-protect {
  margin-top: 0.75em; }

/*======================= RECENT POSTS SHORTCODE ====================*/
.bizzex-recent {
  margin: 1.3em -2% 0;
}
.bizzex-recent .hentry{
  margin: 0;
}
.recent-posts-feed-wrapper .bizzex-recent {
	margin-top: 0;
}
.post-slider .bizzex-post-article {
  padding: 0 2%;
}
.bizzex-recent header h3 {
	line-height: 1.2;
	margin-bottom: 0.5em;
	margin-top: 0;
}
.bizzex-recent .entry-content p {
  margin-bottom: 2em;
}
.bizzex-recent .entry-content.excerpt {
	color: #888888;
	margin-top: 0;
	padding: 0;
}

.bizzex-flexslider-shortcode-container .flex-direction-nav a:hover {
	opacity: 1;
}
.bizzex-flexslider-shortcode-container .flex-direction-nav a {
	background-color: #88a4b1;
	color: white;
	height: 50px;
	padding-top: 8px;
	position: absolute;
	right: 0;
	text-align: center;
	text-indent: 1px;
	width: 50px;
	top:-50px;
	opacity: 0.5;
		-webkit-transition: opacity 0.5s ease;
   transition: opacity 0.5s ease;
}
.bizzex-flexslider-shortcode-container .flex-direction-nav a:before {
  font-size: 22px;
  padding: 0;
  text-align: center;
}
.entry-thumb {
	overflow: hidden;
}
.entry-thumb img {
	opacity: 0.85;
}
.slick-slide img {
	opacity: 1;
}
.entry-thumb {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
.img-hover-enabled .entry-thumb {
	transform: scale(1.0);
	-webkit-transform: scale(1.0);
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
.entry-thumb:hover{
  transform: scale(1.0);
	-webkit-transform: scale(1.0);
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
.entry-thumb:hover img {
	opacity: 1;
}
.img-hover-enabled .entry-thumb:hover{
  transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
.dummy-hover {
  background-color: #d64123;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
	opacity: 0;
	transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
}
.img-hover-enabled {
	position: relative;
	overflow: hidden;
}
.img-hover-enabled .dummy-hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.img-desc {
  border: 2px solid white;
  display: inline-block;
  left: 50%;
  padding: 0 1.4em;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	opacity: 0;
	transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
}
.img-desc h4{
	color: white;
}
.bizzex-gallery-item .dummy-hover {
  background-color: #ffffff;
}
.dummy-hover-center {
  background-color: #3e3e3e;
  display: block;
  height: 48px;
  left: 50%;
  margin-left: -24px;
  margin-top: -24px;
  position: absolute;
  top: 50%;
  width: 48px;
	opacity: 0;
}
.dummy-hover-center::before {
  background-color: #fff;
  content: "";
  height: 24px;
  left: 50%;
  position: absolute;
  top: 12px;
  width: 1px;
}
.dummy-hover-center::after {
  background-color: #fff;
  content: "";
  height: 1px;
  top: 50%;
  position: absolute;
  left: 12px;
  width: 24px;
}
.entry-thumb:hover .dummy-hover
{
  opacity: 0.75;
}
.entry-thumb:hover .dummy-hover-center
{
  opacity: 1;
}
.entry-thumb:hover .img-desc {
	opacity: 1;
  transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

/*======================= RECENT POSTS FEED SHORTCODE ====================*/
.recent-posts-feed-wrapper {
 background-color: #161515;
 margin-bottom: 3em;
}
.recent-posts-feed-wrapper .slick-slide {
  padding: 0;
}
.entry-posts-header {
	background-color: #161515;
	float: left;
	position: relative;
	width: 25%;
	z-index: 1;
}
@media(max-width:1600px){
.entry-posts-header {
	width: 30.332%;
}
}
@media(max-width:1200px){
.entry-posts-header {
	width: 50%;
}
}
.post-slider img.opacity-none {
  opacity: 0;
}
.post-slider .slick-slide {
  position: relative;
}
.post-slider span.post-content-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 5em 3em 1em;
  right: 0;
  box-shadow: 0 -72px 67px #000 inset;
}
.post-slider span.post-content-wrapper.even-post {
  top: 50%;
  left: 0;
  padding: 0 3em 0;
  position: absolute;
  right: 0;
  bottom: inherit;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  box-shadow: none;
}
.post-content-wrapper > h2 {
  margin-top: 0;
}
.post-content-wrapper > .p-meta {
	margin: 0 !important;
	padding-top: 0;
}
.post-content-wrapper > h2 > a {
  color: white;
}
.entry-posts-header > span {
	bottom: 0;
	display: block;
	left: 0;
	overflow: hidden;
	padding: 5em 3.5em 0;
	right: 0;
	top: 0;
	width: 100%;
}
.recent-post-sub-title {
  color: #cd926d;
  margin-top: 0;
}
.entry-posts-header > span h2 {
	color: white;
	margin-top: 0;
}
/*==================Featured Product======================*/
.bizzex-featured-product .product{
    margin: 0 0 1em 0 !important;
	width: 100% !important;
}
.bizzex-featured-product:hover .slick-next,
.bizzex-featured-product:hover .slick-prev {
	opacity: 1;
}
/*==================Custom Product Categories======================*/
.bizzex-featured-product-category-wr:hover .slick-next,
.bizzex-featured-product-category-wr:hover .slick-prev {
	opacity: 1;
}
.bizzex-featured-product-category-wrapper {
  margin-bottom: 1.5em;
  margin-top: 3.5em;
}
.bizzex-featured-product-category-wrapper .woocommerce ul.products .product,
.bizzex-featured-product-category-wrapper .woocommerce-page ul.products .product {
  border: medium none!important;
  margin: 0;
}
.bizzex-featured-product-category-wrapper .product.product_cats {
  width: 100% !important;
}
.bizzex-featured-product-category-wrapper .product.product_cats img {
  margin-bottom: 0;
  padding: 0;
}
.bizzex-featured-product-category-wrapper .woocommerce ul.products .product:hover a:after,
.bizzex-featured-product-category-wrapper .woocommerce-page ul.products .product:hover a:after {
  border: medium none!important;
  box-shadow: none!important;
}
.bizzex-featured-product-category-wrapper .woocommerce ul.products .product img,
.bizzex-featured-product-category-wrapper .woocommerce-page ul.products .product img{
	min-width: 100%;
}
.bizzex-featured-product-category-wrapper .woocommerce ul.products .product h3,
.bizzex-featured-product-category-wrapper .woocommerce-page ul.products .product h3{
	font-size: 100%;
	letter-spacing: 0;
	margin-top: -3em;
	padding: 2em 0;
	text-align: center;
	text-transform: uppercase;
}
.bizzex-featured-product-category-wrapper .cat_count {
  color: #9f9f9f;
  display: block;
  font-size: 12px;
}
/*===================================================================*/
.bizzex-audio {
  position: relative;
  margin-bottom: 1.313em; }

.bizzex-pricing-table {
  width: 100%;}
  .bizzex-pricing-table.one-column .bizzex-pricing-column {
    width: 100%; }
  .bizzex-pricing-table.two-columns .bizzex-pricing-column {
    width: 50%; }
  .bizzex-pricing-table.three-columns .bizzex-pricing-column {
    width: 33.33333%; }
  .bizzex-pricing-table.four-columns .bizzex-pricing-column {
    width: 25%; }
  .bizzex-pricing-table.five-columns .bizzex-pricing-column {
    width: 20%; }
  @media (max-width: 979px) {
    .bizzex-pricing-table[class*="-column"] .bizzex-pricing-column {
      width: 50%; }
    .bizzex-pricing-table.three-columns .bizzex-pricing-column:last-child, .bizzex-pricing-table.five-columns .bizzex-pricing-column:last-child {
      width: 100%; } }
  @media (max-width: 767px) {
    .bizzex-pricing-table[class*="-column"] .bizzex-pricing-column {
      width: 100%; } }

.bizzex-pricing-column {
	float: left;
	padding-top: 13px;
	text-align: center; }
	.bizzex-pricing-column.featured {
	  padding-top: 0;
	}
  @media (max-width: 767px) {
    .bizzex-pricing-column {
      float: none;
      margin-left: 0; } }

  .bizzex-price-title {
		background: #3c3c3c none repeat scroll 0 0;
		border-right: 1px solid #fff;
		color: #fff;
		padding: 27px 0 22px;
  }
	.bizzex-price-title .man {
		font-size: 30px;
		color: inherit;
		font-weight: 700;
		line-height: 36px;
		text-transform: uppercase;
	}
	.bizzex-pricing-table .featured .bizzex-price-title {
	  background: #d64123 none repeat scroll 0 0;
		padding-top: 40px;
	}
  .bizzex-price {
		line-height: 30px;
		margin: 0;
		color: inherit!important;
		font-size: inherit;
		text-transform: inherit;
		font-weight: inherit;
	}
	.bizzex-price span {
		color: #d64123;
		font-size: 27px;
		font-weight: 700;
		margin: 0 5px;
	}
	.bizzex-pricing-column.featured .bizzex-price span {
	  color: #fff;
	}

.bizzex-pricing-column-info {
	background-color: #ffffff;
	border-color: #ebebeb;
	border-image: none;
	border-style: solid;
	padding-bottom: 2em;
	border-width: 0 1px 1px 0; }
.bizzex-pricing-column:first-child .bizzex-pricing-column-info {
  border-left-width: 1px;
}

.bizzex-pricing-column.featured .bizzex-price-title {
	 background-color: #d64123;
 }
.bizzex-pricing-column.featured .bizzex-price {
  color: white;
}

.bizzex-pricing-column-info .bizzex-btn {
  font-size: 16px;
  padding: 0.75em 2em;
}
.bizzex-ul-icons li {
    margin-left: 0;
}
.bizzex-pricing-column-info ul > li {
    border-bottom: 1px solid #ebebeb;
    font-size: 16px;
    line-height: 1.4;
    padding: 15px 40px 16px;
}

.bizzex-pricing-column-info ul > li:nth-child(2n+1) {
    background-color: #fbfbfb;
}
.bizzex-pricing-column-info ul > li:first-child {
    border-top: 1px solid #ebebeb;
}
.bizzex-pricing-column.featured .bizzex-price-title h2,
.bizzex-pricing-column.featured .bizzex-price-title h3{
	position: relative;
	top:0;
}
.bizzex-pricing-column:not(.featured) .bizzex-btn {
  background-color: #3c3c3c;
}
.bizzex-pricing-column:not(.featured) .bizzex-btn:hover {
  background-color: inherit;
}
.bizzex-callout {
  position: relative;
  margin: 2.626em 0;
  border: 1px solid #ebebeb;
  padding: 2.35em;
  font-size: 21px;
  font-size: 2.1rem;
  background-color: #f7f7f7;
  border-radius: 0.5em;
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.95), 0 1px 3px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.95), 0 1px 3px rgba(0, 0, 0, 0.05); }
  @media (max-width: 979px) {
    .bizzex-callout {
      font-size: 18px;
      font-size: 1.8rem; } }
  @media (max-width: 480px) {
    .bizzex-callout {
      font-size: 16px;
      font-size: 1.6rem; } }
  .bizzex-callout:before {
    content: "";
    display: block;
    position: absolute;
    top: 14px;
    left: 14px;
    right: 14px;
    bottom: 14px;
    border: 1px solid #ebebeb;
    background-color: white;
    border-radius: 0.275em;
    z-index: 0;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 0 rgba(255, 255, 255, 0.95);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 0 rgba(255, 255, 255, 0.95); }

.h-callout {
  position: relative;
  margin-top: 0;
  margin-bottom: 0.35em;
  font-size: 2.15em;
  line-height: 1.1; }

.p-callout {
  position: relative;
  line-height: 1.4; }

.bizzex-promo {
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  margin-bottom: 1em;
  overflow: hidden;
  padding: 2em 2em 4em;
}
.bizzex-promo:hover {
  box-shadow: 0 0 0 2px #af3a2f inset;
}
.bizzex-promo-content {}

.bizzex-author-box {
  margin: 1.313em 0; }
  .bizzex-author-box .h-about-the-author {
    margin: 0 0 0.925em;
    border-bottom:1px solid #e1e1e1;
    padding-bottom: 0.45em;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #3b424b; }
  .bizzex-author-box .avatar {
    float: left;
    width: 90px; }
    @media (max-width: 480px) {
      .bizzex-author-box .avatar {
        display: none; } }
  .bizzex-author-box .bizzex-author-info {
    margin-left: 110px; }
    @media (max-width: 480px) {
      .bizzex-author-box .bizzex-author-info {
        margin-left: 0; } }
  .bizzex-author-box .h-author {
	font-size: 115.38%;
	line-height: 1;
	margin-bottom: 0.35em;
	text-transform: uppercase; }
  .bizzex-author-box .bizzex-author-social {
    display: inline-block;
    margin-right: 1em;
    font-size: 13px;
    font-size: 1.3rem;
    white-space: nowrap; }
    .bizzex-author-box .bizzex-author-social [class*="bizzex-social"] {
      position: relative;
      top: 2px; }
  .bizzex-author-box .p-author {
    margin-top: 0.5em; }

.bizzex-social {
	border: 1px solid #cd926d;
	color: #af3a2f;
	display: inline-block;
	height: 48px;
	line-height: 48px;
	margin: 1em 19px 0 0;
	text-align: center;
	width: 48px;
	font-size: 16px;
	font-size: 1.6rem;
}
.bizzex-social:hover {
	border: 1px solid #af3a2f;
	background-color: #af3a2f;
	color: #ffffff;
}

.bizzex-prompt {
  margin: 0 0 1.313em;
  border: 1px solid #dddddd;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 1.75em;
  background-color: white;
  border-radius: 4px;
  -webkit-box-shadow: 0 0.125em 0.275em 0 rgba(0, 0, 0, 0.075);
  box-shadow: 0 0.125em 0.275em 0 rgba(0, 0, 0, 0.075); }
  .bizzex-prompt.message-left .bizzex-prompt-section.bizzex-prompt-section-message {
    padding-right: 2.25em;
    text-align: left; }
  .bizzex-prompt.message-right .bizzex-prompt-section.bizzex-prompt-section-message {
    padding-left: 2.25em;
    text-align: right; }

.bizzex-prompt-section {
  position: relative;
  display: table-cell;
  vertical-align: middle; }
  .bizzex-prompt-section p:last-child {
    margin-bottom: 0; }
  .bizzex-prompt-section.bizzex-prompt-section-message {
    width: 46%;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4; }
  .bizzex-prompt-section.bizzex-prompt-section-button {
    width: 30%; }

.h-prompt {
  margin-top: 0;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.1; }

@media (max-width: 767px) {
  .bizzex-prompt {
    display: block; }
    .bizzex-prompt.message-left .bizzex-prompt-section.bizzex-prompt-section-message {
      padding: 0 0 1.25em 0; }
    .bizzex-prompt.message-right .bizzex-prompt-section.bizzex-prompt-section-message {
      padding: 1.25em 0 0 0;
      text-align: left; }

  .bizzex-prompt-section {
    display: block; }
    .bizzex-prompt-section.bizzex-prompt-section-message, .bizzex-prompt-section.bizzex-prompt-section-button {
      width: 100%; } }
.bizzex-content-band {
  margin: 0;
  padding: 40px 0;
  position: relative;
  overflow: hidden;
  width: 100%;
  *zoom: 1; }
.bizzex-content-band.inner-shadow {
  position: relative;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1) inset;
}
  .bizzex-content-band:before, .bizzex-content-band:after {
    display: table;
    content: ""; }
  .bizzex-content-band:after {
    clear: both; }
  .bizzex-content-band.vc {
    padding: 0; }
  .bizzex-content-band.bg-image, .bizzex-content-band.bg-pattern {
    background-position: 50% 50%; }
    .bizzex-content-band.bg-image.parallax, .bizzex-content-band.bg-pattern.parallax {
      background-attachment: fixed; }
  .bizzex-content-band.bg-image {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat; }
  .bizzex-content-band.bg-pattern {
    background-repeat: repeat; }
  .bizzex-content-band.bg-video {
    position: relative;
    overflow: hidden; }
  .bizzex-content-band.border-top {
    border-top: 1px solid #ddd;
    border-top: 1px solid rgba(0, 0, 0, 0.075); }
  .bizzex-content-band.border-left {
    border-left: 1px solid #ddd;
    border-left: 1px solid rgba(0, 0, 0, 0.075); }
  .bizzex-content-band.border-right {
    border-right: 1px solid #ddd;
    border-right: 1px solid rgba(0, 0, 0, 0.075); }
  .bizzex-content-band.border-bottom {
    border-bottom: 1px solid #ddd;
    border-bottom: 1px solid rgba(0, 0, 0, 0.075); }
  .bizzex-content-band > .bizzex-column:last-child,
  .bizzex-content-band > .bizzex-container-fluid > .bizzex-column:last-child {
  margin-right: 0;
}

  .bizzex-inner-container {
    /*margin-left: -15px;
    margin-right: -15px;*/
  }
.bizzex-share-options {
  margin: 2em 0;
  text-align: center;
}
.portfolio-extra .bizzex-share-options > span {
  display: none;
}
.bizzex-entry-share {
	font-size: 1.2rem;
	line-height: 1;}
  .bizzex-entry-share p {
    margin: 8px 0 10px;
    font-weight: 400;
    text-transform: uppercase; }
  .bizzex-entry-share .bizzex-share {
    border: 1px solid #cd926d;
    color: #af3a2f;
    display: inline-block;
    height: 48px;
    line-height: 48px;
    margin: 1em 19px 0 0;
    text-align: center;
    width: 48px;
    font-size: 16px;
    font-size: 1.6rem;}

  .portfolio-extra .bizzex-entry-share .bizzex-share:hover {
    border: 1px solid #af3a2f;
    background-color: #af3a2f;
    color: #ffffff !important;
  }
    .bizzex-entry-share .bizzex-share.email {
      position: relative;
      top: -2px; }
      .bizzex-entry-share .bizzex-share.email span {
        position: relative;
        top: -2px;
        font-size: 23px;
        font-size: 2.3rem; }

.bizzex-toc {
  width: 200px;
  margin: 0.55em 0;
  padding: 15px;
  font-size: 11px;
  font-size: 1.1rem;
  background-color: white; }
  .bizzex-toc.left {
    margin-right: 1.25em; }
  .bizzex-toc.right {
    margin-left: 1.25em; }
  @media (max-width: 480px) {
    .bizzex-toc.left, .bizzex-toc.right {
      width: auto;
      float: none;
      margin: 0 0 1.313em; } }
  .bizzex-toc.block {
    width: auto;
    margin: 0 0 1.313em; }

.h-toc {
  margin: 0 0 10px;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 1px;
  text-transform: uppercase; }

.bizzex-toc-item {
  margin-bottom: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3; }
  .bizzex-toc-item:last-child {
    margin-bottom: 0; }
  .bizzex-toc-item a {
    display: block;
    border-bottom: 1px solid #dddddd;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15); }

.h-custom-headline {
  letter-spacing: -1px;
  line-height: 1.1; }
  .h-custom-headline.accent {
    overflow: hidden; }
    .h-custom-headline.accent span {
      padding-bottom: 2px;
      display: inline-block;
      position: relative; }
      .h-custom-headline.accent span:before, .h-custom-headline.accent span:after {
        content: "";
        position: absolute;
        top: 50%;
        height: 3px;
        width: 9999px;
        display: block;
        margin-top: -2px;
        border-top: 1px solid #f0f0f0;
        border-bottom: 1px solid #f0f0f0; }
      .h-custom-headline.accent span:before {
        right: 100%;
        margin-right: 0.5em; }
      .h-custom-headline.accent span:after {
        left: 100%;
        margin-left: 0.5em; }

.h-feature-headline  {
	cursor: pointer;
	margin-bottom: 1em;
	overflow: hidden;
}
.h-feature-headline h2 {
  line-height: 1.1;
  margin: 0;
  text-align: center;
  text-transform: none; }
  .h-feature-headline span {

	 }
    .h-feature-headline span i {
	color: #3b424b;
	font-size: 1.66em;
	margin-right: 0.05em; }

h2.h-feature-headline span i,
.h2.h-feature-headline span i {
  margin-top: -0.335em; }

.custom-link-1:hover {
  background-color: #af3a2f;
  color: white;
  padding: 0.2em 0.4em;
}

.h-feature-headline > h2,
.vc_custom_heading.wpb_content_element > h2 {
  text-transform: inherit;
}
.h-feature-headline.type_center .icon_wrap {
	cursor: default;
	line-height: 1;
	margin: 0 auto;
	text-align: center;
	cursor:pointer;
}
.h-feature-headline .icon_wrap i {
	-webkit-transition: all 0.5s ease;
   transition: all 0.5s ease;
}
.h-feature-headline.icon_type_1 .icon_wrap {
  text-align: center;
  font-size: 70px;
}
.h-feature-headline h2 {
  margin-bottom: 0.65em;
}
.h-feature-headline.icon_type_2 .icon_wrap i {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 30px;
  width: 74px;
  height: 74px;
  border: 2px solid #fff;
  border-radius: 100%;
  line-height: 74px;
  background: #af3a2f;
  color: #fff !important;
}
.h-feature-headline.icon_type_2 h2 {
  margin-bottom: 7px;
}
.h-feature-headline.icon_type_2:hover .icon_wrap i {
  background: none;
  color: #af3a2f!important;
  border-color: #af3a2f;
}

.h-feature-headline.icon_type_3.cf {
  text-align: center;
}
.h-feature-headline.icon_type_3 .icon_wrap i {
  transition: all 0s ease 0s;
}
.h-feature-headline.icon_type_3 .icon_wrap {
    border-radius: 50%;
		box-shadow: 0 0 0 4px #f06060;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 0;
    height: 130px;
    margin: 15px 30px;
    position: relative;
    text-align: center;
    width: 130px;
    z-index: 1;
		transition: color 0.3s ease 0s;
		-webkit-transition: color 0.3s ease 0s;
}
.h-feature-headline.icon_type_3 .icon_wrap::after {
	background: #f06060 none repeat scroll 0 0;
  border-radius: 50%;
  box-sizing: content-box;
  content: "";
  height: 100%;
  pointer-events: none;
  position: absolute;
  width: 100%;
	left: -2px;
	padding: 2px;
	top: -2px;
	transition: transform 0.2s ease 0s, opacity 0.3s ease 0s;
	-webkit-transition: transform 0.2s ease 0s, opacity 0.3s ease 0s;
	z-index: -1;
}
.h-feature-headline.icon_type_3 .icon_wrap:hover::after {
	opacity: 0;
	transform: scale(1.2);
}
.h-feature-headline.icon_type_3 .icon_wrap i::before {
  font-size: 60px;
  line-height: 130px;
}



.h-feature-headline.icon_type_4 .icon_wrap i {
	background: #af3a2f none repeat scroll 0 0;
	border-radius: 100%;
	color: #fff !important;
	display: inline-block;
	font-size: 18px;
	height: 40px;
	line-height: 42px;
	text-align: center;
	width: 40px;
}
.h-feature-headline.icon_type_4 .icon_wrap {
  float: left;
}
.h-feature-headline.icon_type_4:hover .icon_wrap i {
  color: #fff !important;
}
.h-feature-headline.icon_type_4 .sc_fl_content {
  overflow: hidden;
}
.h-feature-headline .icon_wrap.fh_icon_pos_left {
  float: left;
}
.h-feature-headline .icon_wrap.fh_icon_pos_right {
  float: right;
}
.h-feature-headline .icon_wrap.fh_icon_pos_left + *,
.h-feature-headline .icon_wrap.fh_icon_pos_right + * {
  text-align: left;
}
.h-feature-headline .sc_fl_content {
  overflow: hidden;
}
.icon_wrap.fh_icon_pos_top {
  text-align: center;
}
.h-feature-headline h1,
.h-feature-headline h2,
.h-feature-headline h3,
.h-feature-headline h4,
.h-feature-headline h5,
.h-feature-headline h6{
	margin-top: 0;
}
.vc_custom_heading h1,
.vc_custom_heading h2,
.vc_custom_heading h3,
.vc_custom_heading h4,
.vc_custom_heading h5,
.vc_custom_heading h6{
	margin: 0;
}
.vc_custom_heading.wpb_content_element {
  margin-bottom: 1em;
}


/*===========Type 5===============*/
.h-feature-headline.icon_type_5 > .icon_wrap {
	font-size: 64px;
	height: 140px;
	line-height: 138px;
	margin: 40px auto;
	text-align: center;
	position: relative;
	width: 140px;
}

.h-feature-headline.icon_type_5 > .icon_wrap i {
	color: inherit;
}

.tc {
	border-left: 1px solid;
	border-top: 1px solid;
	height: 30px;
	left: 50%;
	margin-left: -15px;
	position: absolute;
	top: -15px;
	transform: rotate(45deg);
	transition: top 0.5s ease 0s;
	width: 30px;
}

.bc {
	border-bottom: 1px solid;
	border-right: 1px solid;
	bottom: -15px;
	height: 30px;
	left: 50%;
	margin-left: -15px;
	position: absolute;
	transform: rotate(45deg);
	transition: bottom 0.5s ease 0s;
	width: 30px;
}

.lc {
	border-left: 1px solid;
	border-top: 1px solid;
	height: 30px;
	left: -15px;
	margin-top: -15px;
	position: absolute;
	top: 50%;
	transform: rotate(-45deg);
	transition: left 0.5s ease 0s;
	width: 30px;
}

.rc {
	border-right: 1px solid;
	border-bottom: 1px solid;
	height: 30px;
	margin-top: -15px;
	position: absolute;
	right: -15px;
	top: 50%;
	transform: rotate(-45deg);
	transition: right 0.5s ease 0s;
	width: 30px;
}

.h-feature-headline.icon_type_5 > .icon_wrap:hover .tc {
	transform: rotate(-135deg);
	transition: top 0.5s ease 0s;
	top: -30px;
}
.h-feature-headline.icon_type_5 > .icon_wrap:hover .bc {
	transform: rotate(-135deg);
	transition: bottom 0.5s ease 0s;
	bottom: -30px;
}
.h-feature-headline.icon_type_5 > .icon_wrap:hover .lc {
	transform: rotate(135deg);
	transition: left 0.5s ease 0s;
	left: -30px;
}
.h-feature-headline.icon_type_5 > .icon_wrap:hover .rc{
	transform: rotate(135deg);
	transition: right 0.5s ease 0s;
	right: -30px;
}


.bizzex-search-shortcode {
  margin-bottom: 1.313em; }

.cf {
  *zoom: 1; }
  .cf:before, .cf:after {
    display: table;
    content: ""; }
  .cf:after {
    clear: both; }

.content-box {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.right {
  float: right; }

.left {
  float: left; }

.center-block {
  margin-left: auto;
  margin-right: auto; }

.center-list {
  display: table;
  margin-left: auto;
  margin-right: auto; }

.hide {
  display: none; }

.show {
  display: block; }

.hidden {
  display: none !important;
  visibility: hidden; }

.invisible {
  visibility: hidden; }

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.overflow-hidden {
  overflow: hidden; }

.affix {
  position: fixed; }

.w-900 {
  font-weight: 900; }

.w-800 {
  font-weight: 800; }

.w-700 {
  font-weight: 700; }

.w-600 {
  font-weight: 600; }

.w-500 {
  font-weight: 500; }

.w-400 {
  font-weight: 400; }

.w-300 {
  font-weight: 300; }

.w-200 {
  font-weight: 200; }

.w-100 {
  font-weight: 100; }

.tt-upper {
  text-transform: uppercase; }

.tt-lower {
  text-transform: lowercase; }

.tt-none {
  text-transform: none; }

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

.right-text {
  text-align: right; }

.left-text {
  text-align: left; }

.bizzex-visible-phone {
  display: none !important; }

.bizzex-visible-tablet {
  display: none !important; }

.bizzex-visible-desktop {
  display: inherit !important; }

span.bizzex-visible-desktop {
  display: inline !important; }

.bizzex-hidden-desktop {
  display: none !important; }

@media (min-width: 768px) and (max-width: 979px) {
  .bizzex-visible-tablet {
    display: inherit !important; }

  span.bizzex-visible-tablet {
    display: inline !important; }

  .bizzex-hidden-tablet {
    display: none !important; }

  .bizzex-hidden-desktop {
    display: inherit !important; }

  span.bizzex-hidden-desktop {
    display: inline !important; }

  .bizzex-visible-desktop {
    display: none !important; } }
@media (max-width: 767px) {
  .bizzex-visible-phone {
    display: inherit !important; }

  span.bizzex-visible-phone {
    display: inline !important; }

  .bizzex-hidden-phone {
    display: none !important; }

  .bizzex-hidden-desktop {
    display: inherit !important; }

  span.bizzex-hidden-desktop {
    display: inline !important; }

  .bizzex-visible-desktop {
    display: none !important; } }
.ptn, .pvn, .pan {
  padding-top: 0 !important; }

.pts, .pvs, .pas {
  padding-top: 0.5em !important; }

.ptm, .pvm, .pam {
  padding-top: 1em !important; }

.ptl, .pvl, .pal {
  padding-top: 2em !important; }

.prn, .phn, .pan {
  padding-right: 0 !important; }

.prs, .phs, .pas {
  padding-right: 0.5em !important; }

.prm, .phm, .pam {
  padding-right: 1em !important; }

.prl, .phl, .pal {
  padding-right: 2em !important; }

.pbn, .pvn, .pan {
  padding-bottom: 0 !important; }

.pbs, .pvs, .pas {
  padding-bottom: 0.5em !important; }

.pbm, .pvm, .pam {
  padding-bottom: 1em !important; }

.pbl, .pvl, .pal {
  padding-bottom: 2em !important; }

.pln, .phn, .pan {
  padding-left: 0 !important; }

.pls, .phs, .pas {
  padding-left: 0.5em !important; }

.plm, .phm, .pam {
  padding-left: 1em !important; }

.pll, .phl, .pal {
  padding-left: 2em !important; }

.mtn, .mvn, .man {
  margin-top: 0 !important; }

.mts, .mvs, .mas {
  margin-top: 0.5em !important; }

.mtm, .mvm, .mam {
  margin-top: 1em !important; }

.mtl, .mvl, .mal {
  margin-top: 2em !important; }

.mrn, .mhn, .man {
  margin-right: 0 !important; }

.mrs, .mhs, .mas {
  margin-right: 0.5em !important; }

.mrm, .mhm, .mam {
  margin-right: 1em !important; }

.mrl, .mhl, .mal {
  margin-right: 2em !important; }

.mbn, .mvn, .man {
  margin-bottom: 0 !important; }

.mbs, .mvs, .mas {
  margin-bottom: 0.5em !important; }

.mbm, .mvm, .mam {
  margin-bottom: 1em !important; }

.mbl, .mvl, .mal {
  margin-bottom: 2em !important; }

.mln, .mhn, .man {
  margin-left: 0 !important; }

.mls, .mhs, .mas {
  margin-left: 0.5em !important; }

.mlm, .mhm, .mam {
  margin-left: 1em !important; }

.mll, .mhl, .mal {
  margin-left: 2em !important; }

/*============Circle Progress==============*/
.circle-progress {
	display: block;
	height: 170px;
	margin: 0 auto 2em;
	position: relative;
	width: 170px;
}
.inner-circle {
  border: 3px solid rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  height: 160px;
  left: 5px;
  position: absolute;
  top: 5px;
  width: 160px;
}
.circle-progress > .progressbar-text {
  color: #353b3f;
  font-size: 24px;
  height: 100%;
  left: 0;
  line-height: 167px;
  position: absolute;
  text-align: center;
  text-indent: 5px;
  width: 100%;
}
/*============Counter==============*/
.counter-bar {
	margin-top: 0.4em;
	text-align: center;
}
.counter-value {
  color: #af3a2f;
  font-size: 36px;
  font-weight: bold;
}
.h-count-bar {
  margin: 0.25em 0;
}
.num_prefix,
.num_suffix {
  font-size: 36px;
}
.home-studio .counter-value {
  color: white;
}
.home-studio .h-count-bar {
  color: #d6d6d6;
}
.white .counter-value,
.white .h-count-bar {
  color: #fff;
}
/*============Icon List==============*/
.bizzex-icons-list {
  list-style: outside none none;
  margin: 0 0 2em !important;
}
.bizzex-icons-list > li {
	padding: 0.24em 0 0.24em 2.4em;
	position: relative;
}
ol.styled-list {
	margin:0 0 2em !important;
	padding-right: 0;
	list-style-type: none;
	counter-reset:li;
}
ol.styled-list > li {
  padding: 0.24em 0 0.24em 0;
  position: relative;
}
ol.styled-list li::before {
	background-color:#af3a2f;
	border-radius: 100%;
	color: white;
	content: counter(li, decimal);
	counter-increment: li;
	display: inline-block;
	font-size: 80%;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	margin-right: 18px;
	text-align: center;
	width: 20px;
  text-indent: 1px;
}
/*============Custom Table Type 1==============*/
.table-shortcode {
	margin-bottom: 4em;
	table-layout: fixed;
}
.table-shortcode.type-1 th {
  background-color: #af3a2f;
  border: none;
  border-right: 1px solid #fff;
  color: white;
  font-size: 87.57%;
  padding: 1.2em;
  text-align: center;
  vertical-align: middle;
}
.table-shortcode.type-1 td {
  background-color: #fff;
  border: medium none;
  border-right: 1px solid #fff;
  padding: 0.65em;
  text-align: center;
  vertical-align: middle;
}
.table-shortcode.type-1 tr:nth-child(odd) td {
  background-color: #fafafa;
}
.table-shortcode.type-2 thead {
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	border-top: 2px solid #af3a2f;
}
.table-shortcode.type-2 th {
  background-color: #fff;
  border: none;
  color: #af3a2f;
  font-size: 87.57%;
  padding: 1.2em;
  text-align: center;
  vertical-align: middle;
}
.table-shortcode.type-2 td {
	background-color: #fff;
	border: 1px solid #dcdcdc;
	padding: 0.65em;
	text-align: center;
	vertical-align: middle;
}
#countdown {
  display: none;
}
#countdown h3 {
  color: #3b424b;
}
.knob {
  color: inherit !important;
  font-family: inherit !important;
  font-size: 36px !important;
  font-weight: 300 !important;
  margin-top: 50px !important;
}
.knob_progress {
	margin: 4em 0;
	text-align: center;
}
.progress_count {
	display:inline-block;
	margin: 0 20px;
	text-align: center;
}
.progress_count h3{
	margin: 0;
}
.knob_progress {
	opacity: 0;
}
.progress_label {
  margin-top: 2em;
  text-indent: 0.3em;
}
.comingsoon-block {
	height: 100%;
	overflow-y: auto;
	position: fixed;
	width: 100%;
}
.comingsoon-block .bizzex-column {
  padding: 0 0 80px;
}
.comingsoon-block.dark h5,
.comingsoon-block.dark .knob{
  color:#fff!important;
}
.comingsoon-block #big-video-vid {
  position: fixed!important;
}

/*=================Preview Images=================*/
.bizzex-preview-image {
	display: block;
	height: 0;
	overflow: hidden;
	padding-top: 300px;
	position: relative;
	width: 100%;
}
.bizzex-preview-image > img {
  transform: translateY(-300px);
  transition: all 1.4s linear 0s;
  -webkit-transform: translateY(-300px);
  -webkit-transition: all 1.4s linear 0s;
}
.bizzex-preview-image:hover > img {
  transform: translateY(-100%);
  transition: all 3s linear 0s;
  -webkit-transform: translateY(-100%);
  -webkit-transition: all 3s linear 0s;
}
.bizzex-preview-img-wrapper.small .bizzex-preview-image > img {
  transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
}
.bizzex-preview-img-wrapper.small .bizzex-preview-image:hover > img {
  transition: all 0.6s linear 0s;
  -webkit-transition: all 0.6s linear 0s;
}
.bizzex-preview-img-wrapper > h4 {
  margin-top: 0;
  display: block;
  text-align: center;
  margin-bottom: 1em;
}
.bizzex-preview-img-wrapper h4 > a {
  display: block;
  padding: 0.6em 0;
}
/*=================STAFF ITEMS=================*/
.bizzex-staff .bizzex-staff-item {
  float: left;
}
.bizzex-staff.cols-1 .bizzex-staff-item {
  width: 100%;
}
.bizzex-staff.cols-2 .bizzex-staff-item {
  width: 50%;
}
.bizzex-staff.cols-3 .bizzex-staff-item {
  width: 33.33%;
}
.bizzex-staff.cols-4 .bizzex-staff-item {
  width: 25%;
}
.bizzex-staff.cols-5 .bizzex-staff-item {
  width: 20%;
}
@media(max-width:1199px){
.bizzex-staff.cols-5 .bizzex-staff-item {
  width: 25%;
}
.bizzex-staff.cols-4 .bizzex-staff-item,
.bizzex-staff.cols-5 .bizzex-staff-item {
  width: 33.33%;
}
}
@media(max-width:899px){
.bizzex-staff.cols-3 .bizzex-staff-item,
.bizzex-staff.cols-4 .bizzex-staff-item,
.bizzex-staff.cols-5 .bizzex-staff-item {
  width: 50%;
}
}
@media(max-width:767px){
.bizzex-staff.cols-2 .bizzex-staff-item,
.bizzex-staff.cols-3 .bizzex-staff-item,
.bizzex-staff.cols-4 .bizzex-staff-item,
.bizzex-staff.cols-5 .bizzex-staff-item {
  width: 100%;
}
}
img.bizzex-grayscaled-img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
.bizzex-normal-img {
  position: absolute;
  top: 0;
  left: 0;
}
.bizzex-staff-item {
  position: relative;
}
.staff-item-wrap {
	background-color: rgba(255, 255, 255, 0.75);
	height: auto;
	left: 0;
	position: absolute;
	opacity: 0;
	text-align: center;
	bottom: 0;
	width: 100%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.bizzex-staff-item:hover .staff-item-wrap {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.bizzex-staff-item:hover .bizzex-grayscaled-img {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.staff-item-inner {
	min-height: 70px;
	padding: 16px;
	position: relative;
}
.staff-name {
  margin: 0;
  font-weight: 600;
}
.staff-position {
  color: #af3a2f;
  font-size: 14px;
}
.bizzex-social-options {
	height: 30px;
	margin-top: -15px;
	position: absolute;
	right: 16px;
	top: 50%;
}
.staff-item-wrap .bizzex-social {
	background-color: #3b424b;
	border-radius: 100%;
	color: #c7c8c9;
	height: 30px;
	line-height: 30px;
	margin: 0 0.25em;
	width: 30px;
}
.staff-item-wrap .bizzex-social:hover {
  color:white!important;
  background-color:#af3a2f;
}
.staff-item-inner > a {
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.staff-name-holder {
	float: left;
	max-width: 50%;
	text-align: left;
}

/*============Icon Style==============*/
.bizzex-icon-style.bizzex-lines-on {
  position: relative;
}
.bizzex-icon-style.bizzex-lines-on::before {
  border-top: 1px solid;
  content: "";
  height: 0;
  position: absolute;
  right: 110%;
  top: 50%;
  width: 63px;
}.bizzex-icon-style.bizzex-lines-on::after {
	border-top: 1px solid;
	content: "";
	height: 0;
	left: 110%;
	position: absolute;
	top: 50%;
	width: 63px;
	margin-left: 5px;
}
/*============Double Section==============*/
.bizzex-dbl-band {
  margin: 0 -15px;
  padding: 0;
  position: relative;
}
.bizzex-dbl-band .bizzex-section-inner {
  top: 0;
  left: 15px;
  position: absolute;
  right: 15px;
  bottom: 0;
}
.bizzex-dbl-left {
  height: 100%;
  left: 0;
  padding: 0 15px;
  position: absolute;
  width: 50%;
}
.bizzex-dbl-right {
  height: 100%;
  width: 50%;
  padding: 0 15px;
  position: absolute;
  right: 0;
}
.no_columns_margin .bizzex-dbl-left,
.no_columns_margin .bizzex-dbl-right {
	width: 50%;
}
.bizzex-dbl-left.bg-image>div,
.bizzex-dbl-right.bg-image>div {
  background-size: cover;
}

.dbl-section .bizzex-column.one-half {
	width: 50%;
}
.dbl-section .bizzex-column.one-half.last,
.dbl-section .bizzex-content-band > .bizzex-column:last-child,
.bizzex-content-band > .bizzex-container-fluid > .bizzex-column:last-child{
 /*  padding-right: 0; */
}
  @media (max-width: 767px) {
.bizzex-dbl-left {
  height: 50%;
  left: 0;
  width: 100%;
}
.bizzex-dbl-right {
  bottom: 0;
  height: 50%;
  right: 0;
  width: 100%;
}
.dbl-section .bizzex-column.one-half {
  width: 100%;
}
.bizzex-dbl-band .bizzex-dbl-left .bizzex-section-inner {
  bottom: 30px;
}
}

/*===============WEEKLY CLASS SCHEDULE===========*/
.ing-schedule-wrapper table,.ing-schedule-wrapper table th {
  background-color: transparent!important;
}
table.ing-schedule-normal-layout {
	table-layout: fixed;
	width: 100%;
}
table.ing-schedule-normal-layout tr {
  /*border-bottom: 1.4em solid white !important;*/
}
table.ing-schedule-normal-layout tr:last-child {
  border-bottom: medium none !important;
}
.ing-schedule-wrapper table tr:first-child th {
  border: none;
  border-right: 1px solid white;
  color: white;
  height: 54px;
  text-align: center;
	font-size: 18px;
	font-weight: 600;
}
.ing-schedule-wrapper table tr:first-child th:last-child {
  border-right: 1px solid #fff;
}
table.ing-schedule-normal-layout tbody > tr:not(:first-child) > td {
	background-color: transparent !important;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #fff;
	border-top: 1px solid #ffffff;
	line-height: 1;
	vertical-align: top;
}
table.ing-schedule-normal-layout tbody > tr:not(:first-child) > td:last-child {
  border-right: 1px solid #fff;
}
table.ing-schedule-normal-layout tbody > tr:not(:first-child) > th:first-child {
	background-color: transparent;
	border: 1px solid #fff;
	font-size: 18px;
	font-weight: 600;
	padding: 12px 0 12px 18px;
	height: 54px;
}
table.ing-schedule-normal-layout tbody > tr:not(:first-child):nth-child(2n+1) {

}
.ing-td-relative .ing-class-container {
	height: 53px;
	left: 0;
	padding: 14px 20px;
	position: absolute;
	top: 0;
	width: calc(200% - -1px);
}
  text-align: center;
}
table.ing-schedule-normal-layout tr:first-child {
  border: none;
}
table.ing-schedule-normal-layout tr {
   border: 1px solid #fff;
}

.ing-schedule-wrapper table .bizzex-cell {
  padding: 0;
  position: relative;
}
.ing-td-relative {
	height: 100%;
	left: 0;
	padding: 0;
	position: relative;
	width: 100%;
}
.ing-off-day {
	text-align: center;
}
.ing-off-day h3 {
  color: #AF3A2F;
  margin: 0;
}
.ing-details-box-container {
  padding: 8px 12px;
  text-align: left;
  text-transform: none;
}
.ing-class-container a {
  color: #cd926d;
}
.ing-class-container a:hover {
  color: #cd926d;
  text-decoration: underline;
}
.ing-weekday-list {
  list-style: outside none none;
  margin-left: 0;
}
.ing-class-accent {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 10px;
}
.ing-class-name {
  font-size: 14px;
  font-weight: 600;
}
.ing-class-hours {
  font-size: 12px;
}
.ing-schedule-list-layout h3 {
	color: white;
}
/*==============Photo Galler==============*/
.bizzex-portfolio-filter {
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
.bizzex-portfolio-filters-menu {
  margin-bottom: 6em !important;
}
.bizzex-photo-gallery-shortcode-container {
  width: 100%;
	overflow: hidden;
}
.bizzex-photo-gallery-shortcode-container img {
  width: 100%;
  height: auto;
	opacity: 1;
	display: none!important;
}
.bizzex-photo-gallery-shortcode-container .visible-gallery-item img {
	display: block!important;
}
.bizzex-photo-gallery-shortcode-container figure {
	background-color: white;
	display: block;
	float: left;
	margin: 0;
	overflow: hidden;
}
.gallery-columns-two figure {
	width: 50%;
}
.gallery-columns-three figure {
	width: 33.332%;
}
.gallery-columns-four figure {
	width: 25%;
}
.gallery-columns-five figure {
	width: 20%;
}
.gallery-columns-six figure {
	width: 16.6667%;
}
@media(max-width:979px) {
	.gallery-columns-two figure,
	.gallery-columns-three figure,
	.gallery-columns-four figure,
	.gallery-columns-five figure,
	.gallery-columns-six figure {
		width: 50%;
	}
}
@media(max-width:600px) {
	.gallery-columns-two figure,
	.gallery-columns-three figure,
	.gallery-columns-four figure,
	.gallery-columns-five figure,
	.gallery-columns-six figure {
		width: 100%;
	}
}
.bizzex-photo-gallery-shortcode-container figcaption {
	left: 0;
	padding: 20px 0 0 20px;
	position: absolute;
	text-align: right;
	top: 0;
	z-index: -1;
}
.bizzex-gallery-item .entry-thumb:hover {
  position: relative;
  transform: scale(1.0);
	-webkit-transform: scale(1.0);
	transition: all 0.3s ease-in-out 0s;
}
.pswp__ui--idle .pswp__top-bar {
	opacity: 1 !important;
}
.more-btn-wrapper {
  margin-top: -35px;
  position: relative;
  text-align: center;
  z-index: 9;
}
.bizzex_post_title {
  color: #323e48;
  font-size: 16px;
  font-weight: 700;
  left: 0;
  padding: 0 20px;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  bottom: 100%;
	opacity: 0;
  transition: all 0.3s linear 0s;
  z-index: 999;
}
.bizzex_post_cats_list {
  top: 100%;
  color: #323e48;
  font-weight: 700;
  left: 0;
  position: absolute;
	font-style: normal;
  right: 0;
	opacity: 0;
  text-align: center;
  transition: all 0.3s linear 0s;
  z-index: 999;
}
.bizzex_post_thumb_overlay {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: background 0.4s ease 0s;
}
.post_link_icon::before {
  background: #fff none repeat scroll 0 0;
  content: "";
  display: block;
  height: 1px;
  left: 13px;
  position: absolute;
  top: 24px;
  width: 23px;
}
.post_link_icon::after {
  background: #fff none repeat scroll 0 0;
  content: "";
  display: block;
  height: 23px;
  left: 24px;
  position: absolute;
  top: 13px;
  width: 1px;
}
.post_link_icon {
  background: #d64123 none repeat scroll 0 0;
  height: 50px;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  position: absolute;
  bottom: -50px;
  transition: all 0.4s ease 0s;
  width: 50px;
}
.bizzex-photo-gallery-shortcode-container figure:hover .bizzex_post_thumb_overlay {
	  background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
}
.bizzex-photo-gallery-shortcode-container figure:hover .post_link_icon {
  top: 60%;
}
.bizzex-photo-gallery-shortcode-container figure:hover .bizzex_post_title {
  bottom: 73%;
	opacity: 1;
}
.bizzex-photo-gallery-shortcode-container figure:hover .bizzex_post_cats_list {
  top: 75%;
	opacity: 1;
}

/*==================TIMELINE=====================*/
.bizzex-timeline-shortcode-container {
padding-top: 3em;
position: relative;
}
.bizzex_timeline_divider {
	background: rgba(255, 255, 255, 0.25) none repeat scroll 0 0;
	height: 100%;
	left: -1px;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
}
.bizzex-timeline-item {
	margin-bottom: 2.4em;
	position: relative;
	width: 50%;
}
.bizzex-timeline-item.timeline-item-position-left {
  padding-right: 98px;
	float: left;
}
.bizzex-timeline-item.timeline-item-position-right {
	float: right;
	padding-left: 98px;
}
.bizzex-timeline-item .bizzex_timeline_inner {
  border: 1px solid rgba(255, 255, 255, 0.25);
  overflow: hidden;
  padding: 22px 30px 28px;
}

.bizzex-timeline-item .bizzex_timeline_inner .bizzex-hr {
	border-color: #d64123;
	border-width: 2px;
	margin: 1em 0;
	width: 31px;
}

.bizzex-timeline-item .bizzex_timeline_callout {
  background: rgba(255, 255, 255, 0.25) none repeat scroll 0 0;
  height: 1px;
  left: 0;
  position: absolute;
  top: 29px;
  width: 99px;
}

.bizzex-timeline-item.timeline-item-arrow-position-bottom .bizzex_timeline_callout {
  top: auto;
	bottom: 29px;
}

.bizzex-timeline-item.timeline-item-position-left .bizzex_timeline_callout {
  left: auto;
  right: 0;
  width: 98px;
}

.bizzex-timeline-item.timeline-item-position-left .bizzex_timeline_callout::after {
  border-color: transparent #fff transparent transparent;
  border-style: solid;
  border-width: 9px 9px 9px 0;
  content: "";
  display: block;
  margin-top: -8px;
  position: absolute;
  right: 0;
  top: 0;
}

.bizzex-timeline-item.timeline-item-position-right .bizzex_timeline_callout::after {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 9px 0 9px 9px;
  content: "";
  display: block;
  left: 0;
  margin-top: -8px;
  position: absolute;
  top: 0;
}

.bizzex_timeline_inner > h3:first-child {
  margin-top: 0;
}

.bizzex_timeline_dots {
  background-color: white;
  border-radius: 100%;
  height: 7px;
  left: 50%;
  margin-left: -4px;
  position: absolute;
  top: -30px;
  width: 7px;
}

.bizzex_timeline_dots::before,
.bizzex_timeline_dots::after  {
  background-color: white;
  border-radius: 100%;
  content: "";
  height: 7px;
  left: -9px;
  position: absolute;
  width: 7px;
}

.bizzex_timeline_dots::after {
  left: auto;
  right: -9px;
}

@media (max-width: 767px) {
	.bizzex-timeline-item {
		width: 100%;
	}
	.bizzex-timeline-item.timeline-item-position-left {
	  padding-right: 0;
		padding-left: 30px;
		float: none;
	}
	.bizzex-timeline-item.timeline-item-position-right {
		float: none;
		padding-left: 30px;
	}
	.bizzex_timeline_divider {
  	left: -100%;
	}
	.bizzex-timeline-item .bizzex_timeline_callout {
		left: 0 !important;
		right: auto !important;
		width: 30px !important;
	}
	.bizzex-timeline-item .bizzex_timeline_callout::after {
		border-color: transparent transparent transparent #fff!important;
	  border-width: 9px 0 9px 9px!important;
	  left: 0!important;
		right: auto!important;
	}

}


/*============DESIGN BUTTON=============*/
.bizzex-design-btn {
	background-color: white;
	cursor: pointer;
	display: block;
	height: 0;
	margin: 0 auto 3em;
	position: relative;
	transform: translate(-34px, 0px);
	-webkit-transform: translate(-34px, 0px);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	width: 0;
	z-index: 9;
}
.bizzex-design-btn::before {
    background-color: inherit;
    content: "";
    height: 1px;
    left: 23px;
    position: absolute;
    top: 34px;
    width: 23px;
		transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
}
.bizzex-design-btn::after {
    background-color: inherit;
    content: "";
    height: 23px;
    left: 34px;
    position: absolute;
    top: 23px;
    width: 1px;
		transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
}
.bizzex-design-btn .top-trian {
  border-color: transparent transparent #d64123;
  border-style: solid;
  border-width: 0 35px 35px;
  display: block;
  height: 0;
  width: 0;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.bizzex-design-btn .bot-trian {
  border-color: #d64123 transparent transparent;
  border-style: solid;
  border-width: 35px 35px 0;
  display: block;
  height: 0;
  width: 0;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

/*.bizzex-design-btn:hover:before {
    left: 22px;
    top: 34px;
    width: 26px;
}
.bizzex-design-btn:hover:after {
    height: 26px;
    left: 34px;
    top: 22px;
}*/

.bizzex-design-btn:hover {
	background-color: #393939!important;
}
.bizzex-design-btn:hover .top-trian {
  border-color: transparent transparent #e1e1e1!important;
}
.bizzex-design-btn:hover .bot-trian {
  border-color: #e1e1e1 transparent transparent!important;
}


/*===========ANIMATION==============*/
.js .animate-in {
  opacity: 0;
  transform: translate(0px, 0px);
  visibility: hidden;
}
.js .animate-in-from-bottom {
  opacity: 0;
  transform: translate(0px, 100px);
  visibility: hidden;
}
.js .animate-in-from-top {
  opacity: 0;
  transform: translate(0px, -100px);
  visibility: hidden;
}
.js .animate-in-from-left {
  opacity: 0;
  transform: translate(-100px, 0px);
  visibility: hidden;
}
.js .animate-in-from-right {
  opacity: 0;
  transform: translate(100px, 0px);
  visibility: hidden;
}
.animate-in-from-top.animated,
.animate-in-from-bottom.animated,
.animate-in-from-left.animated,
.animate-in-from-right.animated,
.animate-in.animated {
  backface-visibility: hidden;
  opacity: 1;
  transform: translate(0px, 0px);
  transition: transform 400ms ease-out 100ms, opacity 400ms ease-out 100ms;
  visibility: visible;
}
