
/*.full-width-content .content { 
	max-width: 100%; 
	padding-left: 0;
  padding-right: 0;
	  margin-top: 0;
}*/

/*.hjs-flex-content .entry {
	padding-left: 0; 
	padding-right: 0;
	margin: 0;
}*/

/* Column Classes
 *
 * Width: 1140px
 * Gutter: 50px
 * Link: http://www.billerickson.net/column-class-generator/
--------------------------------------------- */

/*.five-sixths,
.four-sixths,
.four-fifths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-fifths,
.three-sixths,
.two-fourths,
.two-fifths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 4.38596491228%;
}
 
.one-half,
.three-sixths,
.two-fourths {
	width: 47.8070175439%;
}
 
.one-third,
.two-sixths {
	width: 30.4093567251%;
}
 
.four-sixths,
.two-thirds {
	width: 65.2046783626%;
}
 
.one-fourth {
	width: 21.7105263158%;
}
 
.three-fourths {
	width: 73.9035087719%;
}
 
.one-fifth {
	width: 16.4912280702%;
}
 
.two-fifths {
	width: 37.3684210526%;
}
 
.three-fifths {
	width: 58.2456140351%;
}
 
.four-fifths {
	width: 79.1228070175%;
}
 
.one-sixth {
	width: 13.0116959064%;
}
 
.five-sixths {
	width: 82.6023391813%;
}
 
.first {
	clear: both;
	margin-left: 0;
}*/

	
/* Column Classes
 *
 * Width: 1350px
 * Gutter: 50px
 * Link: http://www.billerickson.net/column-class-generator/
--------------------------------------------- */

.five-sixths,
.four-sixths,
.four-fifths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-fifths,
.three-sixths,
.two-fourths,
.two-fifths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 3.7037037037%;
}
 
.one-half,
.three-sixths,
.two-fourths {
	width: 48.1481481481%;
}
 
.one-third,
.two-sixths {
	width: 30.8641975309%;
}
 
.four-sixths,
.two-thirds {
	width: 65.4320987654%;
}
 
.one-fourth {
	width: 22.2222222222%;
}
 
.three-fourths {
	width: 74.0740740741%;
}
 
.one-fifth {
	width: 17.037037037%;
}
 
.two-fifths {
	width: 37.7777777778%;
}
 
.three-fifths {
	width: 58.5185185185%;
}
 
.four-fifths {
	width: 79.2592592593%;
}
 
.one-sixth {
	width: 13.5802469136%;
}
 
.five-sixths {
	width: 82.7160493827%;
}
 
.first {
	clear: both;
	margin-left: 0;
}

.content-wrap ul {
	margin-left: 35px;
}

.content-wrap ul li {
	list-style-type: disc;
}

/* Default Card Styling */

.card {
	position: relative;
	margin: .5rem .5rem 1rem .5rem;
	background-color: #fff;
	transition: box-shadow .25s;
	border-radius: 3px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	overflow: hidden;
}

.card .card-image {
	position: relative;
}

.card .card-image img {
	display: block;
	border-radius: 2px 2px 0 0;
	position: relative;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	padding: 0;
	border: none;
}

.card .card-image .card-title {
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	max-width: 100%;
	padding: 24px;
	font-size: 24px;
	font-weight: 300;
}

.card .card-content {
	padding: 25px 30px;
	border-radius: 0 0 2px 2px;
	position: relative;
}
.card .card-content h4 {
	color: #333; 
	margin-top: 0; 
}

.card .card-content p {
	margin: 0;
	color: #222;
	line-height: 1.4;
}

.card .card-action {
	padding: 0 30px 25px;
}

.card .card-action .button {
	width: 100%;
	text-align: center; 
	margin-bottom: 0;
}

.cards-wrap { 
	overflow: hidden;
}

.cards-wrap .one-half.first,
.cards-wrap .one-third.first,
.cards-wrap .one-fourth.first,
.cards-wrap .one-fifth.first {
	margin-left: 0;
}

.cards-wrap .one-fourth {
  width: 22.75%;
  margin-left: 3%;
}
.cards-wrap .one-fifth {
  width: 18.4%;
  margin-left: 2%;
}

/* Link Cards */

.link-cards.hjs-section .one-half {
	margin-bottom: 2rem;
	margin-left: 2.385965%;
	width: 48.807018%;
}
.link-cards.hjs-section .one-half.first {
	margin-left: 0;
}

.link-cards .card .card-action {
	font-size: 1.5rem;
	min-height: 48px;
}

.link-cards.hjs-section .single-column {
	margin-bottom: 40px;
}

.card.link-card { 
	border-radius: 0; 
	border-left: 5px solid; 
	display: flex;
	justify-content: space-between;
	padding: 20px 0;
	align-items: center;
}

.card.link-card .card-content { 
	padding: 0 25px; 
	border-radius: 0;
}

.card.link-card h4 { margin-top: 0; margin-bottom: 10px;}

.card.link-card .card-icon { padding-right: 25px; }

.card.link-card .card-icon a {
	border: 1px solid;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	display: block;
	text-align: center;
	line-height: 50px;
}

/* =============================
	Magnific Defaults 
==============================*/

.mfp-image-holder .mfp-close {
	background: #fff;
	color: #333;
	opacity: 1;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	line-height: 32px;
	text-align: center;
	padding: 0;
	text-indent: 3px;
	right: -15px;
	top: -15px;
}

.mfp-bottom-bar {
	margin-top: 7px;
}

.mfp-figure small {
	color: #fff;
	display: block;
	font-size: 80%;
	line-height: 1;
	margin-top: 5px;
}
.mfp-title {  
	line-height: 1.4;
	font-weight: 600;
}

div.mfp-counter { 
	top: 0; 
}

img.mfp-img {
	padding: 0;
}

.mfp-counter {
	color: #fff;
	font-size: 18px;
	line-height: 1;
}

div.mfp-iframe-holder {
  padding-right: 5%;
  padding-left: 5%;
}

.slidecaption {
	background: #333;
  color: #fff;
  padding-left: 20px;
}

.gallery img { 
	display: block; 
}
.gallery-grid.hjs-section .one-fourth {
	margin-left: 2.5%;
	margin-bottom: 2.5%;
	width: 23.1%;
}
.gallery-grid.hjs-section .one-fifth {
	margin-left: 2.5%;
	margin-bottom: 2.5%;
	width: 18%;
}
.gallery-grid.hjs-section .one-sixth {
	margin-left: 2.5%;
	margin-bottom: 2.5%;
	width: 14.55%;
}
.gallery-grid.hjs-section .one-fourth.first,
.gallery-grid.hjs-section .one-fifth.first,
.gallery-grid.hjs-section .one-sixth.first {
	margin-left: 0;
}

/* =====================================
	Gallery Cards 
======================================*/

.about .title-wrap {
  background: #fff;
  width: 690px;
  border: 2px solid #000;
  padding: 45px;
  text-align: left;
}

.about.hjs-section h2.section-title {
	text-align: left;
}

.about.hjs-section .section-subtitle {
	text-align: left;
}

.about.hjs-section .section-description {
	text-align: left;
	max-width: 100%;
}

/* Gallery Cards */

.gallery-card .card-image a { display: none; }
.gallery-card .card-image a.first-item { display: block; }

.gallery-card .card-action a.button { display: none; }
.gallery-card .card-action a.button.first-item { display: block; text-align: center; }

/* Feature Cards */

.feature-blocks.light h4,
.feature-blocks.light p {
	color: #fff;
}

/* Thumbnail Slider */

.thumbnail-slider.slider-for .slide {
	padding: 0;
}

.thumbnail-slider.slider-for .slick-next,
.thumbnail-slider.slider-for .slick-prev,
.thumbnail-slider.slider-nav .slick-next,
.thumbnail-slider.slider-nav .slick-prev {
  display: inline-block;
  position: absolute;
  top: 41%;
  z-index: 9999;
  font-size: 68px;
  color: #fff;
  text-shadow: 0 0 5px rgba(0,0,0,.5);
}

.thumbnail-slider.slider-nav .slick-next,
.thumbnail-slider.slider-nav .slick-prev {
  top: 5px;
  background: rgba(0,0,0,.78);
  height: 94px;
  padding: 27px 15px;
  font-size: 36px;
  margin-top: 0;
}

.thumbnail-slider.slider-nav .slide {
	padding: 5px 3px;
}

.thumbnail-slider.slider-for .slick-prev {
	left: 20px;
}

.thumbnail-slider.slider-for .slick-next {
	right: 20px;
}

.thumbnail-slider.slider-nav .slick-prev {
	left: 0;
}

.thumbnail-slider.slider-nav .slick-next {
	right: 0;
}


/* Full Width Slider */

.full-width-slider.hjs-section { 
	padding: 0;
}

.full-width-slider .slick-initialized .slick-slide { 
	padding: 0; 
}

.hjs-flex-content .full-width-slider .wrap {
	max-width: 100%; 
} 

.full-width-slider.hjs-section .slick-dots {
	margin: 0;
	position: absolute;
	bottom: 15px;
	width: 100%;
}

.full-width-slider .slick-next,
.full-width-slider .slick-prev {
	display: inline-block;
	position: absolute;
	top: 41%;
	z-index: 9999;
	font-size: 68px;
	color: #fff;
	text-shadow: 0 0 5px rgba(0,0,0,.5);
}

.full-width-slider .slick-prev {
	left: 30px;
}

.full-width-slider .slick-next {
	right: 30px;
}

.full-width-slider a {
	text-decoration: none;
}

.full-width-slider h2 {
	font-size: 110px;
	font-size: 11rem;
	text-transform: uppercase;
	text-align: center;
	color: #222;
	font-weight: 700;
	margin: 0 0 5px;
}

.full-width-slider .image-wrap {
	position: relative;
}

.full-width-slider .content-wrap {
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 45%;
	text-align: center;
}

/* Pricing Table */

.pricing-table .wrap {
	max-width: 960px;
}
.pricing-table .cards-wrap {
	display: flex; 
	justify-content: space-between;
}

.pricing-table .cards-wrap h4 { 
	margin-top: 40px;
	margin-bottom: 30px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	text-transform: uppercase;
}

.pricing-table .cards-wrap h5 { 
	font-size: 36px;
	font-size: 3.6rem; 
	line-height: 1; 
	margin-bottom: 30px;
	color: #333;
}

.pricing-table .cards-wrap h5 b {   
	color: #878787;
	font-size: 20px; 
}
.pricing-table .cards-wrap ul { 
	text-align: left;
	max-width: 75%;
	margin: 0 auto;
}
.pricing-table .cards-wrap ul li {
	list-style-type: none;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 400;
	margin-bottom: 2px;
	color: #333;
}

.pricing-table .card .card-action {
	padding: 0 40px 35px;
}

.pricing-table .cards-wrap ul li i {
	color: #00aeef;
	font-size: 5px;
	position: relative;
	bottom: 3px;
}

.pricing-table .card .card-content {
	padding-bottom: 30px; 
}

.pricing-table .cards-wrap ul li b {
	color: #878787;
	font-weight: 400;
}

.pricing-table .card {
	width: 31.5%;
  text-align: center;
	border: 1px solid #00aeef;
}

.pricing-table p.card-highlight {
  margin: 0;
  color: #fff;
  background: #1ebb98;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  width: auto;
  display: block;
  position: absolute;
  right: 20px;
  line-height: 1;
  padding: 6px 15px 5px;
  border-radius: 20px;
}

/* Feature Blocks */

.feature-blocks .cards-wrap {
	overflow: hidden;
  margin-top: 50px;
	margin-top: 5rem;
}

.feature-blocks .one-half {
	margin-bottom: 30px;
	margin-bottom: 3rem;
}
.feature-blocks .card { 
	background: none;
	box-shadow: none; 
	display: flex;
  justify-content: center;
  align-items: center;
	border-radius: 0;
	margin: 0; 
}
.feature-blocks .card h4 { 
	margin-top: 0;   
	margin-bottom: 10px; 
}
.feature-blocks .card-content { padding: 0; }
.feature-blocks .card .card-image img { 
  width: auto;
  border-radius: 50%;
  border: 3px solid #e9e9e9;
}

.feature-blocks .card .card-image {
  position: relative;
  width: auto;
  min-width: 150px;
  margin-right: 30px;
}

/* Power Quote */

.power-quote .quote {
	margin: 0 auto;
	text-align: center;
}

.power-quote p { 
	margin-bottom: 20px; 
}

.power-quote .website {
	font-size: 80%;
}

.power-quote .quote .author {
	text-transform: uppercase;
	font-size: 18px;
	font-size: 1.8rem;
}

/* =======================
	POWER QUOTE SLIDER
========================*/

.power-quote-slider .quote {
	margin: 0 auto;
	text-align: center;
}

.power-quote-slider .testimonial-slider-wrap {
	margin-bottom: 50px;
}

.power-quote-slider p { 
	margin-bottom: 20px; 
}

.power-quote-slider .website {
	font-size: 80%;
}

.power-quote-slider .quote .author {
	text-transform: uppercase;
	font-size: 18px;
	font-size: 1.8rem;
}

.power-quote-slider { 
	text-align: center;
}


.entry-content {  }

.button-wrap { margin-top: 25px; margin-top: 2.5rem; }
.button-wrap:last-child {
	margin-bottom: 0;
}
.button-wrap.center { text-align: center; }
.button-wrap.right { text-align: right; }
.button-wrap:last-child a.button { margin-bottom: 0; }

.slick-slider { visibility: hidden; }
.slick-initialized { visibility: visible; }
.slick-initialized .slick-slide { padding: 0 10px; }
.hjs-section .slick-dots { text-align: center; margin: 30px 0 0; }
.hjs-section .slick-dots li { display: inline-block; margin: 0 7px; }
.hjs-section .slick-dots li button { border: none;   box-shadow: 0 2px 2px 0 rgba(0,0,0,0),0 3px 6px 0 rgba(0,0,0,0.3),0 4px 5px -2px rgba(0,0,0,0.3); width: 20px; height: 20px; border: 2px solid transparent; text-indent: -9999em; display: block; padding: 0; border-radius: 50%; background: #aaa; outline: none; }
.hjs-section .slick-dots li.slick-active button { background: #666; border: 2px solid #aaa; }
.hjs-section .slick-slide img { width: 100%; }

.hjs-flex-content { }
.hjs-flex-content .site-inner { max-width: 100%;  padding-bottom: 0; padding-top: 0; margin-top: 0 !important; }
.home.hjs-flex-content .site-inner { padding-top: 0; }
.home.hjs-flex-content .content-sidebar-wrap .entry-header { margin-bottom: 0;   margin-top: -1px;}
.home.hjs-flex-content .content-sidebar-wrap .entry-header h1 {
  text-indent: -9999em;
  height: 1px;
}

/*.hjs-flex-content .site-inner .wrap { 
	padding-left: 0; 
	padding-right: 0; 
}*/

.the-content-wrapper .wrap { 
	padding-left: 3%; 
	padding-right: 3%; 
}

.section-description { 
	max-width: 75%;  
	margin: 0 auto 40px; 
}

.hjs-flex-content.full-width-content .content-sidebar-wrap { margin: 0; padding: 0; max-width: 100%; }
.hjs-flex-content .content-sidebar-wrap .entry-header {   
	text-align: center;
	margin-bottom: 0;
	padding: 50px 0; 	
	position: relative;
	z-index: 9999;
}
.hjs-flex-content .content-sidebar-wrap .entry-header h1 { margin: 0; padding: 0 3%; }

.single-column .card { width: 99%; }  

.the-content-wrapper { display: block; position: relative; z-index: 999;  margin-bottom: 50px; margin-bottom: 5rem; }
.the-content-wrapper p { }

p:last-child { margin: 0; }   

.hjs-section div.gform_wrapper .top_label .gfield_label { }
.hjs-section div.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, 
.hjs-section div.gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label { color: #eee; }
.hjs-section { 
  background: #fff;
  padding: 80px 0;
  margin-top: -80px;
  border-top: 80px solid transparent;
  overflow: hidden;
  clear: both;
  position: relative;
}

#s1 { z-index: 100; }
#s2 { z-index: 99;}
#s3 { z-index: 98; }
#s4 { z-index: 97; }
#s5 { z-index: 96; }
#s6 { z-index: 95; }
#s7 { z-index: 94; }
#s8 { z-index: 93; }
#s9 { z-index: 92; }
#s10 { z-index: 91; }
#s11 { z-index: 90; }
#s12 { z-index: 89; }
#s13 { z-index: 88; }
#s14 { z-index: 87; }
#s15 { z-index: 86; }
#s16 { z-index: 85; }
#s17 { z-index: 84; }
#s18 { z-index: 83; }
#s19 { z-index: 82; }
#s20 { z-index: 81; }
#s21 { z-index: 80; }
#s22 { z-index: 79; }
#s23 { z-index: 78; }
#s24 { z-index: 77; }
#s25 { z-index: 76; }
#s26 { z-index: 75; }
#s27 { z-index: 74; }
#s28 { z-index: 73; }
#s29 { z-index: 72; }
#s30 { z-index: 71; }
#s31 { z-index: 70; }
#s32 { z-index: 69; }
#s33 { z-index: 68; }
#s34 { z-index: 67; }
#s35 { z-index: 66; }
#s36 { z-index: 65; }
#s37 { z-index: 64; }
#s38 { z-index: 63; }

.hjs-section .single-column .embed-container { margin-bottom: 0; }
.hjs-section.no-bg:first-of-type { padding-top: 0; }
.hjs-section h2.section-title { text-align: center; }

.hjs-section .section-subtitle {   
	text-align: center;
	margin-bottom: 40px;
}

.hjs-section .single-column,
.hjs-section .one-half,
.hjs-section .one-third,
.hjs-section .one-fourth,
.hjs-section .one-fifth,
.hjs-section .one-sixth { 
	margin-bottom: 5rem; 
}

.hjs-section .read-more {   
	display: block;
	margin-top: 10px;
	color: #4f8fca;
	font-weight: 600;
	text-transform: lowercase;
	font-size: 20px; 
}
.hjs-section .read-more:hover { 
	transition: 0s; 
	color: #eb3c48; 
	text-decoration: none; 
}

.hjs-section .read-more:hover .text  { border-color: #eb3c48; }

.home-banner { 
	position: relative;
	height: 650px;
	margin: 0;
	z-index: 200;
	overflow: hidden;
}
.home-banner .wrap {
	display: flex;
	align-items: center;
	height: inherit;
	justify-content: center;
}
.home-banner h2.entry-title {   
	font-size: 60px;
	font-size: 6rem;
	color: #fff;
	font-weight: 300;
	text-align: center;
	line-height: 1;
}
.home-banner .entry-header {
	margin-bottom: 40px;
}
.home-banner h2.entry-title b { 
	font-weight: 300;
	color: #00aeef;
	display: block;
	font-size: 76px;
	font-size: 7.6rem;
	line-height: 1;
}
.home-banner .entry-header img { 
	display: block; 
	margin: 0 auto 40px; 
}
.home-banner ul { 
	margin: 0; 
}
.home-banner ul li { 
	display: inline-block; 
	list-style: none;     
	margin: 0 10px 0 0; 
}

.home-banner .sub-title {
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
}
.home-banner .banner-button-wrap {
	text-align: center;	
	margin-bottom: 20px;
}

.home-banner #main_countedown_1 .countdown { 
	overflow: hidden; 
	display: flex;
	justify-content: center;
}
.home-banner #main_countedown_1 .time_left {
	border-radius: 0;
	background: none;
	font-size: 23px;
	color: #fff;
	border-bottom: 1px solid #00aeef;
	line-height: 1;
}

.home-banner #main_countedown_1 .time_description {
  font-size: 23px;
  font-family: "Montserrat",sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.home-banner .element_conteiner {
  text-align: center;
  display: block;
  width: 105px;
  float: left;
}

.home-video .play-icon { margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0; width: 294px; height: 294px;
	  border: 30px solid #fcfbeb;
  border-radius: 50%;
  box-shadow: inset 0px 5px 5px rgba(0,0,0,.4), 0px 5px 5px rgba(0,0,0,.4);
}

.home-video .play-icon .fa {
	font-size: 130px;
  color: #fcfbeb;
  padding: 55px 65px;
  text-shadow: 3px 3px 3px rgba(0,0,0,.4);
	position: relative;
  right: -7px;
}

.hjs-section.light { color: #fff;   font-weight: 400; } 
.hjs-section.light h2 { color: #fff; }
.hjs-section.light h3 {color: #fff; }
.hjs-section.light .read-more,
.hjs-section .light .read-more { color: #fff; }
.hjs-section.light .card { color: #fff; }

.bottom-button-group {
	overflow: hidden;
	margin-top: 50px;
}
.bottom-button-group ul {
	text-align: center; 
	margin-left: 0;
}
.bottom-button-group ul li {
	display: inline-block;
	margin: 0 15px 15px 0;
}

.single-column:nth-of-type(1n+1):nth-last-of-type(-n+1),
.single-column:nth-of-type(1n+1):nth-last-of-type(-n+1) ~ .single-column { margin-bottom: 0; }

.one-half:nth-of-type(2n+1):nth-last-of-type(-n+2),
.one-half:nth-of-type(2n+1):nth-last-of-type(-n+2) ~ .one-half { margin-bottom: 0; }

.one-third:nth-of-type(3n+1):nth-last-of-type(-n+3),
.one-third:nth-of-type(3n+1):nth-last-of-type(-n+3) ~ .one-third { margin-bottom: 0; }

.one-fourth:nth-of-type(4n+1):nth-last-of-type(-n+4),
.one-fourth:nth-of-type(4n+1):nth-last-of-type(-n+4) ~ .one-fourth { margin-bottom: 0; }

.one-fifth:nth-of-type(5n+1):nth-last-of-type(-n+5),
.one-fifth:nth-of-type(5n+1):nth-last-of-type(-n+5) ~ .one-fifth { margin-bottom: 0; }

.one-sixth:nth-of-type(6n+1):nth-last-of-type(-n+6),
.one-sixth:nth-of-type(6n+1):nth-last-of-type(-n+6) ~ .one-sixth { margin-bottom: 0; }

.embed-container .play-icon { cursor: pointer; background: url(../images/video-play-sprite-100.png) no-repeat 0 10px; width: 100px; height: 100px; display: block; margin: auto; position: absolute; top: 0; left: 0; bottom: 0; right: 0; }
.embed-container .play-icon:hover { background-position: 0 -230px; }

.one-half.full-width { width: 100%; margin: 0; }
.one-half.full-width .video-container {  margin: 0 0 2em; }

.columns {  }
.columns .button {  }
.columns a { border: none; box-shadow: none; }
.columns .one-half img { width: 100%; display: block; margin: 0 auto; }
.columns .one-third img { display: block; margin: 0 auto 30px; }
.columns .single-column { margin: 0 auto; }
.columns .embed-container { margin-bottom: 0; }
.columns .cover-image { cursor: pointer; position: relative; }
.columns .cover-image img {   width: 100%; display: block; margin: 0; }
.columns .cb-first { transition: 1s; }
.columns .youtube-player img { bottom: 0; display: block; left: 0; margin: auto; max-width: 100%; width: 100%; position: absolute; right: 0; top: 0; border: none; height: auto; cursor: pointer; -webkit-transition: .4s all; -moz-transition: .4s all; transition: .4s all;}
.columns .title-content-wrap { text-align: center; margin-top: 30px; margin-top: 3rem; }
.columns .title-content-wrap.highlight { margin-top: 0; }

.blocks { overflow: hidden; }

.section-bottom-content { 
	margin-top: 50px; 
	clear: both;
}

/* =================================
	COLUMN BLOCKS
==================================*/

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

.column-blocks img {
	display: block;
	margin: 0 auto 20px;
}

.column-blocks-subtitle {
	text-align: center;
}

/* =================================
	COLUMN BLOCKS ALT
==================================*/

.column-blocks-alt {
	text-align: center;
}

.column-blocks-alt img {
	display: block;
	margin: 0 auto 20px;
}

/* =================================
	CATEGORY IMAGES BLOCK
==================================*/

.category-images-block a { 
	display: table; 
	width: 100%; 
	height: 310px; 
	position: relative; 
	text-decoration: none;
}

.category-images-block a:hover { 
	text-decoration: none; 
}

.category-images-block a:hover span { 
	background-color: rgba(0, 0, 0, 0.6); 
}

.category-images-block span { 
	background-color: rgba(0, 0, 0, 0.3); 
	font-weight: 500; 
	color: #fff; 
	transition: 0.15s ease-in-out; 
	display: table-cell; 
	vertical-align: middle; 
	text-align: center; 
	font-size: 36px; 
	text-shadow: 1px 1px 2px rgba(0,0,0,.5); 
}

.category-images-block .one-third span { 
	font-size: 24px;
}

.category-images-block .one-third a { 
	height: 265px; 
}

.category-images-block h3 { 
	text-align: center; 
	clear: both; 
}

.category-images-block p { 
	text-align: center; 
	margin-bottom: 3rem;
	margin-top: -1rem; 
}

.category-images-wrap {
	overflow: hidden; 
}

/* Category Images Two */

.category-images-two .image-overlay-frame {
	cursor: pointer;
	overflow: hidden;
	position: relative;
}

.category-images-two .overlay-wrap {
	position: absolute;
	cursor: pointer;
	color: #fff;
	font-family: inherit;
	text-transform: uppercase;
	text-align: center;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: rgba(0,0,0,0.1);
	text-decoration: none;
}

.category-images-two .overlay-wrap .overlay-title {
	font-weight: 600;
	text-shadow: 1px 1px 5px rgba(0,0,0,.4);
}

.category-images-two .overlay-wrap:hover,
.category-images-two .overlay-wrap:focus {
	background: rgba(0,0,0,0.5);
	transition: .5s;
}

.category-images-two .overlay-wrap:hover .overlay-title {
	transition: .5s;
}

.category-images-two .overlay-wrap:hover .overlay-title .cat-title,
.category-images-two .overlay-wrap:focus .overlay-title .cat-title {
	display: block;
	transition: .5s;
}

.category-images-two img {
	width: 100%;
	height: auto;
	display: block;
	/*outline: 2px solid #fff;
 	outline-offset: -8px;*/
}

.category-images-two .overlay-title span.button {
	display: none;
	transition: .5s;
}

.category-images-two .overlay-wrap:hover span.button,
.category-images-two .overlay-wrap:focus span.button {
	display: inline-block;
	transition: .5s;
}

.category-images-two .overlay-title .cat-title {
	margin-bottom: 5px;
	display: none;
	font-size: 24px;
	font-size: 2.4rem;
}

.category-images-two .one-fourth {
	width: 25%;
	margin: 0;
	padding: 0 10px;
}

/* Category Images Three */

.category-images-three .image-content-wrap {
	text-align: center;
}

.category-images-three .image-content-wrap a {
	text-decoration: none;
}

.category-images-three .category-title {
	color: #333;
	font-size: 20px;
	font-weight: 500;
}

.category-images-three.light .category-title {
	color: #fff;
}

.category-images-three .image-content-wrap a:focus {
	outline: none;
}

.category-images-three .image-content-wrap a:hover .category-title,
.category-images-three .image-content-wrap a:focus .category-title {
	color: #00aeef;
	transition: .5s;
}

.category-images-three img {
	display: block;
	border-radius: 50%;
	border: 8px solid #eee;
	margin: 0 auto 20px;
	opacity: .8;
}

.category-images-three a:focus img,
.category-images-three img:hover {
	border-color: #00aeef;
	transition: .5s;
	opacity: 1;
}

/* Category Images Four */

.category-images-four .wrap {
	max-width: 100%;
	padding: 0;
}

.category-images-four.hjs-section {
	padding: 0;
}

.category-images-four .one-half {
	width: 50%;
	margin: 0;
}

.category-images-four .one-third {
	width: 33.33%;
	margin: 0;
}

.category-images-four .category-block {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 75px 5% 20px;
}

.category-images-four .category-block a {
	text-decoration: none;
}

.category-images-four .category-block a:focus {
	outline: none;
}

.category-images-four .category-block img {
	margin: 0 auto 15px;
	display: block;
}

.category-images-four .category-block .category-title {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 45px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 900;
	line-height: 1;
}

.category-images-four a {
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.category-images-four a img {
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.category-images-four a:hover img, 
.category-images-four a:focus img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  transition: all 0.2s ease;
}

/* Category Images Five */

.category-images-five .image-content-wrap {
	position: relative;
}

.category-images-five .image-content-wrap .category-title {
	position: absolute;
	width: 100%;
	bottom: 10px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 32px;
	display: block;
	line-height: 1;
}

.category-images-five img {
	display: block;
	margin: 0 auto;
}

.category-images-five .one-third {
	width: 33.33%;
	padding: 0 5px;
	margin: 0 0 14px !important;
}

.category-images-five .one-fourth {
	width: 25%;
	padding: 0 5px;
	margin: 0 0 16px !important;
}

.category-images-five .image-overlay-frame {
	cursor: pointer;
	overflow: hidden;
	position: relative;
}

.category-images-five .overlay-wrap {
	position: absolute;
	cursor: pointer;
	color: #fff;
	font-family: inherit;
	text-transform: uppercase;
	text-align: center;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: rgba(0,0,0,0.1);
	text-decoration: none;
	z-index: 999;
}

.category-images-five .overlay-wrap .overlay-title {
	font-weight: 600;
	text-shadow: 1px 1px 5px rgba(0,0,0,.4);
}

.category-images-five .overlay-wrap:hover {
	background: rgba(0,0,0,0.5);
	transition: .5s;
}

.category-images-five img {
	width: 100%;
	height: auto;
	display: block;
}

.category-images-five .overlay-title span.button {
	display: none;
	transition: .5s;
}

.category-images-five .overlay-wrap:hover span.button {
	display: block;
	transition: .5s;
}

.category-images-five .overlay-title .cat-title {
	margin-bottom: 0;
	display: block;
	position: absolute;
	bottom: 7px;
	width: 100%;
	left: 0;
	font-size: 33px;
	font-size: 3.3rem;
	right: 0;
	line-height: 1;
}

.category-images-five a:focus .overlay-title span.button {
	display: block;
}

.category-images-five a {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.category-images-five a img {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.category-images-five a:hover img, 
.category-images-five a:focus img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  transition: all 0.5s ease;
}

/* Category Images Six */

.category-images-six img {
	display: block;
	margin: 0 auto 10px;
}

.category-images-six a {
	text-decoration: none; 
}

.category-images-six .category-title {
	display: block;
	width: 100%;
	text-align: center;
	color: #333;
	font-size: 20px;
	font-weight: 600;
}

.category-images-six .categories-wrap {
	overflow: hidden;
}

.category-images-six .image-content-wrap {
	position: relative;
}

.category-images-six .image-content-wrap .hover {
	visibility: hidden;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
}

.category-images-six .image-content-wrap .hover-hide {
	visibility: hidden;
}

.category-images-six .image-content-wrap .hover-show {
	visibility: visible;
}


/*=========================================
	CATEGORY IMAGES SEVEN 
=========================================*/

.category-images-seven .image-content-wrap {
	position: relative;
}

.category-images-seven .image-content-wrap .category-title {
	position: absolute;
	width: 100%;
	bottom: 10px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 32px;
	display: block;
	line-height: 1;
}

.category-images-seven img {
	display: block;
	margin: 0 auto;
}

.category-images-seven .one-third {
	width: 33.33%;
	padding: 0 7px;
	margin: 0 0 14px !important;
}

.category-images-seven .one-fourth {
	width: 25%;
	padding: 0 7px;
	margin: 0 0 16px !important;
}

.category-images-seven .image-overlay-frame {
	cursor: pointer;
	overflow: hidden;
	position: relative;
}

.category-images-seven .overlay-wrap {
	position: absolute;
	cursor: pointer;
	color: #fff;
	font-family: inherit;
	text-transform: uppercase;
	text-align: center;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: rgba(0,0,0,0.1);
	text-decoration: none;
	z-index: 999;
}

.category-images-seven .overlay-wrap .overlay-title {
	font-weight: 600;
	text-shadow: 1px 1px 5px rgba(0,0,0,.4);
}

.category-images-seven .overlay-wrap:hover {
	background: rgba(0,0,0,0.5);
	transition: .5s;
}

.category-images-seven img {
	width: 100%;
	height: auto;
	display: block;
}

.category-images-seven .overlay-title span.button {
	display: none;
	transition: .5s;
}

.category-images-seven .overlay-wrap:hover span.button {
	display: block;
	transition: .5s;
}

.category-images-seven .overlay-title .cat-title {
	margin-bottom: 0;
	display: block;
	position: absolute;
	bottom: 7px;
	width: 100%;
	left: 0;
	font-size: 33px;
	font-size: 3.3rem;
	right: 0;
	line-height: 1;
}

.category-images-seven a:focus .overlay-title span.button {
	display: block;
}

.category-images-seven a {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.category-images-seven a img {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.category-images-seven a:hover img, 
.category-images-seven a:focus img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  transition: all 0.5s ease;
}

.category-images-seven .cat-title {
	margin-bottom: 15px;
	display: block;
	width: 100%;
	font-weight: 600;
  	text-shadow: 1px 1px 5px rgba(0,0,0,.4);
	font-size: 24px;
	font-size: 2.4rem;
}

.category-images-seven .cat-subtitle {
	font-size: 16px;
	font-size: 1.6rem;
	text-transform: none;
	display: block;
	width: 100%;
	margin-bottom: 25px;
	font-weight: 600;
}

.category-images-seven .one-third {
	width: 33.33%;
	margin-left: 0;
	padding: 0 5px;
}

.category-images-seven .one-fourth {
	width: 25%;
	margin-left: 0;
	padding: 0 5px;
}

.category-images-seven .one-fifth {
	width: 20%;
	margin-left: 0;
	padding: 0 5px;
}

/*=========================================
	CATEGORY IMAGES EIGHT 
=========================================*/

.category-images-eight .wrap {
	max-width: 1600px;
}

.category-images-eight .image-content-wrap {
	position: relative;
}

.category-images-eight .image-content-wrap .category-title {
	position: absolute;
	width: 100%;
	bottom: 10px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 32px;
	display: block;
	line-height: 1;
}

.category-images-eight img {
	display: block;
	margin: 0 auto;
}

.category-images-eight .one-third {
	width: 33.33%;
	padding: 0 7px;
	margin: 0 0 14px !important;
}

.category-images-eight .one-fourth {
	width: 25%;
	padding: 0 7px;
	margin: 0 0 16px !important;
}

.category-images-eight .image-overlay-frame {
	cursor: pointer;
	overflow: hidden;
	position: relative;
}

.category-images-eight .overlay-wrap {
	position: absolute;
	cursor: pointer;
	color: #fff;
	font-family: inherit;
	text-align: justify;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: rgba(0,0,0,0.1);
	text-decoration: none;
	z-index: 999;
}

.category-images-eight .overlay-wrap .overlay-title {
	font-weight: 600;
	text-shadow: 1px 1px 5px rgba(0,0,0,.4);
}

.category-images-eight .overlay-wrap:hover,
.category-images-eight a:focus .overlay-wrap {
	background: rgba(0,0,0,0.5);
	background: rgba(5,56,111,0.8);
	transition: .5s;
}

.category-images-eight img {
	width: 100%;
	height: auto;
	display: block;
}

.category-images-eight .overlay-title span.button {
	display: none;
	transition: .5s;
}

.category-images-eight .overlay-wrap:hover span.button {
	display: block;
	transition: .5s;
}

.category-images-eight .overlay-title .cat-title {
	margin-bottom: 0;
	display: block;
	position: absolute;
	bottom: 7px;
	width: 100%;
	left: 0;
	font-size: 33px;
	font-size: 3.3rem;
	right: 0;
	line-height: 1;
}

.category-images-eight a:focus .overlay-title span.button {
	display: block;
}

.category-images-eight a {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.category-images-eight a img {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.category-images-eight a:hover img, 
.category-images-eight a:focus img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  transition: all 0.5s ease;
}

.category-images-eight .cat-title {
	margin-bottom: 60px;
	display: block;
	width: 100%;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
	text-align: center;
	padding: 0 7.5%;
	font-size: 32px;
	font-size: 3.2rem;
	position: absolute;
	bottom: 60px;
}

.category-images-eight .cat-description {
	padding: 0 7.5%;
	font-size: 24px;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 65px;
	visibility: hidden;
}

.category-images-eight .button {
	width: 85%;
	text-align: center;
	visibility: hidden;
	transition: 0s;
}

.category-images-eight a:hover .cat-title, 
.category-images-eight a:focus .cat-title {
	position: static;
}

.category-images-eight a:hover .cat-description, 
.category-images-eight a:focus .cat-description {
	visibility: visible;
}

.category-images-eight a:hover .button, 
.category-images-eight a:focus .button {
	visibility: visible;
	transition: 0s;
}

.category-images-eight .one-third {
	width: 33.33%;
	margin-left: 0;
	padding: 0 5px;
}

.category-images-eight .one-fourth {
	width: 25%;
	margin-left: 0;
	padding: 0 5px;
}

.category-images-eight .one-fifth {
	width: 20%;
	margin-left: 0;
	padding: 0 5px;
}


/* Gallery Strip */

.gallery-strip .wrap {
	max-width: 100%;
}

.gallery-strip .title-wrap {
	max-width: 1140px;
	margin: 0 auto;
}

.gallery-strip .gallery-strip-wrap {
	overflow: hidden;
}

.gallery-strip .gallery-item {
	width: 20%;
	margin: 0;
}

.gallery-strip .gallery-item img {
	display: block;
	margin: 0;
	width: 100%;
}

/* Form + Content Block */

.form-content-block {
	padding: 0;
}

.form-content-block .wrap {
	max-width: 100%;
}

.form-content-block div.gform_wrapper ul.gform_fields li.gfield { padding-right: 0; }

.form-content-block div.gform_wrapper {
  max-width: 75%;
  margin: 0 auto;
  padding: 80px 0;
}

.form-content-block h3.gform_title {
	color: #333;
}

.form-content-block .one-third {
	margin: 0; 
	width: 34%;
	right: 66%; position: relative;
}
.form-content-block .two-thirds {
	margin: 0; 
	width: 66%;
	left: 34%; 
	position: relative;
}

.form-content-block h2.section-title {
	text-align: left;
}
.form-content-block .button {
	margin: 0;
}

.form-content-block .section-description {
  max-width: 100%;
  margin: 0;
  margin: 0;
  padding: 80px 10% 0 10%;
}

.form-content-block-wrap { 
	overflow: hidden;   
	display: flex; 
	background: #fff;
}

/* Banner Box CTA */

.banner-box-cta h2.section-title { color: #fff; }
.banner-box-cta .section-description {
	margin: 0 auto;
}

.banner-box-cta .title-wrap {
  background: rgba(0,0,0, .75);
  padding: 30px 0;
  max-width: 61%;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}

/* Banner Box CTA ALT */

.banner-box-cta-alt {

}

.banner-box-cta-alt .banner-box.card {
	max-width: 815px;
  margin-left: auto;
  margin-right: auto;
}

.banner-box-cta-alt .banner-box.card .top-content { 
  padding: 30px 40px 35px;
	background: #f5f5f5;
}

.banner-box-cta-alt .bottom-content { padding: 40px;}
.banner-box-cta-alt .bottom-content .button-wrap { margin-top: 0; }

.banner-box-cta-alt .bottom-content p { margin-top: 20px;}
.banner-box-cta-alt div.gform_wrapper { margin: 0 auto; max-width: 400px;  }
.banner-box-cta-alt div.gform_wrapper input[type=email] {
	border-radius: 50px !important;
	padding-left: 20px !important; 
}
.banner-box-cta-alt div.gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0;
}
.banner-box-cta-alt div.gform_wrapper h3.gform_title { text-align: center; }
.banner-box-cta-alt div.gform_wrapper .gform_footer {    padding: 0;
  margin: -58px 4px 0 0;
  width: auto;
  float: right; } 
.banner-box-cta-alt div.gform_wrapper .gform_footer .button {
font-size: 16px;
  padding: 12px 18px 11px;
  border-radius: 50px;
  margin: 0;
}

.banner-box-cta-alt h2,
.banner-box-cta-alt h3 { font-family: "Raleway", san-serif; }

/* =====================================
	IMAGE CONTENT BLOCK
======================================*/

.image-content-block.hjs-section {
	padding: 0;
}

.image-content-block .wrap {
	max-width: 100%;
}

.image-content-block .content-wrap {
	width: 50%;
	float: left;
	padding: 60px 4%;
}

.image-content-block .image-wrap {
  width: 50%;
  display: block;
  min-height: 330px;
}

.image-content-block .image-content-wrap {
	display: flex;
}

.image-content-block .bottom-button-group ul {
	text-align: left;
}

.image-content-block .bottom-button-group ul li {
	margin: 0 15px 15px 0;
}

.image-content-block .image-wrap.right {
	position: relative;
	left: 50%;
}

.image-content-block .content-wrap.right {
	position: relative;
	right: 50%;
}

/* =====================================
	IMAGE CONTENT BLOCK ALT
======================================*/

.image-content-block-alt .button-wrap { 
	padding: 0; 
}

.image-content-block-alt .wrap {
	max-width: 100%;
}

.image-content-block-alt .image-content-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
}

.image-content-block-alt .image-wrap {
	width: 50%;
	padding: 0 5%;
}

.image-content-block-alt .image-wrap img {
	display: block;
	margin: 0 auto;
}

.image-content-block-alt .content-wrap {
	width: 50%;	
	padding-right: 5%;
}

.image-content-block-alt .image-wrap.right {
	position: relative;
	left: 50%;
}

.image-content-block-alt .content-wrap.right {
	position: relative;
	right: 50%;
	padding: 0 0 0 5%;
}

.image-content-block-alt .wrap:before,
.image-content-block-alt .wrap:after { 
	content: none; 
}

.image-content-block-alt {
	display: flex;
	align-items: center; 
	overflow: visible;
}

.image-content-block-alt .bottom-button-group ul { 
	text-align: left; 
}

.image-content-block-alt .bottom-button-group { 
	margin-top: 25px; 
}

.image-content-block-alt .bottom-button-group ul li {
	margin: 0 15px 15px 0;
}

/* =====================================
	IMAGE CONTENT THREE 
======================================*/

.image-content-three .wrap {
	max-width: 100%;
}

.image-content-three .content-wrap {
	width: 50%;
	float: left;
	padding: 0 4%;
}

.image-content-three .image-wrap {
  width: 50%;
  display: block;
  min-height: 330px;
}

.image-content-three .image-content-wrap {
	display: flex;
}

.image-content-three .bottom-button-group ul {
	text-align: left;
}

.image-content-three .bottom-button-group ul li {
	margin: 0 15px 15px 0;
}

.image-content-three .image-wrap.right {
	position: relative;
	left: 50%;
}

.image-content-three .content-wrap.right {
	position: relative;
	right: 50%;
}


/* =====================================
	IMAGE CONTENT FOUR
======================================*/

.image-content-four.hjs-section {
	padding: 0;
	background: #fff !important;
}

.image-content-four .wrap {
	max-width: 100%;
	padding: 0;
}

.image-content-four .content-wrap {
	width: 50%;
	float: left;
	padding: 70px 4%;
}

.image-content-four .image-wrap {
	width: 50%;
	display: block;
	min-height: 330px;
	display: flex;
	flex-wrap: wrap;
	margin-right: 10px;
}

.image-content-four .image-wrap span.title {
	color: #fff;
	margin: 0 40px 25px 0;
	text-transform: uppercase;
	font-size: 3rem;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 1px;
	text-shadow: 1px 1px 1px rgba(0,0,0,.9);
	display: inline-block;
	line-height: 1.2;
	line-height: 1;
	padding: 12px 20px 8px;
	transition: .5s;
}

.image-content-four .image-wrap a:hover span.title {
	background: #00aeef;
	text-shadow: none;
	border-radius: 3px;
	transition: .5s;
}

.image-content-four .image-wrap a {
	display: flex;
	height: 100%;
	width: 100%;
	justify-content: flex-end;
	align-items: flex-end;
	text-decoration: none;
}

.image-content-four .image-wrap .top {
	width: 100%;
	margin-bottom: 5px;
}

.image-content-four .image-wrap .bottom {
	width: 100%;
	margin-top: 5px;
}

.image-content-four .image-content-wrap {
	display: flex;
}

.image-content-four .bottom-button-group ul {
	text-align: left;
}

.image-content-four .bottom-button-group ul li {
	margin: 0 15px 15px 0;
}

.image-content-four .image-wrap.right {
	position: relative;
	left: 50%;
	margin-right: 0;
}

.image-content-four .content-wrap.right {
	position: relative;
	right: 50.7%;
}

.image-content-four .image-wrap.right span.title {
	margin-left: 40px;
	margin-right: 0;
}

.image-content-four .image-wrap.right a {
	justify-content: flex-start;
}

/* =====================================
	IMAGE CONTENT REPEATER 
======================================*/

.image-content-repeater .wrap {
	max-width: 100%;
}

.image-content-repeater .content-wrap {
	width: 40%;
	float: left;
	padding: 0 4%;
}

.image-content-repeater .image-wrap {
  width: 60%;
  display: block;
  min-height: 330px;
}

.image-content-repeater .image-content-wrap {
	display: flex;
	align-items: center;
	margin-bottom: 75px;
}

/*.image-content-repeater .bottom-button-group ul {
	text-align: left;
}

.image-content-repeater .bottom-button-group ul li {
	margin: 0 15px 0 0;
}*/

.image-content-repeater .image-wrap.right {
	position: relative;
	left: 40%;
}

.image-content-repeater .content-wrap.right {
	position: relative;
	right: 60%;
}


.hjs-section a.button.close .fa {
  left: 15px;
  top: 2px;
  font-size: 42px;
	color: #001646;
}

/* =====================================
	VIDEO CONTENT 
======================================*/

.video-content .content-wrap {
	width: 50%;
	float: left;
	padding: 0px 0 0 3.5%;
}

.video-content .image-wrap {
  width: 50%;
  display: block;
}

.video-content .image-content-wrap {
	display: flex;
}

.video-content .bottom-button-group ul {
	text-align: left;
}

.video-content .bottom-button-group ul li {
	margin: 0 15px 15px 0;
}

.video-content .image-wrap.right {
	position: relative;
	left: 50%;
}

.video-content .content-wrap.right {
	position: relative;
	right: 50%;
	padding: 0 3.5% 0 0;
}

.video-content .bottom-button-group {
	margin-top: 35px;
}

.video-content .button.ghost {
	background: #e80036;
	color: #fff;
	border-color: #e80036;
	position: relative;
	padding-right: 60px;
}
.video-content .button.ghost .fa {
  font-size: 26px;
  position: absolute;
  right: 20px;
  top: 7px;
  bottom: 0;
  margin: auto;
}



/* Testimonials */

.testimonials-block .odd-column { width: 48.5%; float: left; }
.testimonials-block .even-column { width: 48.5%; float: left; margin-left: 3%; }

.testimonials-block .testimonials-wrap,
.testimonials-wrap {
	overflow: hidden;
}


.testimonial-slider-wrap .slick-next,
.testimonial-slider-wrap .slick-prev {
	display: inline-block;
	position: absolute;
	top: 5%;
	z-index: 9999;
	font-size: 80px;
	color: rgba(255,255,255, .5);
}

.testimonial-slider-wrap .slick-prev {
	left: 0;
}

.testimonial-slider-wrap .slick-next {
	right: 0;
}

.testimonial-slider-wrap.slick-initialized .slick-slide {
	padding: 0 80px;
	text-align: center;
}

.testimonials-block .testimonials-wrap .testimonial-single {
	margin-bottom: 4rem;
}

.testimonials-block .testimonial-wrap .testimonial {
	margin: 0px;
	background: #eee;
	border-radius: 3px;
	position: relative;
	padding: 20px 30px 25px;
}

.testimonials-block .testimonial-wrap .testimonial .triangle {
	position: absolute;
	bottom: -29px;
	left: 7%;
	display: block;
	width: 0;
	height: 0;
	border: 0 solid transparent;
	border-left-width: 40px;
	border-right-width: 0px;
	border-top: 29px solid #eee;
}

.testimonials-block .testimonial-wrap .cite {
	font-size: 18px;
	padding-left: 89px;
	padding-top: 12px;
}

/* Testimonials Alt */

.testimonials-alt .testimonials-wrap .testimonial-single {
	margin-bottom: 40px;
}

.testimonials-alt .testimonial-wrap { 
	text-align: center;
}

.testimonials-alt .testimonial-wrap .testimonial {
	position: relative;
	padding: 35px;
	overflow: visible;
	box-sizing: border-box;
	border-radius: 10px;
	font-size: 18px;
	font-size: 1.8rem;
	font-style: italic;
	color: #666;
}

.testimonials-alt .testimonial-wrap .testimonial .triangle {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	margin-left: -0.9em;
	bottom: -20px;
	left: 50%;
	box-sizing: border-box;
	border: 10px solid black;
	border-color: transparent transparent #fff #fff;
	transform-origin: 0 0;
	transform: rotate(-45deg);
	box-shadow: -4px 4px 8px rgba(0, 0, 0, 0.1);
}

.testimonials-alt .quote-icon {
	display: block;
	text-align: center;
	font-size: 80px;
	line-height: 1;
	height: 40px;
	font-family: "Playfair Display", serif;
	color: #00aeef;
	position: relative;
	top: -15px;
	font-style: normal;
}

.testimonials-alt .testimonial-wrap .cite {
	margin: 30px 0 0;
	margin: 3rem 0 0;
	font-weight: 700;
}

.testimonials-alt .testimonial-wrap .source {
	font-size: 14px;
	font-weight: 700;
	color: #666;
}

/* Testimonials Three */

.testimonials-three .testimonials-wrap .testimonial-single {
	margin-bottom: 40px;
}

.testimonials-three .testimonial-wrap { 
	text-align: center;
}

.testimonials-three .testimonial-wrap .testimonial {
	position: relative;
	overflow: visible;
	box-sizing: border-box;
	font-weight: 600;
}

.testimonials-three .quote-icon {
	display: block;
	text-align: center;
	font-size: 40px;
	margin-bottom: 20px;
}

.testimonials-three .testimonial-wrap .cite {
	margin: 30px 0 0;
	font-weight: 700;
	text-transform: uppercase;
}

.testimonials-three .testimonial-wrap .source {
	font-weight: 400;
	font-family: "Lora",sans-serif;
	font-style: italic;
}

/* Testimonials Four */

.testimonials-four .testimonials-wrap .testimonial-single {
	margin-bottom: 50px;
}

.testimonials-four .testimonial-wrap { 
	text-align: center;
}

.testimonials-four .testimonial-wrap .testimonial {
	position: relative;
	overflow: visible;
	box-sizing: border-box;
}

.testimonials-four .quote-image {
	display: block;
	text-align: center;
	font-size: 40px;
	margin-bottom: 25px;
}

.testimonials-four .quote-image img {
	border-radius: 50%;
	display: block;
	margin: 0 auto;
}

.testimonials-four .testimonial-wrap .cite {
	margin: 30px 0 0;
	font-weight: 600;
}

.testimonials-four .testimonial-wrap .source {
}

/* Button Wrap */

.buttons-bar { 
	padding: 55px 0; 
}

.buttons-bar a {
	text-decoration: none;
}

.buttons-bar a:hover { 
	text-decoration: none; 
}

.buttons-bar .button-title {
	color: #fff;
	text-align: center;
	display: block;
	font-size: 36px;
	margin-bottom: 10px;
}

.buttons-bar .button-subtitle {
	color: #fff;
	text-align: center;
	text-align: center;
	display: block;
	font-size: 18px;
}

/* FAQ Accordion */

.faq-accordion .odd-column { width: 48.5%; float: left; }
.faq-accordion .even-column { width: 48.5%; float: left; margin-left: 3%; }

.faq-accordion .faq-container {
	margin-bottom: 10px;
	overflow: hidden;
}
.faq-accordion .faq {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}

.faq-accordion .faq:nth-of-type(odd) {
	margin-left: 0;
}

.faq-accordion .faq.open {
	padding-bottom: 25px;
}

.faq-accordion .faq_question {
	margin: 0px;
	padding: 0;
	display: inline-block;
	cursor: pointer;
	font-weight: bold;
	display: table;
	border-radius: 5px;
}

.faq-accordion .faq.open .faq_question {
	background: none; 
}

.faq-accordion .question {
	margin-bottom: 5px;
	display: table-cell;
	width: 100%;
	color: #fff;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.8;
	font-weight: 400;
}

.faq-accordion .faq_answer_container {
	height: 0px;
	overflow: hidden;
	padding: 0;
}

.faq-accordion .faq_answer span {
	padding: 15px 20px;
	border: 1px solid #00aeef;
	display: block;
	border-radius: 5px;
}

.faq-accordion .accordion-button-icon {
	display: table-cell;
	line-height: inherit;
	vertical-align: middle;
	color: #fff;
	font-size: 19px;
	font-size: 1.9rem;
	padding: 5px 15px; 
}

/* FAQ Accordion Alt */

.faq-accordion-alt .faq:first-of-type { border-radius: 3px 3px 0 0; }
.faq-accordion-alt .faq:last-of-type { border-radius: 0 0 3px 3px; border-bottom: 1px solid #00aeef; }
.faq-accordion-alt .odd-column { width: 48.5%; float: left; }
.faq-accordion-alt .even-column { width: 48.5%; float: left; margin-left: 3%; }

.faq-accordion-alt .faq-container {
	margin-bottom: 10px;
	overflow: hidden;
}
.faq-accordion-alt .faq {
  border: 1px solid #00aeef;
  display: flex;
  border-bottom: none;
  flex-direction: column;
  flex-wrap: wrap;
}
.faq-accordion-alt .faq:nth-of-type(odd) {
	margin-left: 0;
}
.faq-accordion-alt .faq.open {
	
}
.faq-accordion-alt .faq_question {
	margin: 0px;
	padding: 0;
	display: inline-block;
	cursor: pointer;
	font-weight: bold;
	display: table;
	border-radius: 5px;
}

.faq-accordion-alt .faq.open .faq_question {
}

.faq-accordion-alt .faq.open .faq_question .question {
	color: #00aeef;
}

.faq-accordion-alt .question {
  margin-bottom: 5px;
  display: table-cell;
  width: 100%;
  padding-bottom: 20px;
  padding-top: 20px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
	line-height: 1;
  padding: 17px 20px 15px;
}
.faq-accordion-alt .faq_answer_container {
	height: 0px;
	overflow: hidden;
	padding: 0;
	
}

.faq-accordion-alt .faq_answer span {
  padding: 0 20px 20px;
  border: none;
  display: block;
  border-radius: 5px;
}

.faq-accordion-alt .accordion-button-icon {
	display: table-cell;
	line-height: inherit;
	vertical-align: middle;
	color: #00aeef;
  font-size: 20px;
  padding: 8px 15px;
}

/* ===================================
	CALL TO ACTION BLOCK 
=================================== */

.call-to-action-block { 
	padding: 75px 50px; 
}

.call-to-action-block .wrap { 
	display: flex; 
	align-items: center; 
	justify-content: center; 
}

.call-to-action-block .wrap:before,
.call-to-action-block .wrap:after { 
	content: none; 
}

.call-to-action-block .button-wrap {
	width: 25%;
	text-align: right;
}

/* ===================================
	CALL TO ACTION BLOCK (HORIZONTAL)
=================================== */

.call-to-action-horizontal { 
	padding: 75px 50px; 
}

.call-to-action-horizontal .wrap { 
	display: flex; 
	align-items: center; 
	justify-content: center; 
}

.call-to-action-horizontal .wrap:before,
.call-to-action-horizontal .wrap:after { 
	content: none; 
}

.call-to-action-horizontal .button-wrap {
	width: 25%;
	text-align: right;
}

/* ===================================
	SIMPLE QUOTE
=================================== */

/*.simple-quote { background: #000 !important; color: #fff; padding: 5rem 50px; height: 500px; display: flex; align-items: center; }
.simple-quote .wrap { display: flex; align-items: center; justify-content: center; }
.simple-quote h2 { background: url(../images/quote-open.png) left top no-repeat; text-transform:none; color: #fff; text-align: center; padding-left: 40px; padding-top: 30px; }
.simple-quote p { margin: 0; font-size: 22px; }
.simple-quote a.button { background: #eb3c48; float: right; width: auto; margin: 0; }
.simple-quote .title-wrap { width: 75%; float: left; }
.simple-quote .button-wrap { width: 25%; float: left; margin-top: 0; }
.simple-quote .read-more {  color: #fff; font-size: 24px; font-weight: 600; }*/

/* ===================================
	FAQS
=================================== */

/*.faqs.hjs-section .single-column {
	margin-bottom: 0;
}
.faqs .one-half {
	margin-bottom: 0;
}
.card.faq { 
	margin: 0 0 25px;
	margin: 0 0 2.5rem;
	padding: 28px 0;
	padding: 2.8rem 0;
	text-align: left;
	display: flex;
	align-items: center;
}
.card.faq a { 
	line-height: 1.3; 
	margin: 0; 
	padding: 0; 
	font-size: 20px; 
	font-weight: 600; 
	font-size: 18px;
	font-size: 1.8rem; 
	margin-bottom: 0; 
	color: #333;
}
.card.faq a.active { 
	margin-bottom: 10px;
}
.card.faq .card-content { 
	font-size: 16px; 
	padding: 0;
	background: none; 
	float: left; 
	width: 90%; 
	min-height: inherit; 
}
.card.faq .card-content .answer { 
	display: none; 
}
.card.faq .card-icon { 
	width: 100px; 
	float: left; 
	text-align: center; 
	margin-top: 0; 
}
.card.faq .fa { 
	background: #333;
	color: #fff;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  font-size: 30px;
}
.card.faq .card-content ul { margin-bottom: 10px; }
.one-half .card.faq { width: 100%; }
.one-half .card.faq .card-content { width: 78%; }
*/

/* ===================================
	SPONSORS BLOCK
=================================== */

.sponsors-block { 
	overflow: hidden; 
}
.sponsors-block .sponsor-level { 
	text-align: center; 
	margin-bottom: 50px; 
}
.sponsors-block h3.sponsors-level-title { 
	margin-bottom: 30px;
	font-size: 20px;
	font-size: 2rem;
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
	font-weight: 600;
	padding-bottom: 5px;
	border-bottom: 1px solid #00aeef
}
.sponsors-block ul { 
	margin: 0; 
	display: flex; 
	align-items: center; 
	justify-content: center; 
	flex-wrap: wrap; 
}

.sponsors-block ul li { 
	list-style: none;
	margin: 0 5% 2.5%;
	width: auto;
	display: block; 
}
.sponsors-block ul li img { 
	max-width: 80%; 
}
.sponsors-block .sponsor-level:nth-of-type(1) ul li img { 
	max-width: 100%; 
}
.sponsors-block .sponsor-level:nth-of-type(2) ul li img { 
	max-width: 90%; 
}
.sponsors-block img { 
	display: block;   
	margin: 0 auto; 
}
.sponsors-block a { 
	box-shadow: none; 
	text-decoration: none; 
	border-bottom: 2px solid; 
}
.sponsors-block .sponsor-cta { 
	text-align: center; 
}
.sponsors-block .sponsor-cta p,
.sponsors-block .sponsor-cta a { 
	font-size: 16px;
	font-size: 1.6rem;
	text-transform: uppercase;
	font-weight: 600;
	border: none;
}
.sponsors-block .sponsor-cta a { 
	display: inline-block; 
	line-height: 1; 	
	margin-bottom: 20px;
}
.sponsors-block .sponsor-cta p a {
	margin-bottom: 0; 
}
.sponsors-block .sponsor-cta a:hover { 
	text-decoration: none; 
}

.sponsors-block .sponsor-level-graphic { 
	margin-bottom: 2rem;  
	display: flex;
	align-items: center;
	justify-content: center; 
}
.sponsors-block .sponsor-level-graphic img {  
	width: auto;
	margin: 0 20px;   
	max-width: 50px; 
}
.sponsors-block .sponsor-level-graphic .border-left,
.sponsors-block .sponsor-level-graphic .border-right { 
	width: 60px;
	height: 2px;
	border: 2px solid #00aeef;
	display: block; 
}
.sponsors-block h4 { 
	font-size: 20px;
	margin-bottom: 15px; 
}
.sponsors-block .sponsor-level-description {
	max-width: 75%;
	margin: 0 auto;
}
.sponsors-block .sponsor-level-description p {   
	margin-bottom: 30px;
	font-size: 14px;
	text-align: center; 
}

/* ===================================
	SIMPLE SPONSORS
=================================== */

.simple-sponsors { 
	overflow: hidden; 
}
.simple-sponsors .sponsor-level { 
	text-align: center; 
	margin-bottom: 50px; 
}
.simple-sponsors h3.sponsors-level-title { 
	margin-bottom: 30px;
	font-size: 20px;
	font-size: 2rem;
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
	font-weight: 600;
	padding-bottom: 5px;
	border-bottom: 1px solid #00aeef
}
.simple-sponsors ul { 
	margin: 0; 
	display: flex; 
	align-items: center; 
	justify-content: center; 
	flex-wrap: wrap; 
}

.simple-sponsors ul li { 
	list-style: none;
	margin: 0 5% 2.5%;
	width: auto;
	display: block; 
}
.simple-sponsors ul li img { 
	max-width: 80%; 
}
.simple-sponsors .sponsor-level:nth-of-type(1) ul li img { 
	max-width: 100%; 
}
.simple-sponsors .sponsor-level:nth-of-type(2) ul li img { 
	max-width: 90%; 
}
.simple-sponsors img { 
	display: block;   
	margin: 0 auto; 
}
.simple-sponsors a { 
	box-shadow: none; 
	text-decoration: none; 
	border-bottom: 2px solid; 
}
.simple-sponsors .sponsor-cta { 
	text-align: center; 
}
.simple-sponsors .sponsor-cta p,
.simple-sponsors .sponsor-cta a { 
	font-size: 16px;
	font-size: 1.6rem;
	text-transform: uppercase;
	font-weight: 600;
	border: none;
}
.simple-sponsors .sponsor-cta a { 
	display: inline-block; 
	line-height: 1; 	
	margin-bottom: 20px;
}
.simple-sponsors .sponsor-cta p a {
	margin-bottom: 0; 
}
.simple-sponsors .sponsor-cta a:hover { 
	text-decoration: none; 
}

.simple-sponsors .sponsor-level-graphic { 
	margin-bottom: 2rem;  
	display: flex;
	align-items: center;
	justify-content: center; 
}
.simple-sponsors .sponsor-level-graphic img {  
	width: auto;
	margin: 0 20px;   
	max-width: 50px; 
}
.simple-sponsors .sponsor-level-graphic .border-left,
.simple-sponsors .sponsor-level-graphic .border-right { 
	width: 60px;
	height: 2px;
	border: 2px solid #00aeef;
	display: block; 
}
.simple-sponsors h4 { 
	font-size: 20px;
	margin-bottom: 15px; 
}
.simple-sponsors .sponsor-level-description {
	max-width: 75%;
	margin: 0 auto;
}
.simple-sponsors .sponsor-level-description p {   
	margin-bottom: 30px;
	font-size: 14px;
	text-align: center; 
}

.simple-sponsors.simple-sponsors ul li { 
	width: auto; 
	margin: 0 5% 2.5%;
}
.simple-sponsors.simple-sponsors ul li img { 
	max-width: 100%; 
}
.simple-sponsors.simple-sponsors .sponsor-header {
	margin-bottom: 50px;
}

/* ===================================
	PRODUCT SLIDER
=================================== */

.hjs-section .slick-dots, .slick-dots, body.woocommerce .products ul.slick-dots {
	text-align: center;
	margin: 30px 0 0;
}

.hjs-section .slick-dots li.slick-active button, .slick-dots li.slick-active button {
	background: #000;
	border: 3px solid #00aeef;
	position: relative;
	top: 2px;
}

.hjs-section .slick-dots li button, 
.slick-dots li button {
	width: 18px;
	height: 18px;
	border: 1px solid #00aeef;
	text-indent: -9999em;
	display: block;
	padding: 0;
	border-radius: 50%;
	background: #fff;
	outline: none;
	box-shadow: none;
	text-align: left;
}

.hjs-section .slick-dots li.slick-active button, .slick-dots li.slick-active button {
	background: #000;
	border: 2px solid #00aeef;
	position: relative;
	top: 0;
}

.product-slider-wrap .product {
	width: 25%;
	float: left;
	text-align: center;
}

.product-slider-wrap.slick-slider {
	padding: 0 60px;
}

.product-slider-wrap .slick-prev, 
.product-slider-wrap .slick-next {
	padding: 0;
	text-align: left;
	border: none;
	box-shadow: none;
	position: absolute;
	top: 85px;
	z-index: 999;
	font-size: 56px;
}

.product-slider-wrap .slick-prev {
	left: 16px;
}

.product-slider-wrap .slick-next {
	right: 16px;
}

.product-slider-wrap a {
	text-decoration: none;
}

.product-slider-wrap h3 {
	padding: .5em 0;
	margin: 0;
	font-size: 1em;
	text-align: center;
	color: #333;
}

.product-slider-wrap .price {
	color: #00aeef;
	text-align: center;
	display: block;
	font-weight: 400;
	margin-bottom: .5em;
	font-size: .857em;
}

.product-slider-wrap .price del {
	color: inherit;
	opacity: .5;
	display: inline-block;
}

.product-slider-wrap .price ins {
	background: 0 0;
	font-weight: 400;
	text-decoration: none;
}

/* ===================================
	FORM CTA
=================================== */

.form-cta.hjs-section {
	padding: 60px 0;
}
.form-cta .wrap { 
	max-width: 650px; 
}
.form-cta.hjs-section h2.section-title {  }

.form-cta .newsletter .gform_wrapper .gform_body { 
	width: 64%; 
	float: left;
}
.form-cta .newsletter div.gform_wrapper .gform_footer {
	clear: none;
	margin: 0;
	float: right;
	width: 33%;
}
.form-cta .newsletter div.gform_wrapper .gform_footer .button {
	width: 100%; 
}

body .form-cta .newsletter .gform_wrapper ul li.gfield { margin-top: 0; padding-right: 0; }

/* ===================================
	RECENT POSTS
=================================== */

.recent-posts .entry-date {
	margin: 0;
	color: #043566;
}

.recent-posts .excerpt { 
	font-size: 22px; 
	color: #043566; 
}

.recent-posts .one-third:first-of-type { 
	margin-left: 0; 
}

.recent-posts.light .entry-date,
.recent-posts.light .excerpt {
	color: #fff;
}

/* ===================================
	RECENT POSTS CARDS
=================================== */

.recent-posts-cards .card .card-content .entry-date {
	text-align: center;
	margin: 0 0 15px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #666;
	font-weight: 500;
	
}

.recent-posts-cards .card .card-content .card-title {
	font-size: 20px;
	font-size: 2rem;
	text-align: center;
	margin-bottom: 10px;
}

/* ===================================
	CONTACT FORM 
=================================== */

.contact-form p { }
.contact-form input,
.contact-form textarea { }
.contact-form div.gform_wrapper textarea.medium {  }
.contact-form .one-third,
.contact-form .two-thirds { margin-bottom: 0; }
.entry-content .contact-form .button { margin-bottom: 0; }
.contact-form div.gform_wrapper { margin-bottom: 0; }

.contact-form-simple.hjs-section h2.section-title {
	text-align: left;
}

.contact-form-simple.hjs-section .section-subtitle {
	text-align: left;
	margin-bottom: 5px;
	font-size: 18px;
	font-size: 1.8rem;
}

.contact-form-simple .wrap {
	width: 690px;
	padding: 45px;
	border: 2px solid #000;
	margin: 0 auto;
}

.contact-form-simple div.gform_wrapper .gform_footer {
	text-align: center;
}

/* ===================================
	CONTENT SLIDER
=================================== */

.content-slider .image-wrap { width: 49%; float: left; margin-right: 4%; }
.content-slider .content-wrap { text-align: left; text-transform: none; }
.content-slider .content-wrap .view-project { text-transform: lowercase; text-align: left; display: block; }
.content-slider .content-wrap .entry-subtitle {  font-size: 17px; font-style: italic; font-weight: 300;}
.content-slider .slick-slide img { -webkit-filter: none; filter: none; }
.content-slider .slick-slide a {   box-shadow: none; }

/* Team */

.team h2.section-title {
	text-align: left; 
	display:inline-block;
	border-bottom: 2px solid #00aeef;
}
.team .team-top .one-third { margin-bottom: 50px !important; }
.team .team-top .one-third .team-member { margin-top: 25px; }
.team.hjs-section .section-description { margin: 0; max-width: 100%; }
.team.hjs-section .section-description p { margin-bottom: 10px; }

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

.team-member h3 {
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 600;
	margin-bottom: 5px;
}
.team-member p.subtitle {
	font-family: "Lora", serif;
  font-style: italic;
	margin: 0 0 5px;
}

.team-member a { cursor: pointer; }
.team-member img {
	border-radius: 50%;
	border: 15px solid #fff;
	display: block;
  margin: 0 auto 20px;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.team-member a:hover img {
	-webkit-filter: initial; /* Safari 6.0 - 9.0 */
  filter: initial;
}

.team-member ul.social {
	text-align: center; 
}
.team-member ul.social li {
	display: inline-block;
	margin: 0 8px;
}

/* ===============================
	TESTIMONIAL SLIDER 
================================*/

.testimonial-slider .quote-highlight {
	text-align: center;
	display: block;
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 30px;
	font-weight: 600;
}

.testimonial-slider .quote-highlight:before {
	content: open-quote;
}

.testimonial-slider .quote-highlight:after {
	content: close-quote;
}


.testimonial-slider .quote-cite {
	text-align: center;
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 600;
}

.testimonial-slider .source {
	text-align: center;
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
}

.testimonial-slider .section-bottom-content .button-wrap {
	margin-bottom: 0;
}

/* ===============================
	TESTIMONIAL SLIDER TWO
================================*/

.testimonial-slider-two .quote-cite {
	margin-top: 20px;
	display: block;
}


.count-up-stats .stat-number-wrap {
	font-size: 40px;
	text-align: center;
	font-weight: 600;
}

.count-up-stats { text-align: center; }


/* Fadeup Effect
---------------------------------------------------------------------------------------------------- */

/* Fadein Effect
---------------------------------------------------------------------------------------------------- */

.site-container {
	-webkit-animation: fadein 1s;
       -moz-animation: fadein 1s;
        -ms-animation: fadein 1s;
         -o-animation: fadein 1s;
            animation: fadein 1s;
}

@keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-moz-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-webkit-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-ms-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-o-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

.js .fadeup-effect {
	opacity: 0;
	overflow: hidden;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

@-webkit-keyframes fadeInUp {
	from { opacity: 0; -webkit-transform: translateY(20px); }
	to { opacity: 1; -webkit-transform: translateY(0); }
}

@keyframes fadeInUp {
	from { opacity: 0; transform: translateY(20px); }
	to { opacity: 1; transform: translateY(0); }
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

.youtube-player {
    position: relative;
    padding-bottom: 56.23%;
    /* Use 75% for 4:3 videos */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    margin: 5px;
}

.youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
}

.youtube-player img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}

.youtube-player img:hover {
    -webkit-filter: brightness(75%);
}

.youtube-player .play {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url("//i.imgur.com/TxzC70f.png") no-repeat;
    cursor: pointer;
}

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

	.image-content-slider .one-half { padding: 0; justify-content: center; }

	.image-content-slider .content-slide .one-half.left-half { background-position: -100px center !important; }
	.image-content-slider .content-slide .one-half.left-half.image-right { background-position: 100px center !important; }

}

@media only screen and (max-width: 1599px) {
	.simple-quote h2 { font-size: 48px; }	
	.image-content-slider .content-slide .one-half.left-half { width: 55% !important; }
	.image-content-slider .content-slide .one-half.right-half { padding: 0 3% 0 2%; width: 45% !important; }
	.image-content-slider.hjs-section .button { width: 100%; font-size: 20px;  }
	.image-content-slider p { font-size: 28px; }
}

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

	.content-tabs .left-half .tab-wrap .title-wrap,
	.content-tabs .left-half ul li a .text { padding-left: 10%;  }
	.content-tabs .left-half h2 { font-size: 4rem; }
	.content-tabs .right-half .tab-wrap {
	  padding: 100px;
	}

	.image-content-slider .content-slide .one-half.right-half { padding: 0 3%; }
	.image-content-slider h2 { font-size: 48px; }
	.image-content-slider p { font-size: 24px; }

}

@media only screen and (max-width: 1399px) {
	.image-content-slider a.button.close {
		padding: 12px 0 17px 44px;
	}
	.home-banner h2.entry-title b {
		font-size: 65px;
		font-size: 6.5rem;
	}

	.category-images-four .one-third .category-block .category-title {
		font-size: 30px;
		font-size: 3rem;
	}

}

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

	/*.card.faq .card-content { 
		width: 87%; 
		padding: 0; 
	}*/
  
	.columns-block.circles a.circle-graphic	.text-wrap {   
		width: 87%;
		height: 87%; 
	}

	.content-tabs .left-half { 
		width: 45%; 
	}

	.content-tabs .right-half { 
		width: 55%; 
	}

	.content-tabs.tabs-right .left-half {
		right: -55%;
	}

	.content-tabs.tabs-right .right-half {
		left: -45%;
	}

	.content-tabs .right-half .tab-wrap {
		padding: 60px;
	}

	.content-tabs p { 
		font-size: 1.8rem; 
	}

	.home-banner { 
		margin-top: 0; 
	}

	.home-banner { 
		height: 500px;
	}

	.home-video .play-icon { 
		width: 200px;
		height: 200px;
		border: 20px solid #fcfbeb; 
	}

	.home-video .play-icon .fa {
		font-size: 75px;
		padding: 44px 65px;
		right: 4px;
	}

	.home-banner h2.entry-title { 
		font-size: 36px; 
	}

	.image-content-slider h2 { 
		font-size: 40px; 
	}

	.simple-quote { 
		height: 350px; 
	}

	.simple-quote h2 { 
		font-size: 36px; 
	}

	.home-banner .sub-title { 
		font-size: 2.2rem;
	}

	.home-banner ul li a.button {
		padding: 15px 20px 14px;
		font-size: 16px;
	}

	.about .title-wrap {
		margin: 0 auto;
	}

	.full-width-slider h2 {
		font-size: 80px;
		font-size: 8rem;	
	}

	.hjs-flex-content .full-width-slider .wrap {
		padding: 0 !important;
	}

	.call-to-action-block .button-wrap {
		width: 40%;
	}

	.category-images-five .one-fourth {
		width: 50%;
	} 

	.testimonials .testimonial-single h3 {
		font-size: 24px;
		font-size: 2.4rem;
	}

}

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

	.content-slider .image-wrap {
		width: 100%;
		float: none;
		margin-right: 0;
	}

	.content-slider .slick-slide img { 
		margin-bottom: 2rem; 
	}

	/*.card.faq .card-content { 
		width: 83%; 
	} */

	.image-content-block .wrap {
		padding: 0;
	}

	.image-content-block .image-content-wrap {
		display: block;
		padding: 0;
	}

	.image-content-block .image-wrap,
	.image-content-block .content-wrap {
		width: 100% !important;
		position: static !important;
		padding: 50px 5%;
		float: none;
		text-align: center;
	}

	.image-content-block .bottom-button-group ul,
	.image-content-three .bottom-button-group ul {
		text-align: center;
	}

	.image-content-block-alt {
		display: block;
	}

	.image-content-block-alt .image-wrap { 
		width: 100%;
		float: none;
		text-align: center;
		margin-bottom: 50px;
	}

	.image-content-block-alt .content-wrap {
		width: 100%;
		float: none;
		padding: 0 5%;
	}

	.image-content-three .image-content-wrap {
		display: block;
	}

	.image-content-three .image-wrap {
		width: 100%;
		margin-bottom: 30px;
	}

	.image-content-three .content-wrap {
		width: 100%;
		float: none;
		padding: 0 4%;
		text-align: center;
	}

	.image-content-four .image-content-wrap {
		display: block;
	}

	.image-content-four .image-wrap {
		width: 100%;
		margin: 0;
		position: static !important;
	}

	.image-content-four .image-wrap a {
		margin: 0 0 10px;
		align-items: center;
		justify-content: center !important;
		min-height: 250px;
	}

	.image-content-four .image-wrap .top span.title,
	.image-content-four .image-wrap .bottom span.title {
		margin: 0;
	}

	.image-content-four .content-wrap {
		width: 100%;
		float: none;
		padding: 40px 5%;
		position: static !important;
	}

	.buttons-bar .button-title { 
		font-size: 30px; 
	}
	.buttons-bar .button-subtitle { 
		font-size: 16px; 
	}

	.home-banner .content-wrap {
		position: relative;
		top: 10%;
	}

	.background-slider.hjs-section .slick-initialized .slick-slide {
		min-height: 750px;
		padding-top: 135px;
	}
	
	.simple-sponsors ul li {
		width: auto;
		margin: 0 3.5% 3.5%;
	}

	.banner-box-cta .title-wrap {
		max-width: 80%;
	}

	.full-width-slider h2 {
		font-size: 60px;
		font-size: 6rem;
	}
	
	.image-content-repeater h3 {
		font-size: 24px;
		font-size: 2.4rem;
	}

	.testimonials-four .testimonials-wrap .testimonial-single {
		padding: 0 15px;
	}

	.category-images-seven .one-fourth {
		width: 50%;
		padding: 0 8px;
	}

	.image-content-block-alt .image-content-wrap {
		display: block;
	}
	.image-content-block-alt .content-wrap {
		text-align: center;
	}
	.image-content-block-alt .bottom-button-group ul {
		text-align: center;
	}

	.video-content .image-content-wrap {
		display: block;
	}

	.video-content .image-wrap {
		width: 100%;
		margin-bottom: 30px;
		position: static !important;
	}

	.video-content .content-wrap {
		width: 100%;
		float: none;
		padding: 0;
		position: static !important;
	}

}

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

	.hjs-section { 
		padding: 50px 0; 
	}

	.section-description {
		max-width: 100%;
		text-align: center;
	}

	.hjs-section .one-third,
	.hjs-section .one-half,
	.hjs-section .two-thirds { 
		width: 100%; 
		margin: 0; 
	}

	.hjs-section .one-third,
	.hjs-section .one-half { 
		text-align: center;   
		margin-bottom: 4rem !important; 
	}

	.hjs-section .one-third:last-child,
	.hjs-section .one-half:last-child { 
		margin-bottom: 0 !important; 
	}

	.category-images-two .one-third {
		width: 50%;
		padding: 2%;
		margin: 0 !important;
		clear: none;
	}

	.category-images-three .one-third {
		width: 50%;
		padding: 2%;
		margin: 0 !important;
		clear: none;
	}

	.category-images-five .one-third {
		width: 50%;
		margin: 0 !important;
		clear: none;
	}

	.category-images-seven .one-third {
		width: 50%;
		clear: none;	
		padding: 0 8px;
		margin-bottom: 15px !important;
	}
	

	.category-images-four .one-half,
	.category-images-four .one-third {
		margin-bottom: 0 !important;
	}

	.category-images-five .one-third {
		margin: 0 0 14px !important;
		padding: 0 7px;
	}

	.category-images-five .one-fourth {
		margin: 0 0 16px !important;
	}

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

	.image-content-repeater .button-wrap {
		text-align: left;
		margin-bottom: 0;
	}

	.call-to-action-block .title-wrap {
		width: 100%;
		float: none;
		text-align: center;   
		margin-bottom: 4rem;
	}

	.call-to-action-block .wrap { 
		text-align: center; 
		display: block; 

	}

	.call-to-action-block h2 { 
		text-align: center; 
	}

	.call-to-action-block .button-wrap {
		width: 100%;
		float: none;
	}

	.call-to-action-block a.button { 
		float: none; 
	}

	.image-content-repeater .content-wrap {
		position: static;
		right: 100%;
		float: none;
		padding: 0 0 0 5%;
	}

	.image-content-repeater .content-wrap.right {
		padding: 0 5% 0 0;
	}

	.image-content-three .content-wrap {
		padding: 0;
	}

	.home-banner h2.entry-title {
		font-size: 30px;
	}

	.testimonials-alt .testimonials-wrap .testimonial-single:last-child {
		margin-bottom: 0;
	}

	.team .team-top {
		margin-bottom: 30px;
		overflow: hidden;
	}

	.team .team-top .one-third .team-member {
		margin-top: 0;
	}

	.team .team-top .one-third {
		margin-bottom: 30px !important;
	}

	.testimonials-three .testimonial-wrap .testimonial,
	.testimonials-three .testimonial-wrap .cite,
	.testimonials-three .testimonial-wrap .source { 
		text-align: center;
	}

	.testimonials-three .quote-icon {
		margin-bottom: 10px; 
	}

	.testimonials-three .testimonials-wrap .testimonial-single:last-child { 
		margin-bottom: 0;
	}

	.testimonials-four .testimonial-wrap .testimonial,
	.testimonials-four .testimonial-wrap .cite,
	.testimonials-four .testimonial-wrap .source { 
		text-align: center;
	}

	.testimonials-four .quote-icon {
		margin-bottom: 10px; 
	}

	.testimonials-four .testimonials-wrap .testimonial-single:last-child { 
		margin-bottom: 0;
	}

	.testimonials-four .testimonials-wrap .testimonial-single {
		padding: 0;
	}

	.pricing-table .cards-wrap {
		display: block;
	}

	.pricing-table .card {
		width: 350px;
		margin: 0 auto 28px;
		float: none; 
	}

	.link-cards.hjs-section .one-half {
		width: 100%;
		margin: 0 0 2rem !important;
		text-align: left;
	}

	.testimonials .odd-column, .testimonials .even-column {
		width: 100%;
		margin: 0;
		float: none;
	}
	.testimonials .testimonial-wrap .cite {
		padding-left: 105px;
	}
}

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

	.product-slider-wrap.slick-slider {
		padding: 0;
	}

	.product-slider-wrap .slick-prev, 
	.product-slider-wrap .slick-next {
		display: none !important;
	}

	.hjs-section h2.section-title {   
		max-width: 100%;
 		font-size: 30px; 
		font-size: 3rem;  
	}

	div.mfp-container {
		padding-left: 5%;
		padding-right: 5%;
	}

	.call-to-action-block .read-more { 
		font-size: 18px; 
	}

	.home-banner {
		height: 400px;
	} 

	.home-video .play-icon {
		width: 150px;
		height: 150px;
		border: 10px solid #fcfbeb;
	}
	.home-video .play-icon .fa {
		font-size: 60px;
		padding: 34px 52px;
	}
	.home-banner h2.entry-title {
		font-size: 30px;
	}

	.image-content-slider .content-slide .one-half.left-half, 
	.image-content-slider .content-slide .one-half.left-half.image-right {   
		height: 350px; 
	}

	.image-content-slider p { 
		font-size: 18px; 
	}

	.simple-quote h2 { 
		font-size: 28px; 
	}

	.sponsors-block ul li { 
		margin: 0 5% 5%; 
	}

	.simple-sponsors ul li { 
		margin: 0 5% 5%; 
	}

	.faq-accordion .odd-column, 
	.faq-accordion .even-column { 
		width: 100%;
		margin: 0; 
		float: none; 
	}

	.home-banner .sub-title {
		max-width: 100%;
	}

	.background-slider.hjs-section .slick-initialized .slick-slide { 
		min-height: 550px; 
	}

	.home-banner h2.entry-title b {
		font-size: 50px;
		font-size: 5rem;
	}

	.home-banner h2.entry-title { 
		margin-bottom: 5px;
	}

	.home-banner .entry-header {
		margin-bottom: 20px;
	} 

	.bottom-button-group ul li {
		margin: 0 10px 10px;
	}

	.image-content-block .bottom-button-group ul {
		text-align: center;
	}

	.image-content-block .bottom-button-group ul li {
		margin-bottom: 15px;
	}

	.category-images-seven .one-fourth {
		width: 100%;
		padding: 0;
	}

	.form-cta.newsletter .gform_wrapper .gform_body {
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}

	.form-cta.newsletter div.gform_wrapper .gform_footer {
		clear: none;
		margin: 0;
		float: none;
		width: 100%;
	}

	.faq-accordion-alt .odd-column {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}

	.faq-accordion-alt .even-column {
		width: 100%;
		float: none;
		margin: 0 0 20px;
	}

	.simple-sponsors ul li,
	.sponsors-block ul li {
		width: auto;
		margin: 0 5% 10%;
	}

	.image-content-block-alt .wrap {
		display: block;
	}

	.image-content-block-alt .image-wrap,
	.image-content-block-alt .content-wrap,
	.image-content-block-alt .image-wrap.right,
	.image-content-block-alt .content-wrap.right {
		width: 100%;
		float: none;
		padding: 0;
		position: static;
	}

	.product-slider-wrap.slick-slider {
		padding: 0;
	}

	.product-slider-wrap .slick-prev, 
	.product-slider-wrap .slick-next {
		display: none;
	}

	.banner-box-cta .title-wrap {
		max-width: 100%;
	}

	.image-content-three .image-content-wrap {
		display: block;
	}

	.image-content-three .image-wrap {
		width: 100%;
		margin-bottom: 35px;
		float: none;
	}

	.image-content-three .content-wrap {
		width: 100%;
		float: none;
		padding: 0 5%;
	}

	.about .title-wrap {
		width: 100%;
		padding: 25px;
	}

	.contact-form-simple .contact-form-wrap {
		width: 100%;
		padding: 25px;
	}

	.full-width-slider h2 {
		font-size: 40px;
		font-size: 4rem;
	}
	
	.full-width-slider .content-wrap {
		height: 65%;
	}

	.full-width-slider a.button {
		padding: 10px 25px 8px;
	}

	.image-content-repeater .image-content-wrap {
		display: block;
		margin-bottom: 50px;
	}

	.image-content-repeater .image-wrap,
	.image-content-repeater .content-wrap {
		width: 100%;
		float: none;
		position: static !important;
	}

	.image-content-repeater .image-wrap {
		margin-bottom: 30px;
	}

	.section-description {
		max-width: 100%;
	}

	.card.link-card {
		display: block;
	}

	.card.link-card .card-icon {
		padding-right: 0;
		margin: 0 auto;
		width: 100%;
		text-align: center;
	}

	.card.link-card .card-icon a {
		margin: 20px auto 0;
	}

	.power-quote .quote {
		max-width: 100%;
	}

	.power-quote .quote h2 {
		font-size: 28px;
		font-size: 2.8rem;
	}

	.section-bottom-content {
		margin-top: 50px;
	}

	.category-images-five .one-fourth {
		width: 100%;
	}

	.category-images-two .one-third {
		width: 85%;
		padding: 0;
		margin: 0 auto 30px !important;
		clear: none;
		float: none;
	}

	.category-images-three .one-third {
		width: 100%;
		padding: 0;
		margin: 0 0 30px !important;
		clear: none;
	}

	.category-images-five .one-third {
		width: 100%;
		padding: 0;
		margin: 0 0 30px !important;
		clear: none;
	}

	.testimonials .testimonial-wrap .cite {
		padding-left: 85px;
	}

	.testimonials-alt .testimonial-wrap .testimonial {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.testimonial-slider .quote-highlight {
		font-size: 20px;
		font-size: 2rem;
	}

	.testimonials .testimonial-single h3 {
		font-size: 20px;
		font-size: 2rem;
	}

	.category-images-seven .one-third {
		width: 100%;
		clear: none;
		padding: 0;
	}

	.image-content-repeater .content-wrap {
		padding: 0 !important;
		text-align: center;
	}

	.image-content-repeater .button-wrap {
		text-align: center;
	}

}

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

	/*.hjs-section .section-subtitle {
		margin-top: 0rem;
	}*/

	.image-content-slider .content-slide .one-half.left-half, 
	.image-content-slider .content-slide .one-half.left-half.image-right {   
		height: 235px; 
	}

	.image-content-slider p { 
		font-size: 18px; 
	}

	.simple-quote h2 { 
		font-size: 28px; 
	}

	.image-content-slider .content-slide .one-half.right-half {
	  padding: 0 5%;
	} 

	.image-content-slider h2 {
	  margin-bottom: 2rem;
	}

	.image-content-slider p { 
		font-size: 16px;   
		margin-bottom: 2rem; 
	}

	.simple-quote h2 {
	  font-size: 24px;
	  background-size: 50px;
	  padding-left: 10px;
	}

	.banner-box-cta-alt .banner-box.card .top-content,
	.banner-box-cta-alt .bottom-content { 
		padding: 20px; 
	}

	.banner-box-cta-alt .banner-box.card .top-content h2 { 
		font-size: 30px; 
	}

	.banner-box-cta-alt div.gform_wrapper h3.gform_title { 
		font-size: 22px; 
	}

	.banner-box-cta-alt div.gform_wrapper .gform_footer {
		padding: 0;
		margin: 0;
		width: 100%;
		float: none;
	}

	.banner-box-cta-alt div.gform_wrapper .gform_footer .button { 
		width: 100%; 
	}

	.home-banner #main_countedown_1 .element_conteiner {
		width: 70px;
		min-width: 70px;
	}

	.home-banner h2.entry-title {
		font-size: 20px;
		font-weight: 500;
	}

	.home-banner h2.entry-title b {
		font-size: 30px;
		font-size: 3rem;
		font-weight: 500;
	}

	.home-banner .sub-title {
	  font-size: 1.6rem;
	}

	.pricing-table .card {
	  width: 100%;
	  max-width: 300px;
	}	

	.home-banner #main_countedown_1 .time_description { 
		font-size: 16px;
		font-size: 1.6rem;
	}

	.home-banner #main_countedown_1 .time_left {
		font-size: 22px;
		font-size: 2.2rem;
	}

	.home-banner {
	  height: 345px;
	}

	.gallery-strip .gallery-item:last-child,
	.gallery-strip .gallery-item:nth-of-type(4) {
		display: none;
	}

	.gallery-strip .gallery-item {
		width: 33.33%;
	}

	.full-width-slider h2 {
		font-size: 36px;
		font-size: 3.6rem;
	}

	.full-width-slider.hjs-section .slick-dots {
		display: none !important;
	}

	.section-description {
		max-width: 100%;
	}

	.power-quote .quote h2 {
		font-size: 24px;
		font-size: 2.4rem;
	}

	.category-images-four .category-block .category-title {
		font-size: 30px;
		line-height: 1;
	}

	.category-images-four .category-block img {
		margin: 0 auto 10px;
	}

	.category-images-two .one-third {
		width: 100%;
	}

	.category-images-five .overlay-title .cat-title {
		font-size: 24px;
		font-size: 2.4rem;
	}

	.image-content-block .bottom-button-group ul li {
		display: block;
		margin: 0 0 15px;
	}
	.image-content-block .bottom-button-group ul li a.button {
		width: 100%;
	} 

}