.plgVideos {
  padding: 4em 0 0 0;
}

.plgVideos .item {
  position: relative;
}
.plgVideos .item:last-child {
  margin-bottom: 0;
}

.plgVideos .item a {
  display: block;
}

.plgVideos .item a .overlay2 {
	background: #00000059;
	position: absolute;
	width: calc(100% - 30px);
	height: 100%;
	transition: ease-in-out 300ms;
	opacity: 0;
}

.plgVideos .item a:hover .overlay2 {
	opacity: 1;
}

.plgVideos .item .page-box__content {
  position: absolute;
  display: none;
}

.plgVideos .container > .row {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .plgVideos .container > .row {
    flex-direction: column;
  }
}

.plgVideos .item a .play-btn {
  opacity: 0.5;
}
.play-btn {
	opacity: 0;
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	box-sizing: content-box;
	display: block;
	display: flex;
	align-items: center;
	background-color: #fa183d;
	border-radius: 50%;
	text-align: justify;
	transition: ease-in-out 0.3s;
}

.play-btn:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 50px;
	height: 50px;
	background: #eee;
	border-radius: 50%;
	animation: pulse-border 1500ms ease-out infinite;
}

.play-btn:after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 50px;
	height: 50px;
	background: #eee;
	border-radius: 50%;
	transition: all 200ms;
}

.play-btn span {
	display: block;
	position: relative;
	z-index: 3;
	width: 0;
	height: 0;
	border-left: 10px solid #999999;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}


/*******************************************************************
#PAGINA DE VIDEOS
*******************************************************************/
.PageVideos { margin-bottom: 3em }

.PageVideos .core-feature-content {
	border: 1px solid #e6f0fa;
	padding: 15px;
	position: relative;
}

.PageVideos .core-feature-content i {
	color: #2196f3;
	font-size: 50px;
	display: none;
}

.PageVideos .icofont {
	font-family: 'IcoFont' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.PageVideos .core-feature-content h4 {
	font-weight: 600;
	margin: 0 0 1em 0;
	font-size: 1em;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	width: 100%;
	height: 36px;
	float: left;
	overflow: hidden;
}
.PageVideos .plgGallery.p a{
	color: #676767 !important;
	text-transform: uppercase;
}
.PageVideos .plgGallery.p .core-feature-content p {
	font-size: 14px;
	color: #777777;
	line-height: 24px;
	display: none;
}
.PageVideos .core-feature-content.arrow-right::after {
	content: '';
	background-color: transparent;
	border-right: 50px solid #676767;
	border-bottom: 30px solid transparent;
	border-top: 30px solid transparent;
	display: block;
	position: absolute;
	right: 100%;
	width: 100%;
	top: 50%;
	margin-top: -30px;
	display: none;
}
.PageVideos .core-feature-content.arrow-left::after {
	content: '';
	background-color: transparent;
	border-right: 40px solid  #676767;
	border-bottom: 20px solid transparent;
	border-top: 20px solid transparent;
	display: block;
	position: absolute;
	right: 100%;
	width: 100%;
	top: 50%;
}
.PageVideos .core-feature-img img {
	max-width: 100%;
	margin: 0 auto;
}

.PageVideos .core-features-single .row .col-md-12{
	margin: 0;
}

@media only screen and (max-width: 767px){
	.PageVideos .core-feature-content.arrow-right::after,
	.PageVideos .core-feature-content.arrow-left::after{
		display: none;
 }
}

.PageVideos .galleryphotos .gallery-details figure{
	width: 100%;
	background-color: #f5f5f5;
	margin-bottom: 1em;
	justify-content: center;
	align-gallery-detailss: center;
	align-content: center;
	border: 1px solid #ccc;
}
.PageVideos .galleryphotos .gallery-details figure a img{
	max-width: 100%;
	width: 100%;
	display: block;
	margin: 0;
	max-height: 157px;
}

.PageVideos #servicos {
	margin: 0 auto 3em auto;
}
.PageVideos #servicos .item {
	text-align: center;
	position: relative;
}
.PageVideos #servicos .item a .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.64);
	opacity: 0;
	z-index: 1;
}
.PageVideos #servicos .item a .overlay p {
	color: #fff;
	position: absolute;
	padding: 0 1.5em;
	top: 45%;
	transform: translateY(-50%);
	font-size: 16px;
	font-weight: bold;
}
.PageVideos #servicos .item a:hover .overlay {
	opacity: 1;
}
.PageVideos #servicos .item  h3 a{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
	color: #fff;
	margin: 0 auto 5px;
	text-align: center;
	width: calc(100% - 10px);
	text-transform: uppercase;
	border: 3px solid #8e4071;
	background-color: #aa528a;
	font-size: 18px;
	padding: 5px;
	font-weight: bold;
}
.PageVideos #servicos .owl-nav {
	margin-top: -20px;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
}
.PageVideos #servicos .owl-nav .owl-prev, .PageVideos #servicos .owl-nav .owl-next {
	position: absolute;
	opacity: 0;
	width: 40px;
	height: 40px;
	border-radius: 0;
	font-size: 25px;
	margin: 0;
	background-color: #333;
	color: #fff;
}
.PageVideos #servicos .owl-nav .owl-prev i, .PageVideos #servicos .owl-nav .owl-next i {
	line-height: 40px;
	width: 100%;
	text-align: center;
}
.PageVideos #servicos .owl-nav .owl-prev {
	left: 0;
}
.PageVideos #servicos .owl-nav .owl-next {
	right: 0;
}
.PageVideos #servicos .owl-dots {
	min-width: 200px;
	padding: 10px 0;
	opacity: 0;
	bottom: -10px;
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
	text-align: center;
}
.PageVideos #servicos .owl-dots .owl-dot {
	vertical-align: middle;
	display: inline-block;
}
.PageVideos #servicos .owl-dots .owl-dot span {
	margin: 0 10px;
	width: 15px;
	height: 15px;
	background-color: #1e1e1e;
	border-radius: 50px;
	position: relative;
	float: left;
}
.PageVideos #servicos .owl-dots .owl-dot span:hover {
	border: 2px solid #aa518a;
}
.PageVideos #servicos .owl-dots .owl-dot.active span {
	background-color: #aa518a;
	border: 2px solid #aa518a;
}
.PageVideos #servicos:hover .owl-dots {
	bottom: -41px;
	opacity: 1;
	margin: 0 auto;
}
.PageVideos #servicos:hover .owl-nav .owl-prev, .PageVideos #servicos:hover .owl-nav .owl-next {
	opacity: 0.8;
}
.PageVideos #servicos:hover .owl-nav .owl-prev {
	left: 30px;
}
.PageVideos #servicos:hover .owl-nav .owl-next {
	right: 30px;
}/*arquivo nao encontrado-> ../fx-plugins/plgRating/css/fontawesome-stars.css*/.widget-product .item, #product-page .item{margin-bottom:4em;border:0}.widget-product .item .product, #product-page .item .product{border:1px solid #f1f1f1;padding:10px 10px;text-align:center;position:relative;-webkit-transition:all 0.5s ease 0s;-moz-transition:all 0.5s ease 0s;-o-transition:all 0.5s ease 0s;transition:all 0.5s ease 0s}.widget-product .item .product figure, #product-page .item .product figure{position:relative;margin:auto;text-align:center;height:200px;justify-content:center;align-items:center;display:flex}.widget-product .item .product figure a, #product-page .item .product figure a{display:flex;justify-content:center;align-items:center;height:150px}.widget-product .item .product figure img, #product-page .item .product figure img{width:auto;max-height:140px}.widget-product .item .product h2, #product-page .item .product h2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;width:100%;height:31px;overflow:hidden;line-height:15px;margin:0 0 1em 0;font-weight:bold;font-size:14px}.widget-product .item .product h2 a, #product-page .item .product h2 a{font-weight:bold;color:#fd8c1f}.widget-product .item .product .cetagory, #product-page .item .product .cetagory{width:100%;display:flex;justify-content:center;color:#4c4b49;font-weight:bold}.widget-product .item .product .label-promotion, #product-page .item .product .label-promotion, .widget-product .item .product .label-launch, #product-page .item .product .label-launch{padding:2px 5px 1px;position:absolute;font-weight:bold;font-size:11px;top:2%;opacity:0.5;border-radius:10px;color:#fff}.widget-product .item .product .label-promotion, #product-page .item .product .label-promotion{background-color:#ff5722;left:3%}.widget-product .item .product .label-launch, #product-page .item .product .label-launch{background-color:#429a9d;right:3%}.widget-product .item .product .price, #product-page .item .product .price{display:flex;height:50px;justify-content:center;align-items:center}.widget-product .item .product .price .de, #product-page .item .product .price .de{color:tomato;font-weight:bold;text-decoration:line-through;font-size:16px}.widget-product .item .product .price .por, #product-page .item .product .price .por{color:green;font-weight:bold}.widget-product .item .product .price span, #product-page .item .product .price span{font-size:14px}.widget-product .item:hover .product, #product-page .item:hover .product{border:1px solid #4c4b49}.aside-products nav{padding:0;background-color:#fff;border:0;border-radius:0}.aside-products nav .navbar-header{border-bottom:4px solid #fd8c1f;margin:0;width:100%;float:left}.aside-products nav .navbar-header h3{float:left;margin:0;line-height:45px;color:#fe8916;font-size:24px}.aside-products nav .navbar-header button{margin:0}.aside-products nav .navbar-collapse{margin:0;padding:0}.aside-products nav .navbar-collapse button{margin:0}.aside-products nav .navbar-collapse h3{float:left;width:100%;padding:0;margin:0}.aside-products nav .navbar-collapse ul{float:none;margin:0;width:100%;padding:0;list-style:none}.aside-products nav .navbar-collapse ul li{float:left;width:100%;margin:0;padding:0}.aside-products nav .navbar-collapse ul li:first-child, .aside-products nav .navbar-collapse ul li:last-child{border:none}.aside-products nav .navbar-collapse ul li.nav-divider{padding:0 !important;border-bottom:1px solid #e1e1e1}.aside-products nav .navbar-collapse ul li a{padding:15px 0;display:block;text-transform:uppercase;font-size:14px;color:#159732;text-decoration:none;font-weight:600}.aside-products nav .navbar-collapse ul li a[aria-expanded="true"]{border-bottom:1px solid #e1e1e1}.aside-products nav .navbar-collapse ul li a[aria-expanded="true"] .caret{transform:rotate(180deg)}.aside-products nav .navbar-collapse ul li a .caret{display:inline-block;width:0;height:0;float:right;margin:8px 0;vertical-align:middle;border-top:4px dashed;border-top:4px solid\9;border-right:4px solid transparent;border-left:4px solid transparent}.aside-products nav .navbar-collapse ul li ul{padding:0 1em;background-color:#f5f5f5;float:left}.aside-products nav .navbar-collapse ul li ul li a{color:#666;font-size:12px}@media (max-width:425px){.widget-product .item, #product-page .item{width:100%;padding:0}}@media (max-width:425px){.widget-product, #product-page{padding:0}}#product-details #slide #slide-product{width:100%;border:1px solid #eee;margin:0 0 1em 0;float:left;position:relative;max-width:1140px}#product-details #slide #slide-product .owl-nav .owl-next, #product-details #slide #slide-product .owl-nav .owl-prev{width:22px;height:40px;margin-top:-20px;position:absolute;top:50%}#product-details #slide #slide-product .owl-nav .owl-prev{left:10px}#product-details #slide #slide-product .owl-nav .owl-next{right:10px}#product-details #slide #slide-product .item img{width:auto}#product-details #slide #slide-product-thumb{float:left;clear:left}#product-details #slide #slide-product-thumb .item{background-color:#fff;border:1px solid #e7e7e7;padding:5px;margin:0 5px;cursor:pointer;overflow:overlay}#product-details #slide #slide-product-thumb .item img{height:65px;width:auto;margin:auto}#product-details #info-product .product-category{padding:0 !important;font-size:18px !important}#product-details #info-product .product-category a{font-weight:bold;color:#87959a}#product-details #info-product .product-estoque{margin:0.5em 0;color:green}#product-details #info-product .product-estoque, #product-details #info-product .product-category, #product-details #info-product .price, #product-details #info-product .de, #product-details #info-product .por, #product-details #info-product .consult{float:left;width:100%;padding:1em 0 0.5em 0;position:relative;color:green;font-weight:bold;font-family:arial;font-size:25px}#product-details #info-product .product-estoque .de, #product-details #info-product .product-category .de, #product-details #info-product .price .de, #product-details #info-product .de .de, #product-details #info-product .por .de, #product-details #info-product .consult .de{color:#f00;text-decoration:line-through}#product-details #info-product .product-estoque .por, #product-details #info-product .product-category .por, #product-details #info-product .price .por, #product-details #info-product .de .por, #product-details #info-product .por .por, #product-details #info-product .consult .por{color:green;font-size:16px}#product-details #info-product .product-estoque .consult, #product-details #info-product .product-category .consult, #product-details #info-product .price .consult, #product-details #info-product .de .consult, #product-details #info-product .por .consult, #product-details #info-product .consult .consult{font-size:25px;color:red;margin:0.5em 0}#product-details .title-blocs{color:#87959a;text-transform:uppercase;border:1px solid #fff;padding:0;margin:1.5em 0;font-size:1.5em}#product-details .title-blocs:after{border:1px solid #87959a;margin:0.5em 0 1em 0;width:100%;float:left;content:""}#product-details .product-related{margin-bottom:2em}#product-details .content-info h4{padding:0;margin:0}#product-details .content-info hr{margin-top:10px;margin-bottom:10px}#product-details .price .price-de{color:tomato;font-weight:bold;text-decoration:line-through}.cart .msg-avisoLogin{background-color:#f44336;border:2px solid #b71c1c;padding:0.5em;color:#ffdcdc;width:100%;position:relative;float:left;text-transform:uppercase;font-size:1em;text-align:center;margin-bottom:2em}.cart .msg-avisoLogin strong{color:#fff}.cart .msg-avisoLogin .open-modal, .cart .msg-avisoLogin p a{color:#fff;text-decoration:underline;margin:5px}.cart .list{float:left;width:100%}.cart .list .item{border:1px solid #e8e8e8;background:#fcfcfc;padding:20px 20px 20px 5.5em;position:relative;box-shadow:4px 4px 0 0 rgba(0, 0, 0, 0.1);margin-bottom:2em;float:left;width:100%}.cart .list .item:hover{border:1px solid #d8d3d3}.cart .list .item span.title{width:100%;float:left;clear:left;margin-bottom:0.5em}.cart .list .item span.title a{color:#216869;font-weight:bold;text-decoration:none;border-bottom:1px solid #e5e5e5;width:100%;float:left;padding-bottom:0.5em}.cart .list .item img{display:block;position:absolute;top:20px;left:20px;margin-top:0;width:50px}.cart .list .item span{display:block}.cart .list .item span small{font-size:11px}.cart .list .item span.ref{float:left;clear:left;margin-bottom:0.5em}.cart .list .item span.sub{float:left;clear:left;margin-bottom:0.5em}.cart .list .item span.price{font-weight:bold;font-size:14px;text-transform:uppercase;color:green;float:right;clear:right;margin-bottom:0.5em}.cart .list .item span.price-sub{font-weight:bold;font-size:14px;text-transform:uppercase;color:#5ba8ad;float:right;clear:right;margin-bottom:0.5em}.cart .list .item span.price.consulte{color:red;font-weight:bold;font-size:14px;text-transform:uppercase}.cart .list .item .btn-remove{float:right;clear:right;margin-bottom:0.5em;float:right;clear:right;background-color:#fff;border-color:tomato;color:tomato;font-size:20px;text-transform:uppercase;border-radius:50%;display:block;position:absolute;top:-10px;right:-10px;padding:0;width:35px;height:35px}.cart .list .item .btn-remove:hover{border-color:tomato !important}.cart .list .item span.qtd{float:right;clear:right;position:relative;width:100px}.cart .list .item .qtd .input-number{width:100%;padding:0 12px;vertical-align:top;text-align:center;outline:none;border:1px solid #ccc;height:30px;user-select:none}.cart .list .item .qtd .input-number-decrement{border:1px solid #ccc;height:30px;user-select:none;display:inline-block;width:30px;line-height:30px;background:#f1f1f1;color:#444;text-align:center;font-weight:bold;cursor:pointer;border-radius:4px 0 0 4px;position:absolute;left:0;top:0}.cart .list .item .qtd .input-number-increment{border:1px solid #ccc;height:30px;user-select:none;display:inline-block;width:30px;line-height:30px;background:#f1f1f1;color:#444;text-align:center;font-weight:bold;cursor:pointer;border-radius:0 4px 4px 0;right:0;position:absolute;top:0}.cart .summary{float:left;width:100%}.cart .summary dl dt{float:left;clear:left;font-weight:normal}.cart .summary dl dd{float:right;clear:right;font-weight:bold}.cart .summary .total{background-color:#5ba8ad;border:2px solid #216869;border-radius:30px;color:#fff;padding:0.5em 1em;float:left;width:100%;margin:0 0 1em 0}.cart .summary .total dt{text-transform:uppercase;font-weight:bold}.cart .summary .total dd{font-size:1.5em}.cart .summary .buttons{float:left;width:100%}.cart .summary .buttons .col-md-6:nth-child(1){padding-left:0}.cart .summary .buttons .col-md-6:nth-child(2){padding-right:0}.cart .support{border-top:5px solid #d0d0d0;padding:20px;float:left;width:100%;margin:0}.btn-purchase{background-color:#8bc34a;text-transform:uppercase;border-radius:20px;font-size:14px;padding:0.5em;color:#fff}.btn-purchase:hover{color:#fff}.btn-buy-more{background-color:#009688;text-transform:uppercase;border-radius:20px;font-size:11px;padding:0.85em;color:#fff}.btn-buy-more:hover{color:#fff}@media (max-width:425px){.cart .list .item span.price{width:100%}.cart .list .item span.qtd{width:100%}}@media (max-width:992px){.cart .summary .buttons .col-md-6{padding:0 !important}.cart .summary .buttons .col-md-6:nth-child(1){padding:0 !important}.cart .summary .buttons .col-md-6:nth-child(2){padding:0 !important}}.plgNews.w .item{margin-bottom:0 !important}.plgNews.w, .plgNews.p{position:relative}.plgNews.w .item, .plgNews.p .item{width:100%;text-align:center}.plgNews.w .item h3, .plgNews.p .item h3{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;width:100%;height:30px;overflow:hidden;line-height:15px;margin:0 0 1em 0;font-weight:bold;font-size:14px}.plgNews.w .item h3 a, .plgNews.p .item h3 a{color:#666}.plgNews.w .item figure, .plgNews.p .item figure{width:100%;background-color:#f5f5f5;margin-bottom:1em;justify-content:center;align-items:center;align-content:center;border:1px solid #ccc}.plgNews.w .item figure a img, .plgNews.p .item figure a img{margin:0 auto;max-width:100%;display:block;max-height:198px;min-height:198px}.plgNews.w .item time, .plgNews.p .item time{position:absolute;background-color:#4c4b49;font-size:12px;color:#fff;top:-1rem;padding:0.25rem 0.625rem;font-family:"Roboto", Helvetica, Arial, sans-serif;font-weight:bold;text-shadow:0 1px rgba(0, 0, 0, 0.15);left:0;right:0;margin:0 auto;width:56%;text-align:center}.plgNews.w .item p, .plgNews.p .item p{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;width:100%;height:44px;font-size:14px;overflow:hidden;color:#666}@media (max-width:425px){.plgNews.w .col-xs-6, .plgNews.p .col-xs-6{width:100%}}.share-box > span{font-size:1em;color:#444;font-weight:bold;margin-bottom:0.5em;width:100%;float:left}.share-box .share-art:after{content:"";width:100%;position:relative;float:left;border-bottom:1px solid #eee;margin-bottom:1.5em;padding-bottom:1.5em}.share-box .share-art a{color:#fff;padding:3px 8px;margin-left:4px;border-radius:2px;display:inline-block;margin-right:0;background:#010101}.share-box .share-art a.fac-art{background:#3b5998}.share-box .share-art a.twi-art{background:#00acee}.share-box .share-art a.goo-art{background:#db4a39}.share-box .share-art a.pin-art{background:#ca2127}.share-box .share-art a.lin-art{background:#0077b5}.more-posts > h2{color:#444;font-size:1.5em;width:100%;border-bottom:1px solid #4c4b49;padding:0 0 15px 0;font-weight:bold}.more-posts > h2 span{position:relative;padding:0 0 15px 0}.more-posts > h2 span:before{content:"";position:absolute;left:0;bottom:0;border-bottom:2px solid #4c4b49;width:100%}.more-posts .item{margin-bottom:1em;border-bottom:1px solid #eee;padding-bottom:1em;display:flex}.more-posts .item figure{padding:0.25em;min-width:100px;min-height:60px;max-width:110px;max-height:60px;border:1px solid #eceeef;margin-right:10px;display:flex}.more-posts .item figure a{justify-content:center;align-items:center;display:flex;width:100%;overflow:hidden}.more-posts .item time{float:left;font-size:12px;color:#444;font-weight:bold;margin:0 0 7px 0}.more-posts .item h3{font-size:13px;float:left;margin:0;font-weight:bold;overflow:hidden;word-break:break-word;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.more-posts .item h3 a{color:#444} .button-share-container{bottom:0;position:fixed;margin:1em;right:0;z-index:99}.button-share-container .buttons{border-radius:50%;display:none;width:56px;height:56px;margin:20px auto 0;position:relative}.button-share-container .buttons i{margin-left:10px;margin-top:10px}.button-share-container .buttons.btnwhatsapp{background-color:#1dab28 !important}.button-share-container .buttons.btnwhatsapp .fa.fa-whatsapp{width:45px;height:45px;font-size:25px;padding:9px;text-align:center;margin:-3px}.button-share-container .buttons.btnmessenger i{background-image:url('../../fx-plugins/plgGetButton/images/messenger.svg');background-size:24px;background-repeat:no-repeat;background-position:center center;padding:20px;margin:0 !important}.button-share-container .buttons.btnphone{margin-bottom:1em !important}.button-share-container .buttons .buttons:not(:last-child){width:35px;height:35px;margin:20px auto 0 auto;display:none}.button-share-container i.fa.fa-whatsapp{font-size:2em;color:#fff;margin:0;padding:12px;background-color:#1dab28;border-radius:50px;width:56px;height:56px;text-align:center;border:2px solid #fff}.button-share-container:hover .buttons:not(:last-child){display:block;width:40px;height:40px;margin:15px auto 0;color:#fff;background-color:#a71a1a;font-size:1.4em}[tooltip]:before{bottom:20%;font-family:'Roboto';font-weight:600;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;background-color:#585858;color:#fff;content:attr(tooltip);font-size:12px;visibility:hidden;padding:5px 7px;margin-right:10px;position:absolute;right:100%;white-space:nowrap}[tooltip]:hover:before, [tooltip]:hover:after{visibility:visible;opacity:1}.pulse{margin:100px;display:block;width:22px;height:22px;border-radius:50%;background:#6eb240;cursor:pointer;box-shadow:0 0 15px rgba(110, 178, 64, 0.4);animation:pulse 2s infinite}.pulse:hover{animation:none}@-webkit-keyframes pulse{0%{-webkit-box-shadow:0 0 0 rgba(110, 178, 64, 0.4)}100%{-webkit-box-shadow:0 0 0 15px rgba(110, 178, 64, 0)}}@keyframes pulse{0%{-moz-box-shadow:0 0 0 0 rgba(110, 178, 64, 0.4);box-shadow:0 0 0 0 rgba(110, 178, 64, 0.4)}100%{-moz-box-shadow:0 0 0 15px rgba(110, 178, 64, 0);box-shadow:0 0 0 20px rgba(110, 178, 64, 0)}}.bounce{animation:bounce 2s infinite;-webkit-animation:bounce 2s infinite;-moz-animation:bounce 2s infinite;-o-animation:bounce 2s infinite}@-webkit-keyframes bounce{0%, 20%, 50%, 80%, 100%{-webkit-transform:translateY(0)}40%{-webkit-transform:translateY(-30px)}60%{-webkit-transform:translateY(-15px)}}@-moz-keyframes bounce{0%, 20%, 50%, 80%, 100%{-moz-transform:translateY(0)}40%{-moz-transform:translateY(-30px)}60%{-moz-transform:translateY(-15px)}}@-o-keyframes bounce{0%, 20%, 50%, 80%, 100%{-o-transform:translateY(0)}40%{-o-transform:translateY(-30px)}60%{-o-transform:translateY(-15px)}}@keyframes bounce{0%, 20%, 50%, 80%, 100%{transform:translateY(0)}40%{transform:translateY(-30px)}60%{transform:translateY(-15px)}} .plgGallery{margin-bottom:3em}.core-feature-content{border:1px solid #e6f0fa;padding:15px;position:relative}.core-feature-content i{color:#2196f3;font-size:50px;display:none}.icofont{font-family:'IcoFont' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.core-feature-content h2{font-weight:600;margin:0 0 1em 0;font-size:1em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;width:100%;height:31px;float:left;overflow:hidden}.plgGallery.p a{color:#676767 !important;text-transform:uppercase;font-size:14px}.plgGallery.p .core-feature-content p{font-size:14px;color:#777777;line-height:24px;display:none}.core-feature-content.arrow-right::after{content:'';background-color:transparent;border-right:50px solid #676767;border-bottom:30px solid transparent;border-top:30px solid transparent;display:block;position:absolute;right:100%;width:100%;top:50%;margin-top:-30px;display:none}.core-feature-content.arrow-left::after{content:'';background-color:transparent;border-right:40px solid #676767;border-bottom:20px solid transparent;border-top:20px solid transparent;display:block;position:absolute;right:100%;width:100%;top:50%}.core-feature-img{display:flex;max-height:170px;min-height:170px;overflow:hidden;align-items:center;justify-content:center}.core-feature-img img{max-width:100%;margin:0 auto}.core-features-single{margin-bottom:2em}.core-features-single .row .col-md-12{margin:0}@media only screen and (max-width:767px){.core-feature-content.arrow-right::after, .core-feature-content.arrow-left::after{display:none}}.galleryphotos .gallery-details figure{width:100%;background-color:#f5f5f5;margin-bottom:1em;justify-content:center;align-content:center;border:1px solid #ccc}