
.flex-container a:hover, .flex-slider a:hover {
	outline: none;
}

.flex-control-nav, .flex-direction-nav, .slides, .slides>li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

.flexslider {
	margin: 0;
	padding: 0;
}

.flexslider .slides>li {
	-webkit-backface-visibility: hidden;
	display: none;
}

.flexslider .slides img {
	display: block;
	width: 100%;
}

.flexslider .slides:after {
	clear: both;
	content: " ";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

html[xmlns] .flexslider .slides {
	display: block;
}

* html .flexslider .slides {
	height: 1%;
}

.no-js .flexslider .slides>li:first-child {
	display: block;
}

.flexslider {
	background: #fff;
	border: 4px solid #fff;
	margin: 0 0 60px;
	position: relative;
	zoom: 1;
	-webkit-border-radius: 4px;
	-moz-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);
}

.flexslider .slides {
	zoom: 1;
}

.flexslider .slides img {
	height: auto;
	-moz-user-select: none;
}

.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.loading .flex-viewport {
	max-height: 300px;
}

@-moz-document url-prefix() {
	.loading .flex-viewport {
		max-height: none;
	}
}

.carousel li {
	margin-right: 5px;
}

.flex-direction-nav {}

.flex-direction-nav a {
	color: rgba(0, 0, 0, .8);
	cursor: pointer;
	display: block;
	height: 40px;
	margin: -20px 0 0;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	text-decoration: none;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, .3);
	top: 50%;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	width: 40px;
	z-index: 10;
}

.flex-direction-nav a:before {
	color: rgba(0, 0, 0, .8);
	content: "";
	display: inline-block;
	font-family: flexslider-icon;
	font-size: 40px;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, .3);
}

.flex-direction-nav a.flex-next:before {
	content: "";
}

.flex-direction-nav .flex-prev {
	left: -50px;
}

.flex-direction-nav .flex-next {
	right: -50px;
	text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
	left: 10px;
	opacity: .7;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
	opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
	opacity: .7;
	right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
	opacity: 1;
}

.flex-direction-nav .flex-disabled {
	cursor: default;
	filter: alpha(opacity=0);
	opacity: 0 !important;
	z-index: -1;
}

.flex-pauseplay a {
	bottom: 5px;
	color: #000;
	cursor: pointer;
	display: block;
	height: 20px;
	left: 10px;
	opacity: .8;
	overflow: hidden;
	position: absolute;
	width: 20px;
	z-index: 10;
}

.flex-pauseplay a:before {
	content: "";
	display: inline-block;
	font-family: flexslider-icon;
	font-size: 20px;
}

.flex-pauseplay a:hover {
	opacity: 1;
}

.flex-pauseplay a.flex-play:before {
	content: "";
}

.flex-control-nav {
	bottom: -40px;
	position: absolute;
	text-align: center;
	width: 100%;
}

.flex-control-nav li {
	display: inline-block;
	margin: 0 6px;
	zoom: 1;
}

.flex-control-paging li a {
	background: #666;
	background: rgba(0, 0, 0, .5);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
	-o-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
	cursor: pointer;
	display: block;
	height: 11px;
	text-indent: -9999px;
	width: 11px;
}

.flex-control-paging li a:hover {
	background: #333;
	background: rgba(0, 0, 0, .7);
}

.flex-control-paging li a.flex-active {
	background: #000;
	background: rgba(0, 0, 0, .9);
	cursor: default;
}

.flex-control-thumbs {
	margin: 5px 0 0;
	overflow: hidden;
	position: static;
}

.flex-control-thumbs li {
	float: left;
	margin: 0;
	width: 25%;
}

.flex-control-thumbs img {
	cursor: pointer;
	display: block;
	height: auto;
	opacity: .7;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	-moz-user-select: none;
	width: 100%;
}

.flex-control-thumbs img:hover {
	opacity: 1;
}

.flex-control-thumbs .flex-active {
	cursor: default;
	opacity: 1;
}

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

.lb-loader, .lightbox {
	text-align: center;
	line-height: 0;
}

body.lb-disable-scrolling {
	overflow: hidden;
}

.lightboxOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: #000;
	opacity: .8;
	display: none;
}

.lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 10000;
	font-weight: 400;
	outline: 0;
}

.lightbox .lb-image {
	display: block;
	height: auto;
	max-width: inherit;
	max-height: none;
	border-radius: 3px;
	border: 4px solid #fff;
}

.lightbox a img {
	border: none;
}

.lb-outerContainer {
	position: relative;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	border-radius: 4px;
	background-color: #fff;
}

.lb-loader, .lb-nav {
	position: absolute;
	left: 0;
}

.lb-outerContainer:after {
	content: "";
	display: table;
	clear: both;
}

.lb-loader {
	top: 43%;
	height: 25%;
	width: 100%;
}

.lb-cancel {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
	background: url("https://gen3advisor.com/nitropack_static/tslzLlJZBgOGfaBTvVuQIveVIhlXtPsh/assets/images/optimized/rev-b7e58e2/gen3advisor.com/wp-content/plugins/js_composer_theme/assets/lib/vendor/dist/lightbox2/dist/images/loading.gif") no-repeat;
}

.lb-cancel.nitro-lazy {
	background: none !important;
}

.lb-nav {
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

.lb-container>.nav {
	left: 0;
}

.lb-nav a {
	outline: 0;
	background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-nav a.nitro-lazy {
	background-image: none !important;
}

.lb-next, .lb-prev {
	height: 100%;
	cursor: pointer;
	display: block;
}

.lb-nav a.lb-prev {
	width: 34%;
	left: 0;
	float: left;
	background: url("https://gen3advisor.com/nitropack_static/tslzLlJZBgOGfaBTvVuQIveVIhlXtPsh/assets/images/optimized/rev-b7e58e2/gen3advisor.com/wp-content/plugins/js_composer_theme/assets/lib/vendor/dist/lightbox2/dist/images/prev.png") left 48% no-repeat;
	opacity: 0;
	-webkit-transition: opacity .6s;
	-moz-transition: opacity .6s;
	-o-transition: opacity .6s;
	transition: opacity .6s;
}

.lb-nav a.lb-prev.nitro-lazy {
	background: none !important;
}

.lb-nav a.lb-prev:hover {
	opacity: 1;
}

.lb-nav a.lb-next {
	width: 64%;
	right: 0;
	float: right;
	background: url("https://gen3advisor.com/nitropack_static/tslzLlJZBgOGfaBTvVuQIveVIhlXtPsh/assets/images/optimized/rev-b7e58e2/gen3advisor.com/wp-content/plugins/js_composer_theme/assets/lib/vendor/dist/lightbox2/dist/images/next.png") right 48% no-repeat;
	opacity: 0;
	-webkit-transition: opacity .6s;
	-moz-transition: opacity .6s;
	-o-transition: opacity .6s;
	transition: opacity .6s;
}

.lb-nav a.lb-next.nitro-lazy {
	background: none !important;
}

.lb-nav a.lb-next:hover {
	opacity: 1;
}

.lb-dataContainer {
	margin: 0 auto;
	padding-top: 5px;
	width: 100%;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
	content: "";
	display: table;
	clear: both;
}

.lb-data {
	padding: 0 4px;
	color: #ccc;
}

.lb-data .lb-details {
	width: 85%;
	float: left;
	text-align: left;
	line-height: 1.1em;
}

.lb-data .lb-caption {
	font-size: 13px;
	font-weight: 700;
	line-height: 1em;
}

.lb-data .lb-caption a {
	color: #4ae;
}

.lb-data .lb-number {
	display: block;
	clear: left;
	padding-bottom: 1em;
	font-size: 12px;
	color: #999;
}

.lb-data .lb-close {
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	background: url("https://gen3advisor.com/nitropack_static/tslzLlJZBgOGfaBTvVuQIveVIhlXtPsh/assets/images/optimized/rev-b7e58e2/gen3advisor.com/wp-content/plugins/js_composer_theme/assets/lib/vendor/dist/lightbox2/dist/images/close.png") top right no-repeat;
	text-align: right;
	outline: 0;
	opacity: .7;
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s;
}

.lb-data .lb-close.nitro-lazy {
	background: none !important;
}

.lb-data .lb-close:hover {
	cursor: pointer;
	opacity: 1;
}
