@charset "UTF-8";

.section{
	line-height:0% !important; /* correção em caso de line-height setado no body,html css */
}

/*
AJUSTES

1- .thumbnail-mary::before - Para ajustar efeito de esmorecimento ao passar o mouse sobre a imagem/thumbnail da galeria

*/

.fa {
	display: inline-block;
	font-family: 'FontAwesome';
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class*='fa-']:before {
	font-weight: 400;
	font-family: 'FontAwesome';
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
	font-size: 1.33333333em;
	line-height: 0.75em;
	vertical-align: -15%;
}


/* cor setas gallery*/
.owl-classic .owl-prev:hover::before,
.owl-classic .owl-next:hover::before {
	background-color: rgba(21, 21, 21, 0);
}

.owl-classic .owl-prev:hover::after,
.owl-classic .owl-next:hover::after {
	border-left-color: rgba(21, 21, 21, 0);
	border-right-color: rgba(21, 21, 21, 0);
}

.owl-classic .owl-prev::before,
.owl-classic .owl-next::before {
	height: 2px;
	width: 32px;
	background-color: rgba(21, 21, 21, 0);
}

.owl-classic .owl-prev::after {
	border-width: 5px 8px 5px 0;
	border-color: transparent rgba(21, 21, 21, 0) transparent transparent;
}
.owl-classic .owl-next::after {
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent rgba(21, 21, 21, 0);
}
/* cor setas gallery*/


/* setas gallery*/
.owl-classic .owl-prev,
.owl-classic .owl-next {
	padding: 0;
	border: 0;
	background: transparent;
	display: none;
	align-items: center;
	justify-content: space-between;
	height: 40px;
	width: 54px;
	font-size: 0;
	line-height: 40px;
	padding-left: 5px;
	padding-right: 5px;
	transition: all .25s ease;

}
/* setas gallery*/


/* ajuste gallery - COR SETAS */
.owl-classic .owl-next::before {
	padding: 0;
	display: none;
	align-items: center;
	justify-content: space-between;
	height: 40px;
	width: 1px;
	font-size: 60px;
	line-height: 40px;
	padding-left: 5px;
	padding-right: 5px;
	transition: all .25s ease;	
	font-family: "FontAwesome" !important;
	content: "\f054" !important;
	color: #4d4d4d !important;
}
/* ajuste gallery - COR SETAS */
.owl-classic .owl-prev::before {
	padding: 0;
	display: none;
	align-items: center;
	justify-content: space-between;
	height: 40px;
	width: 1px;
	font-size: 60px;
	line-height: 40px;
	padding-left: 5px;
	padding-right: 35px;
	transition: all .25s ease;	
	font-family: "FontAwesome" !important;
	content: "\f053" !important;
	color: #4d4d4d !important;
}
.owl-classic .owl-prev:hover::before,
.owl-classic .owl-next:hover::before {
	color: #231f20 !important;
	/*transform: scale(1.5);*/
}
/* ajuste gallery*/





.owl-classic .owl-prev::before, .owl-classic .owl-prev::after,
.owl-classic .owl-next::before,
.owl-classic .owl-next::after {
	display: inline-block;
	vertical-align: middle;
	font-family: "FontAwesome";
	content: "";
	transition: all .3s ease-in-out;
}

.owl-classic .owl-prev::after,
.owl-classic .owl-next::after {
	width: 0;
	height: 0;
	border-style: solid;
}

.owl-classic .owl-prev:hover,
.owl-classic .owl-next:hover {
	padding-left: 0;
	padding-right: 0;
}

.owl-classic .owl-prev {
	flex-direction: row-reverse;
	left: -62px;
}



























.gallery-title,
.link-instafeed-3 {
	display: inline-block;
	min-width: 210px;
	padding: 4px 40px 10px;
	font-weight: 400;
	letter-spacing: .05em;
	background: #ffffff;
}

.gallery-title a, .gallery-title a:focus, .gallery-title a:active,
.link-instafeed-3 a,
.link-instafeed-3 a:focus,
.link-instafeed-3 a:active {
	color: #ffce40;
}

.gallery-title a:hover,
.link-instafeed-3 a:hover {
	color: #ffffff;
}

/*
*
* Images
*/
img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.img-responsive {
	width: 100%;
}

.img-circles {
	border-radius: 50%;
}



/*
*
* Icons
*/
.icon {
	display: inline-block;
	font-size: 16px;
	line-height: 1;
}

.icon::before {
	position: relative;
	display: inline-block;
	font-weight: 400;
	font-style: normal;
	speak: none;
	text-transform: none;
}

.icon-circle {
	border-radius: 50%;
}


/*
*
* Thumbnails
*/
.thumbnail {
	position: relative;
	border-radius: 10px;

}

.thumbnail-xxs {
	max-width: 220px;
	margin-left: auto;
	margin-right: auto;
}

.thumbnail-xs {
	max-width: 270px;
	margin-left: auto;
	margin-right: auto;
}

.thumbnail-sm {
	max-width: 370px;
	margin-left: auto;
	margin-right: auto;
}

.thumbnail-md {
	max-width: 420px;
	margin-left: auto;
	margin-right: auto;
}

.thumbnail-lg {
	max-width: 570px;
	margin-left: auto;
	margin-right: auto;
}

.thumbnail-xl {
	max-width: 870px;
	margin-left: auto;
	margin-right: auto;
}

.thumbnail-classic {
	text-align: left;
	overflow: hidden;
}

.thumbnail-classic-figure {
	display: block;
}

.thumbnail-classic-figure img {
	width: 100%;
	transition: all .3s ease;
}

.thumbnail-classic-caption {
	text-align: center;
	position: absolute;
	content: '';
	left: 50%;
	bottom: 0;
	padding: 10px 15px;
	min-width: 230px;
	transform: translate3d(-50%, 0, 0);
	background: #ffffff;
	pointer-events: none;
	transition: all .3s ease;
}

.thumbnail-classic-caption > [class*='thumbnail-classic-'] {
	pointer-events: auto;
}

.thumbnail-classic-title-wrap > * {
	display: inline-block;
	vertical-align: middle;
}

.thumbnail-classic-title-wrap .icon {
	margin-top: 3px;
	margin-right: 16px;
	font-size: 26px;
}

.thumbnail-classic-title-wrap .icon img {
	display: none;
}

.thumbnail-classic-title-wrap .icon, .thumbnail-classic-title-wrap .icon:focus, .thumbnail-classic-title-wrap .icon:active {
	color: #151515;
}

.thumbnail-classic-title-wrap .icon:hover {
	color: #ffce40;
}

.thumbnail-classic-title {
	color: #ffffff;
}

.thumbnail-classic-title a, .thumbnail-classic-title a:focus, .thumbnail-classic-title a:active {
	color: inherit;
}

.thumbnail-classic-title a:hover {
	color: #ffce40;
}

.thumbnail-classic-text {
	display: none;
}

@media (max-width: 575.98px) {
	.thumbnail-custom-mobile {
		min-height: 300px;
	}
	.thumbnail-custom-mobile a {
		min-height: inherit;
	}
	.thumbnail-custom-mobile img {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		min-height: 100%;
		min-width: 100%;
		width: auto;
		height: auto;
		max-width: none;
	}
	@supports (object-fit: cover) {
		.thumbnail-custom-mobile img {
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			transform: none;
			object-fit: cover;
			object-position: center center;
		}
	}
}

@media (min-width: 992px) {
	.desktop .thumbnail-classic-figure img {
		transform: scale(1.1);
		will-change: transform;
	}
	.desktop .thumbnail-classic-caption {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
		text-align: inherit;
		padding: 20px;
		top: 20px;
		right: 20px;
		bottom: 20px;
		left: 20px;
		opacity: 0;
		visibility: hidden;
		transform: translate3d(-20px, -20px, 0);
		will-change: transform;
	}
	.desktop .thumbnail-classic-title-wrap .icon {
		margin-right: 24px;
		font-size: 36px;
	}
	.desktop .thumbnail-classic-text {
		display: block;
		font-size: 13px;
		width: 100%;
	}
	.desktop .thumbnail-classic:hover .thumbnail-classic-figure img {
		transform: none;
	}
	.desktop .thumbnail-classic:hover .thumbnail-classic-caption {
		opacity: 1;
		visibility: visible;
		transform: none;
	}
}

@media (min-width: 1200px) {
	.desktop .thumbnail-classic-caption {
		padding: 30px;
	}
	.desktop .thumbnail-classic-text {
		font-size: inherit;
	}
}

@media (min-width: 1800px) {
	.thumbnail-md .thumbnail-classic-caption {
		padding-left: 40px;
		padding-right: 40px;
	}
}

* + .thumbnail-classic-text {
	margin-top: 14px;
}

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

.thumbnail-modern-figure {
	position: relative;
	overflow: hidden;
	display: block;
}

.thumbnail-modern-figure img {
	width: 100%;
	transition: inherit;
}

.thumbnail-modern-title {
	font-weight: 400;
	transition: all .3s ease;
}

.thumbnail-modern-title a {
	transition-property: color;
}

.thumbnail-modern-subtitle {
	color: #9b9b9b;
}

@media (min-width: 992px) {
	.desktop .thumbnail-modern-figure::before {
		position: absolute;
		content: '';
		top: 0;
		width: 0;
		bottom: 0;
		left: 0;
		background: rgba(48, 46, 46, 0.18);
		transition: inherit;
		visibility: hidden;
		opacity: 0;
		z-index: 1;
	}
	.desktop .thumbnail-modern-figure img {
		transform: scale(1.1);
		transform-origin: 0 50%;
		will-change: transform;
	}
	.desktop .thumbnail-modern:hover .thumbnail-modern-figure img {
		transform-origin: 100% 50%;
	}
	.desktop .thumbnail-modern:hover .thumbnail-modern-title {
		letter-spacing: .15em;
	}
	.desktop .thumbnail-modern:hover .thumbnail-modern-figure:before {
		width: 100%;
		visibility: visible;
		opacity: 1;
	}
}

* + .thumbnail-modern-caption {
	margin-top: 18px;
}

* + .thumbnail-modern-subtitle {
	margin-top: 2px;
}

.thumbnail-creative {
	overflow: hidden;
	text-align: left;
}

.thumbnail-creative-figure {
	display: block;
}

.thumbnail-creative-figure img {
	width: 100%;
	transition: all .3s ease;
}

.thumbnail-creative-caption {
	text-align: center;
	padding: 15px;
	background: #303233;
}

.thumbnail-creative-caption > * {
	position: relative;
	z-index: 1;
}

.thumbnail-creative-title {
	color: #ffffff;
	transition-delay: 0s;
}

.thumbnail-creative-time {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: .075em;
	/*font-family: "Teko", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;*/
	text-transform: uppercase;
	color: #ffffff;
	transition-delay: .5s;
}

.thumbnail-creative-button {
	transition-delay: .1s;
}

.thumbnail-creative-button .button {
	padding-left: 20px;
	padding-right: 20px;
	font-weight: 600;
	min-width: 125px;
}

.thumbnail-creative-button .button::after {
	border-color: #ffffff;
}

.thumbnail-creative-button .button:hover, .thumbnail-creative-button .button:active {
	color: #ffffff;
	background: transparent;
	border-color: #ffffff;
}

@media (min-width: 992px) {
	.desktop .thumbnail-creative-figure img {
		transform: scale(1.1);
		transform-origin: 100% 50%;
		will-change: transform;
	}
	.desktop .thumbnail-creative-caption {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
		text-align: inherit;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		width: 50%;
		min-width: 180px;
		padding: 30px 15px 30px 30px;
		background: transparent;
	}
	.desktop .thumbnail-creative-caption::before {
		position: absolute;
		content: '';
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: #303233;
		transform: translate3d(200%, 0, 0);
		will-change: transform;
		visibility: hidden;
		opacity: 0;
		transition: all .3s ease;
	}
	.desktop .thumbnail-creative-title,
	.desktop .thumbnail-creative-time,
	.desktop .thumbnail-creative-button {
		transform: translate3d(-40px, 0, 0);
		will-change: transform;
		opacity: 0;
		visibility: hidden;
		transition: all .3s ease;
	}
	.desktop .thumbnail-creative:hover .thumbnail-creative-figure img {
		transform-origin: 0 50%;
	}
	.desktop .thumbnail-creative:hover .thumbnail-creative-caption::before {
		transform: none;
		visibility: visible;
		opacity: 1;
	}
	.desktop .thumbnail-creative:hover .thumbnail-creative-title,
	.desktop .thumbnail-creative:hover .thumbnail-creative-time,
	.desktop .thumbnail-creative:hover .thumbnail-creative-button {
		transform: none;
		opacity: 1;
		visibility: visible;
	}
	.desktop .thumbnail-creative:hover .thumbnail-creative-title {
		transition-delay: .25s;
	}
	.desktop .thumbnail-creative:hover .thumbnail-creative-time {
		transition-delay: .32s;
	}
	.desktop .thumbnail-creative:hover .thumbnail-creative-button {
		transition-delay: .39s;
	}
}

* + .thumbnail-creative-time {
	margin-top: 5px;
}

* + .thumbnail-creative-button {
	margin-top: 12px;
}

.thumbnail-mary {
	text-align: center;
	overflow: hidden;
	transition: all .3s ease;
}


.thumbnail-mary::before, .thumbnail-mary::after {
	position: absolute;
	content: '';
	transition: inherit;
	pointer-events: none;
}

.thumbnail-mary::before {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(25, 24, 24, 0); /* estilização nativa rgba(25, 24, 24, 0.45); */
	z-index: 1;
}

.thumbnail-mary::after {
	display: inline-block;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	z-index: 1;
}

.thumbnail-mary-2::after {
	display: none;
}

.thumbnail-mary-2 .thumbnail-mary-caption .icon:hover {
	color: #ffffff;
}

.thumbnail-mary-3::before {
	background: rgba(26, 43, 66, 0.37);
}

.thumbnail-xxs .thumbnail-mary-caption .icon {
	font-size: 30px;
}

.thumbnail-mary-figure {
	display: block;
}

.thumbnail-mary-figure img {
	width: 100%;
	transition: all .3s ease;
}

.thumbnail-mary-caption {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	pointer-events: none;
	z-index: 1;
}

.thumbnail-mary-caption > * {
	pointer-events: auto;
}

.thumbnail-mary-caption .icon {
	font-size: 36px;
}

.thumbnail-mary-caption .icon img {
	display: none;
}

.thumbnail-mary-caption .icon, .thumbnail-mary-caption .icon:focus, .thumbnail-mary-caption .icon:active {
	color: #ffffff;
}

.thumbnail-mary-caption .icon:hover {
	color: rgba(255, 255, 255, 0.5);
}

.thumbnail-mary-title {
	color: #ffffff;
}

.thumbnail-mary-title a, .thumbnail-mary-title a:focus, .thumbnail-mary-title a:active {
	color: inherit;
}

.thumbnail-mary-title a:hover {
	color: #ffffff;
}

.thumbnail-mary-project {
	font-weight: 400;
}

.thumbnail-mary-time {
	font-weight: 400;
	color: #ffffff;
}

.owl-timeline .thumbnail-mary-decor {
	display: inline-block;
	position: relative;
	margin: 15px 0 14px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #ffffff;
}

.owl-timeline .thumbnail-mary-decor::before, .owl-timeline .thumbnail-mary-decor::after {
	display: inline-block;
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: inherit;
	height: inherit;
	border-radius: inherit;
	opacity: 1;
	transform: none;
	visibility: visible;
}

.owl-timeline .thumbnail-mary-decor::before {
	background: rgba(255, 219, 115, 0.5);
	animation: item1B 1s ease infinite;
}

.owl-timeline .thumbnail-mary-decor::after {
	background: rgba(255, 219, 115, 0.3);
	animation: item1A 1s ease infinite;
}

@media (min-width: 992px) {
	.desktop .thumbnail-mary::before {
		opacity: 0;
		visibility: hidden;
	}
	.desktop .thumbnail-mary::after {
		transform: scale(0.85);
		opacity: 0;
		visibility: hidden;
	}
	.desktop .thumbnail-mary-figure img {
		transform: scale(1.2);
		will-change: transform;
	}
	.desktop .thumbnail-mary-caption .icon,
	.desktop .thumbnail-mary-title {
		opacity: 0;
		visibility: hidden;
		transition: all .3s ease;
	}
	.desktop .thumbnail-mary-caption .icon {
		transform: translate3d(0, -10px, 0);
	}
	.desktop .thumbnail-mary-title {
		transform: translate3d(0, 10px, 0);
	}
	.desktop .thumbnail-mary:hover::before {
		opacity: 1;
		visibility: visible;
	}
	.desktop .thumbnail-mary:hover::after {
		opacity: 1;
		visibility: visible;
		transform: none;
	}
	.desktop .thumbnail-mary:hover .thumbnail-mary-figure img {
		transform: none;
	}
	.desktop .thumbnail-mary:hover .icon,
	.desktop .thumbnail-mary:hover .thumbnail-mary-title {
		opacity: 1;
		visibility: visible;
		transform: none;
	}
	.desktop .owl-timeline:hover .thumbnail-mary-decor::before, .desktop .owl-timeline:hover .thumbnail-mary-decor::after {
		animation: none;
	}
	.desktop .owl-timeline:hover .owl-stage > .owl-item:hover .thumbnail-mary-decor::before {
		animation: item1B 1s ease infinite;
	}
	.desktop .owl-timeline:hover .owl-stage > .owl-item:hover .thumbnail-mary-decor::after {
		animation: item1A 1s ease infinite;
	}
}

@keyframes item1B {
	25% {
		opacity: 1;
		transform: none;
		visibility: visible;
	}
	100% {
		opacity: 0;
		transform: scale(3);
		visibility: hidden;
	}
}

@keyframes item1A {
	100% {
		opacity: 0;
		transform: scale(4);
		visibility: hidden;
	}
}

* + .thumbnail-mary-title {
	margin-top: 16px;
}

* + .thumbnail-mary-description {
	margin-top: 30px;
}

.thumbnail-joan {
	text-align: center;
	overflow: hidden;
	transition: all .3s ease;
}

.thumbnail-joan::before {
	position: absolute;
	content: '';
	transition: inherit;
	pointer-events: none;
}

.thumbnail-joan::before {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(26, 43, 66, 0.37);
	z-index: 1;
}

.thumbnail-joan-figure {
	display: block;
}

.thumbnail-joan-figure img {
	width: 100%;
	transition: all .3s ease;
}

.thumbnail-joan-caption {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	pointer-events: none;
	z-index: 1;
}

.thumbnail-joan-caption > * {
	pointer-events: auto;
}

.thumbnail-joan-title {
	color: #ffffff;
}

.thumbnail-joan-title a, .thumbnail-joan-title a:focus, .thumbnail-joan-title a:active {
	color: inherit;
}

.thumbnail-joan-title a:hover {
	color: #ffffff;
}

@media (min-width: 992px) {
	.desktop .thumbnail-joan::before {
		opacity: 0;
		visibility: hidden;
	}
	.desktop .thumbnail-joan-figure img {
		transform: scale(1.2);
		will-change: transform;
	}
	.desktop .thumbnail-joan-title {
		opacity: 0;
		visibility: hidden;
		transition: all .3s ease;
		transform: translate3d(0, 10px, 0);
	}
	.desktop .thumbnail-joan:hover::before {
		opacity: 1;
		visibility: visible;
	}
	.desktop .thumbnail-joan:hover .thumbnail-joan-figure img {
		transform: none;
	}
	.desktop .thumbnail-joan:hover .thumbnail-joan-title {
		opacity: 1;
		visibility: visible;
		transform: none;
	}
}

.thumbnail-instafeed {
	padding-bottom: 72%;
}

.thumbnail-instafeed .thumbnail-mary-figure img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-height: 100%;
	min-width: 100%;
	width: auto;
	height: auto;
	max-width: none;
}

@media (min-width: 992px) {
	.desktop .thumbnail-instafeed .thumbnail-mary-figure img {
		transform: translate(-50%, -50%) scale(1.1);
	}
	.desktop .thumbnail-instafeed:hover .thumbnail-mary-figure img {
		transform: translate(-50%, -50%);
	}
}

.single-project .button {
	min-width: 230px;
}

.single-project p + p {
	margin-top: 24px;
}

@media (min-width: 576px) {
	.single-project {
		text-align: left;
	}
	.single-project .title-decoration-lines-bottom + p {
		margin-top: 38px;
	}
}

@media (min-width: 1200px) {
	.single-project h4 + p {
		margin-top: 24px;
	}
}

@media (min-width: 1200px) {
	.single-project-3 {
		margin-right: 70px;
	}
}

.single-project-4 h4 {
	line-height: 1.2;
}

@media (min-width: 1200px) {
	.single-project-4 {
		margin-left: 40px;
	}
}

.single-project-aside {
	padding-top: 30px;
	border-top: 1px solid #e1e1e1;
}

@media (min-width: 576px) {
	.single-project-aside {
		text-align: left;
	}
}

@media (min-width: 992px) {
	.single-project-aside {
		padding-left: 40px;
		padding-top: 0;
		border-left: 1px solid #e1e1e1;
		border-top: none;
	}
}

@media (min-width: 1200px) {
	.single-project-aside {
		padding-left: 70px;
	}
	.single-project-aside .divider {
		width: 65%;
	}
	.single-project-aside * + .button {
		margin-top: 50px;
	}
}

.single-project-aside-title {
	font-weight: 400;
	letter-spacing: .075em;
}

.single-project-aside-title + .list-description {
	margin-top: 28px;
}

.project-navigation-arrow-prev,
.project-navigation-arrow-next {
	position: absolute;
	top: 50%;
	display: none;
	align-items: center;
	justify-content: space-between;
	height: 58px;
	width: 52px;
	font-size: 0;
	line-height: 58px;
	background: transparent;
	transform: translate3d(0, -50%, 0);
	transition: all .25s ease;
}

.project-navigation-arrow-prev::before, .project-navigation-arrow-prev::after,
.project-navigation-arrow-next::before,
.project-navigation-arrow-next::after {
	display: inline-block;
	vertical-align: middle;
	content: '';
	transition: all .3s ease-in-out;
}

.project-navigation-arrow-prev::before,
.project-navigation-arrow-next::before {
	height: 2px;
	width: 25px;
	background-color: #9b9b9b;
}

.project-navigation-arrow-prev::after,
.project-navigation-arrow-next::after {
	width: 0;
	height: 0;
	border-style: solid;
}

.project-navigation-arrow-prev:hover::before,
.project-navigation-arrow-next:hover::before {
	background-color: #151515;
}

.project-navigation-arrow-prev:hover::after,
.project-navigation-arrow-next:hover::after {
	border-left-color: #151515;
	border-right-color: #151515;
}

.project-navigation-arrow-prev {
	flex-direction: row-reverse;
	left: 0;
	padding-left: 5px;
	padding-right: 13px;
}

.project-navigation-arrow-prev::after {
	border-width: 4px 6px 4px 0;
	border-color: transparent #9b9b9b transparent transparent;
}

.project-navigation-arrow-prev:hover {
	padding-left: 0;
	padding-right: 8px;
}

.project-navigation-arrow-next {
	right: 0;
	padding-left: 13px;
	padding-right: 5px;
}

.project-navigation-arrow-next::after {
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #9b9b9b;
}

.project-navigation-arrow-next:hover {
	padding-left: 8px;
	padding-right: 0;
}

@media (min-width: 768px) {
	.project-navigation {
		position: relative;
		padding: 20px 70px;
		background: #f7f7f7;
	}
	.project-navigation-arrow-prev,
	.project-navigation-arrow-next {
		display: flex;
	}
}

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

.project-minimal-figure {
	display: block;
	overflow: hidden;
}

.project-minimal-figure img {
	width: 100%;
	transition: all .3s ease;
}

.project-minimal-title {
	font-size: 18px;
	line-height: 1.25;
	font-weight: 500;
	letter-spacing: .025em;
}

.project-minimal-title a, .project-minimal-title a:focus, .project-minimal-title a:active {
	color: inherit;
}

.project-minimal-title a:hover {
	color: #ffffff;
}

.project-minimal-text {
	color: #9b9b9b;
}

* + .project-minimal-title {
	margin-top: 10px;
}

@media (min-width: 992px) {
	.desktop .project-minimal-figure img {
		transform: scale(1.1);
		will-change: transform;
	}
	.desktop .project-minimal:hover .project-minimal-figure img {
		transform: none;
	}
}

@media (min-width: 1200px) {
	.project-minimal-title {
		font-size: 24px;
	}
}

.thumb-classic-img {
	overflow: hidden;
	background: #111111;
}

.thumb-classic-img img {
	will-change: transform;
	transition: all .3s;
}

@media (max-width: 991.98px) {
	.thumb-classic-img img {
		width: 100%;
	}
}

.thumb-classic-caption {
	padding: 30px 20px 0;
}

.thumb-classic-caption a {
	color: #111111;
}

.thumb-classic-caption a:hover {
	color: #ffffff;
}

.thumb-classic-caption p.heading-5 {
	color: #ffffff;
	font-weight: 400;
}

.thumb-classic-caption p.heading-5 span {
	font-size: 18px;
	color: #9b9b9b;
}

.thumb-classic-caption * + p.heading-5 {
	margin-top: 5px;
}

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

.thumb-classic:hover img {
	opacity: .8;
	transform: scale(1.02);
}


/*
*
* Sections
*/
.section-xs {
	padding-top: 40px;
	padding-bottom: 40px;
}

.section-sm {
	padding: 30px 0;
}

.section-sm.section-first {
	padding-top: 60px;
}

.section-sm.section-last {
	padding-bottom: 60px;
}

.section-60,
.section-md,
.section-lg,
.section-xl {
	padding: 60px 0;
}

html [class*='section-'].section-bottom-0 {
	padding-bottom: 0;
}

html [class*='section-'].section-top-0 {
	padding-top: 0;
}

@media (min-width: 992px) {
	html [class*='section-'].section-lg-0 {
		padding: 0;
	}
}

@media (min-width: 768px) {
	.section-sm {
		padding: 40px 0;
	}
	.section-sm.section-first {
		padding-top: 80px;
	}
	.section-sm.section-last {
		padding-bottom: 80px;
	}
	.section-md {
		padding: 70px 0;
	}
	.section-lg {
		padding: 80px 0;
	}
	.section-xl {
		padding: 90px 0;
	}
}

@media (min-width: 992px) {
	.section-sm {
		padding: 50px 0;
	}
	.section-sm.section-first {
		padding-top: 100px;
	}
	.section-sm.section-last {
		padding-bottom: 100px;
	}
	.section-md {
		padding: 80px 0;
	}
	.section-lg {
		padding: 90px 0;
	}
	.section-inset-custom-6,
	.section-xl {
		padding: 100px 0;
	}
	.desktop .section-top-1 {
		padding-top: 0;
	}
}

@media (min-width: 1600px) {
	.section-inset-custom-1 {
		padding-top: 120px;
		padding-bottom: 160px;
	}
	.section-inset-custom-2 {
		padding-top: 90px;
		padding-bottom: 130px;
	}
	.section-inset-custom-3 {
		padding-top: 100px;
		padding-bottom: 130px;
	}
	.section-inset-custom-4 {
		padding-top: 125px;
		padding-bottom: 140px;
	}
	.section-inset-custom-5 {
		padding-top: 135px;
		padding-bottom: 135px;
	}
}

@media (min-width: 1600px) {
	.section-fluid {
		padding-left: 75px;
		padding-right: 75px;
	}
	.section-fluid .container-fluid {
		padding-left: 0;
		padding-right: 0;
		max-width: 1770px;
		margin-left: auto;
		margin-right: auto;
	}
}

.section-single {
	position: relative;
	overflow: hidden;
	display: flex;
	text-align: center;
}

.section-single p {
	margin-left: auto;
	margin-right: auto;
}

.section-single .rights {
	letter-spacing: 0;
	font-weight: 400;
}

.section-single .rights a {
	position: relative;
	margin-left: 10px;
	border-bottom: 1px solid #ffffff;
}

.section-single .rd-mailform-wrap {
	max-width: 670px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.section-single * + p {
	margin-top: 6px;
}

.section-single p + p {
	margin-top: 0;
}

.section-single .DateCountdown + p {
	margin-top: 60px;
}

.section-single * + .button {
	margin-top: 40px;
}

.section-single * + .rights {
	margin-top: 35px;
}

.section-single * + .countdown-wrap {
	margin-top: 35px;
}

.section-single * + .rd-mailform-wrap {
	margin-top: 20px;
}

.section-single .countdown-wrap + * {
	margin-top: 35px;
}

@media (min-width: 992px) {
	.section-single * + .button {
		margin-top: 60px;
	}
	.section-single * + .rights {
		margin-top: 60px;
	}
	.section-single .countdown-wrap + * {
		margin-top: 35px;
	}
}

@media (min-width: 1200px) {
	.section-404 * + .button {
		margin-top: 90px;
	}
}

.section-single-header {
	padding: calc(1em + 4vh) 0 calc(1em + 2vh);
}

.section-single-main {
	padding: 60px 0 calc(1em + 5vh);
}

.section-single-footer {
	padding: calc(1em + 2vh) 0 calc(1em + 4vh);
}

.section-single-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-height: 100vh;
}

.section-single-inner > * {
	width: 100%;
}

@supports (display: grid) {
	.section-single-inner {
		display: grid;
		justify-items: center;
		align-content: space-between;
		grid-template-columns: 1fr;
	}
}

@media (min-width: 768px) {
	.section-single-main {
		padding: 70px 0 30px;
	}
}

@media (min-width: 1200px) {
	.section-single-header {
		padding-top: calc(1em + 9vh);
	}
}

@media (min-width: 1600px) {
	.section-single-main {
		padding-top: 65px;
		padding-bottom: 100px;
	}
}



/*
*
* Backgrounds
*/


/**
* Light Backgrounds
*/
.bg-default {
	background-color: #ffffff;
}

.bg-default + .bg-default {
	padding-top: 0;
}

.bg-gray-100 {
	background-color: #f2f2f2;
}

.bg-gray-2 {
	background-color: #ebebeb;
}

/* Não altera*/
.bg-gray-2 .owl-classic .owl-prev:hover::before,
.bg-gray-2 .owl-classic .owl-next:hover::before {
	background-color: #6a7e90;
}

/* Não altera*/
.bg-gray-2 .owl-classic .owl-prev:hover::after,
.bg-gray-2 .owl-classic .owl-next:hover::after {
	border-left-color: #6a7e90;
	border-right-color: #6a7e90;
}

.bg-gray-4 {
	background-color: #f7f7f7;
}

.bg-gray-4 .box-icon-modern {
	box-shadow: none;
}

.bg-gray-4 .box-icon-modern:hover {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.17);
}

.bg-gray-36 {
	background-color: #545d64;
}

/**
* Dark Backgrounds
*/
.bg-gray-dark {
	background-color: #2c343b;
}

/** 
* Accent Backgrounds
*/
.bg-primary + .bg-primary {
	padding-top: 0;
}

/**
* Background Image
*/
[class*='bg-'] {
	background-size: cover;
	background-position: center center;
}

@media (min-width: 992px) {
	html:not(.tablet):not(.mobile) .bg-fixed {
		background-attachment: fixed;
	}
}

[class*='bg-overlay-'] {
	position: relative;
}

[class*='bg-overlay-']::before {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	pointer-events: none;
}

[class*='bg-overlay-'] .section-single-inner,
[class*='bg-overlay-'] .container {
	position: relative;
}

[class*='bg-second-overlay-']::after {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	pointer-events: none;
	z-index: -1;
}

.bg-overlay-68::before {
	background: rgba(43, 49, 59, 0.68);
}

.bg-overlay-64::before {
	background: rgba(43, 49, 59, 0.64);
}

.bg-overlay-60::before {
	background: rgba(43, 49, 59, 0.6);
}

.bg-overlay-59::before {
	background: rgba(43, 49, 59, 0.59);
}

.bg-overlay-55::before {
	background: rgba(43, 49, 59, 0.55);
}

.bg-overlay-53::before {
	background: rgba(43, 49, 59, 0.53);
}

.bg-overlay-49::before {
	background: rgba(43, 49, 59, 0.49);
}

.bg-overlay-48::before {
	background: rgba(43, 49, 59, 0.48);
}

.bg-overlay-46::before {
	background: rgba(43, 49, 59, 0.46);
}

.bg-overlay-43::before {
	background: rgba(43, 49, 59, 0.43);
}

.bg-overlay-3-41::before {
	background: rgba(1, 23, 42, 0.41);
}

.bg-overlay-41::before {
	background: rgba(43, 49, 59, 0.41);
}

.bg-overlay-40::before {
	background: rgba(43, 49, 59, 0.4);
}

.bg-overlay-39::before {
	background: rgba(43, 49, 59, 0.39);
}

.bg-overlay-37::before {
	background: rgba(43, 49, 59, 0.37);
}

.bg-overlay-33::before {
	background: rgba(43, 49, 59, 0.33);
}

.bg-overlay-26::before {
	background: rgba(43, 49, 59, 0.26);
}

@media (max-width: 991.98px) {
	.bg-overlay-white::before {
		background: rgba(255, 255, 255, 0.26);
	}
}

.bg-overlay-24::before {
	background: rgba(43, 49, 59, 0.24);
}

.bg-second-overlay-4-22::after {
	background: rgba(24, 26, 35, 0.21);
}

.bg-overlay-2-21::before {
	background: rgba(24, 26, 35, 0.21);
}

.bg-overlay-2-14::before {
	background: rgba(24, 26, 35, 0.14);
}

.bg-overlay-4-60::before {
	background: rgba(24, 38, 50, 0.6);
}


/*
*
* Owl Carousel
*/
.owl-carousel .animated {
	animation-duration: 1000ms;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	animation-name: fadeOut;
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
	transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
	cursor: pointer;
	user-select: none;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
	display: none;
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item .owl-item {
	width: 100%;
}

.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

/* No Js */
.no-js .owl-carousel {
	display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 400ms ease;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	font: 400 40px/80px 'FontAwesome';
	cursor: pointer;
	z-index: 1;
	transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:before {
	font-family: "FontAwesome" !important;
	content: "\f00e" !important;
}

.owl-carousel .owl-video-play-icon:hover {
	transform: scale(1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
}

/*
 * Owl Navigation
 */
.owl-nav.disabled {
	display: none !important;
}

/* Não altera */
.owl-prev,
.owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font: 400 46px/50px 'FontAwesome';
	color: #cccccc;
	cursor: pointer;
}


.owl-prev:hover,
.owl-next:hover {
	color: #ffffff;
}

.owl-prev {
	left: 0;
}

.owl-prev::before {
	content: '\f104';
}

.owl-next {
	right: 0;
}

.owl-next::before {
	content: '\f105';
}

/*
 * Owl Pagination
 */
.owl-dots {
	position: absolute;
	text-align: center;
	font-size: 0;
	line-height: 0;
	bottom: 30px;
	width: 100%;
}

.owl-dots.disabled {
	display: none !important;
}

.owl-dot {
	text-align: center;
	display: inline-block;
	position: relative;
	width: 12px;
	height: 12px;
	border: none;
	border-radius: 0;
	margin-left: 6px;
	margin-right: 6px;
	outline: none;
	cursor: pointer;
	transition: .2s;
	
	margin-bottom: 15px;
}

@media (min-width: 992px) {
	.owl-dot {
		margin-left: 4px;
		margin-right: 4px;
	}
}

.owl-dot::before, .owl-dot::after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.owl-dot::before {
	background: #9b9b9b;
	transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
}

.owl-dot::after {
	opacity: 0;
	background: #ffffff;
	transform: translateY(-200%);
	transition: transform 0.3s ease, opacity 0.3s ease, visibility 0s 0.3s;
}

.owl-dot:only-child {
	display: none;
}

.owl-dot:hover::before, .owl-dot:focus::before {
	background: #151515;
}

.owl-dot.active::after {
	opacity: 1;
	visibility: visible;
	transform: translateY(0%);
	transition: transform 0.3s ease, opacity 0.3s ease;
}

.owl-dot.active::before {
	opacity: 0;
	visibility: hidden;
	transform: translateY(200%);
}

.owl-dots-secondary .owl-dot::after {
	background: #6a7e90;
}

.owl-dots-white .owl-dot::before {
	background: rgba(255, 255, 255, 0.8);
}

.owl-dots-white .owl-dot:hover::before, .owl-dots-white .owl-dot:focus::before {
	background: #ffffff;
}

.post .owl-dots {
	bottom: 40px;
}

.owl-carousel.owl-carousel-light-dots .owl-dot {
	border-color: #ffffff;
}

.owl-carousel.owl-carousel-light-dots .owl-dot:hover, .owl-carousel.owl-carousel-light-dots .owl-dot:focus {
	background-color: #ffffff;
}

.owl-carousel.owl-carousel-light-dots .owl-dot.active {
	background-color: #ffffff;
}

.owl-classic .owl-dots {
	position: relative;
	bottom: 0;
	margin-top: 25px;
}







.owl-classic .owl-next {
	right: -62px;
}

@media (min-width: 1600px) {
	.owl-classic .owl-prev,
	.owl-classic .owl-next {
		display: flex;
	}
	.owl-classic {
		display: none;
	}
	.owl-dots {
		display: block;
	}
}

.owl-modern {
	margin-left: -15px;
	margin-right: -15px;
	width: auto;
}

.owl-modern .owl-stage-outer {
	padding-top: 19px;
	padding-bottom: 15px;
}

.owl-modern .owl-stage-outer::before, .owl-modern .owl-stage-outer::after {
	position: absolute;
	content: '';
}

.owl-modern .owl-stage-outer::before {
	top: 0;
	right: 55px;
	left: 55px;
	height: 18px;
	background: #e8e8e8;
	z-index: -1;
}

.owl-modern .owl-stage-outer::after {
	top: 9px;
	right: 30px;
	left: 30px;
	height: 9px;
	background: #f4f4f4;
	z-index: -1;
}

.owl-modern .owl-dots {
	position: relative;
	bottom: 0;
	margin-top: 17px;
}

.owl-timeline::before {
	position: absolute;
	content: '';
	left: 0;
	bottom: 100px;
	height: 1px;
	width: 100%;
	background: #dddddd;
}

.owl-timeline .owl-prev,
.owl-timeline .owl-next {
	top: 35%;
	transform: none;
}

@media (min-width: 1600px) {
	.owl-timeline::before {
		bottom: 51px;
	}
}

.owl-navbar .owl-dots {
	position: static;
	margin-top: 25px;
}

.owl-navbar .owl-dot:before {
	background: #e7e7e7;
}

.owl-navbar .owl-dot:hover::before, .owl-navbar .owl-dot:focus::before {
	background: #9b9b9b;
}

.owl-products .owl-dots {
	position: relative;
	bottom: 0;
	margin-top: 26px;
}

* + .owl-products {
	margin-top: 40px;
}

.owl-clients .owl-dots {
	position: relative;
	bottom: 0;
	margin-top: 30px;
}

.owl-posts .owl-stage-outer {
	padding-bottom: 10px;
}

.owl-posts .owl-dots {
	position: relative;
	bottom: 0;
	margin-top: 22px;
}

.owl-posts .owl-dot::before {
	background: #151515;
}

.owl-posts .owl-dot::after {
	background: #ffce40;
}

.owl-posts .owl-dot:hover::before, .owl-posts .owl-dot:focus::before {
	background: #ffffff;
}

.owl-posts-2 .owl-dot::after {
	background: #ffffff;
}

.owl-posts-2 .owl-dot:hover::before, .owl-posts-2 .owl-dot:focus::before {
	background: #ffce40;
}

.owl-services .owl-stage-outer {
	padding: 10px;
	margin: -10px;
}

.owl-services .owl-prev {
	left: -10px;
}

.owl-services .owl-next {
	right: -10px;
}

@media (min-width: 576px) {
	.owl-services {
		padding: 0 40px;
	}
	.owl-services .owl-prev,
	.owl-services .owl-next {
		display: flex;
	}
	.owl-services .owl-dots {
		display: none;
	}
}

@media (min-width: 768px) {
	.owl-services .owl-prev {
		left: -25px;
	}
	.owl-services .owl-next {
		right: -25px;
	}
}

@media (min-width: 992px) {
	.owl-services {
		padding: 0;
	}
}

.owl-services-2 .owl-stage-outer {
	padding-top: 30px;
	margin-top: -30px;
}

.owl-team {
	position: static;
}

.owl-team .owl-next,
.owl-team .owl-prev {
	position: absolute;
	display: none;
	top: 0;
	bottom: 0;
	font-size: 0;
	line-height: 0;
	background: rgba(247, 247, 247, 0.7);
	transform: none;
	transition: all .3s ease-in-out;
}

.owl-team .owl-next::before,
.owl-team .owl-prev::before {
	display: none;
}

.owl-team .owl-next:hover,
.owl-team .owl-prev:hover {
	background: rgba(247, 247, 247, 0.4);
}

.owl-team .owl-next {
	right: 0;
	left: calc(50% + 615px);
}

.owl-team .owl-prev {
	left: 0;
	right: calc(50% + 615px);
}

.owl-team .owl-dots {
	position: static;
	margin-top: 35px;
}

@media (min-width: 1200px) {
	.owl-team .owl-stage-outer {
		overflow: visible;
	}
	.owl-team .owl-item:not(.active) .team-creative {
		pointer-events: none;
	}
	.owl-team .owl-next,
	.owl-team .owl-prev {
		display: block;
	}
}

@media (min-width: 1280px) {
	.owl-team .owl-dots {
		display: none;
	}
}

@media (min-width: 1280px) and (max-width: 1399px) {
	.container-custom-2 {
		max-width: 1100px;
	}
	.owl-team {
		max-width: 1070px;
	}
	.owl-team .owl-next {
		left: calc(50% + 564px);
	}
	.owl-team .owl-prev {
		right: calc(50% + 564px);
	}
}

.owl-team-2 .owl-stage-outer {
	padding: 10px;
	margin: -10px;
}

.owl-team-2 .owl-dots {
	position: relative;
	bottom: 0;
	margin-top: 30px;
}

.owl-quote .owl-prev,
.owl-quote .owl-next {
	width: 74px;
}

.owl-quote .owl-prev::before,
.owl-quote .owl-next::before {
	width: 52px;
}

.owl-quote .owl-prev {
	left: -100px;
}

.owl-quote .owl-next {
	right: -100px;
}

.owl-quote .owl-dots {
	margin-top: 30px;
}

@media (min-width: 1400px) {
	.owl-quote .owl-prev,
	.owl-quote .owl-next {
		display: flex;
	}
	.owl-quote .owl-dots {
		display: none;
	}
}

@media (min-width: 1600px) {
	.owl-quote .owl-prev,
	.owl-quote .owl-next {
		width: 94px;
	}
	.owl-quote .owl-prev::before,
	.owl-quote .owl-next::before {
		width: 72px;
	}
	.owl-quote .owl-prev {
		left: -185px;
	}
	.owl-quote .owl-next {
		right: -185px;
	}
}

@media (min-width: 992px) {
	.desktop .owl-quote .owl-stage-outer {
		padding: 35px 0;
	}
	.desktop .owl-quote .owl-dots {
		margin-top: 0;
	}
	.desktop [class*='section-'].section-lg-bottom-10 {
		padding-bottom: 10px;
	}
	.desktop * + .owl-quote {
		margin-top: 0;
	}
}

.owl-quote-2 .owl-stage-outer {
	padding: 10px 10px 25px;
	margin: -10px -10px -25px;
}

.owl-custom-nav {
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
	margin-bottom: -6px;
	margin-left: -6px;
}

.owl-custom-nav:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.owl-custom-nav > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 6px;
	margin-left: 6px;
}

.owl-custom-nav .owl-prev,
.owl-custom-nav .owl-next {
	position: static;
	display: inline-block;
	top: auto;
	left: auto;
	right: auto;
	width: 33px;
	height: 33px;
	font-size: 22px;
	line-height: 25px;
	color: #ffffff;
	border: 4px solid #ffce40;
	border-radius: 50%;
	transform: none;
	transition: all .25s ease-in-out;
}

.owl-custom-nav .owl-prev:hover,
.owl-custom-nav .owl-next:hover {
	border-color: #ffffff;
}

.rd-megamenu-item .owl-carousel {
	overflow: hidden;
}

.rd-megamenu-item .owl-carousel .owl-item {
	visibility: hidden;
}

.rd-megamenu-item .owl-carousel .owl-item.active {
	visibility: visible;
}

.lg-sub-html, .lg-toolbar {
	background-color: rgba(0, 0, 0, 0.45);
}






.lg-icon {
	font-family: lg;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
	background-color: rgba(0, 0, 0, 0.45);
	border-radius: 2px;
	color: #999;
	cursor: pointer;
	display: block;
	font-size: 22px;
	margin-top: -10px;
	padding: 8px 10px 9px;
	position: absolute;
	top: 50%;
	z-index: 1080;
	border: none;
	outline: 0;
}

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
	pointer-events: none;
	opacity: .5;
}

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
	color: #fff;
}

.lg-actions .lg-next {
	right: 20px;
}

.lg-actions .lg-next:before {
	font-family: "FontAwesome" !important;
	content: "\f5a4" !important;
}

.lg-actions .lg-prev {
	left: 20px;
}

.lg-actions .lg-prev:after {
	font-family: "FontAwesome" !important;
	content: "\f5a4" !important;
}

@-webkit-keyframes lg-right-end {
	0%, 100% {
		left: 0;
	}
	50% {
		left: -30px;
	}
}

@-moz-keyframes lg-right-end {
	0%, 100% {
		left: 0;
	}
	50% {
		left: -30px;
	}
}

@-ms-keyframes lg-right-end {
	0%, 100% {
		left: 0;
	}
	50% {
		left: -30px;
	}
}

@keyframes lg-right-end {
	0%, 100% {
		left: 0;
	}
	50% {
		left: -30px;
	}
}

@-webkit-keyframes lg-left-end {
	0%, 100% {
		left: 0;
	}
	50% {
		left: 30px;
	}
}

@-moz-keyframes lg-left-end {
	0%, 100% {
		left: 0;
	}
	50% {
		left: 30px;
	}
}

@-ms-keyframes lg-left-end {
	0%, 100% {
		left: 0;
	}
	50% {
		left: 30px;
	}
}

@keyframes lg-left-end {
	0%, 100% {
		left: 0;
	}
	50% {
		left: 30px;
	}
}

.lg-outer.lg-right-end .lg-object {
	-webkit-animation: lg-right-end .3s;
	-o-animation: lg-right-end .3s;
	animation: lg-right-end .3s;
	position: relative;
}

.lg-outer.lg-left-end .lg-object {
	-webkit-animation: lg-left-end .3s;
	-o-animation: lg-left-end .3s;
	animation: lg-left-end .3s;
	position: relative;
}

.lg-toolbar {
	z-index: 1082;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.lg-toolbar .lg-icon {
	color: #999;
	cursor: pointer;
	float: right;
	font-size: 24px;
	height: 47px;
	line-height: 27px;
	padding: 10px 0;
	text-align: center;
	width: 50px;
	text-decoration: none !important;
	outline: 0;
	-webkit-transition: color .2s linear;
	-o-transition: color .2s linear;
	transition: color .2s linear;
}

.lg-toolbar .lg-icon:hover {
	color: #fff;
}

.lg-toolbar .lg-close:after {
	font-family: "FontAwesome" !important;
	content: "\f00d" !important;
}

.lg-toolbar .lg-download:after {
	font-family: "FontAwesome" !important;
	content: "\f0ed" !important;
}

.lg-sub-html {
	bottom: 0;
	color: #eee;
	font-size: 16px;
	left: 0;
	padding: 10px 40px;
	position: fixed;
	right: 0;
	text-align: center;
	z-index: 1080;
}

.lg-sub-html h4 {
	margin: 0;
	font-size: 13px;
	font-weight: 700;
}

.lg-sub-html p {
	font-size: 12px;
	margin: 5px 0 0;
}

#lg-counter {
	color: #999;
	display: inline-block;
	font-size: 16px;
	padding-left: 20px;
	padding-top: 12px;
	vertical-align: middle;
}

.lg-next, .lg-prev, .lg-toolbar {
	opacity: 1;
	-webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
	-moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
	-o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
	transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
	opacity: 0;
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
	opacity: 0;
	-webkit-transform: translate3d(10px, 0, 0);
	transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
	opacity: 0;
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
	-webkit-transform: scale3d(0.5, 0.5, 0.5);
	transform: scale3d(0.5, 0.5, 0.5);
	opacity: 0;
	-webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	-moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	-o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1;
}

.lg-outer .lg-thumb-outer {
	background-color: #0d0a0a;
	bottom: 0;
	position: absolute;
	width: 100%;
	z-index: 1080;
	max-height: 350px;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	-moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
	-webkit-transition-duration: 0s !important;
	transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.lg-outer .lg-thumb {
	padding: 10px 0;
	height: 100%;
	margin-bottom: -5px;
	margin-left: auto;
	margin-right: auto;
}

.lg-outer .lg-thumb-item {
	cursor: pointer;
	float: left;
	overflow: hidden;
	height: 100%;
	border: 2px solid rgba(255, 255, 255, 0);
	border-radius: 0;
	margin-bottom: 5px;
}

@media (min-width: 1025px) {
	.lg-outer .lg-thumb-item {
		-webkit-transition: border-color .25s ease;
		-o-transition: border-color .25s ease;
		transition: border-color .25s ease;
	}
}

.lg-outer .lg-thumb-item:hover {
	border-color: #ffffff;
}

.lg-outer .lg-thumb-item.active {
	border-color: #ffffff;
}

.lg-outer .lg-thumb-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
	padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
	padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
	-webkit-transition: bottom .25s ease;
	-o-transition: bottom .25s ease;
	transition: bottom .25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
	bottom: 100px;
}

.lg-outer .lg-toogle-thumb {
	background-color: #0d0a0a;
	border-radius: 2px 2px 0 0;
	color: #999;
	cursor: pointer;
	font-size: 24px;
	height: 39px;
	line-height: 27px;
	padding: 5px 0;
	position: absolute;
	right: 20px;
	text-align: center;
	top: -39px;
	width: 50px;
}

.lg-outer .lg-toogle-thumb:hover, .lg-outer.lg-dropdown-active #lg-share {
	color: #fff;
}

.lg-outer .lg-toogle-thumb:after {
	font-family: "FontAwesome" !important;
	content: "\f00e" !important;
}

.lg-outer .lg-video-cont {
	display: inline-block;
	vertical-align: middle;
	max-width: 1140px;
	max-height: 100%;
	width: 100%;
	padding: 0 5px;
}

.lg-outer .lg-video {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative;
}

.lg-outer .lg-video .lg-object {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
	width: 84px;
	height: 59px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -42px;
	margin-top: -30px;
	z-index: 1080;
	cursor: pointer;
}

.lg-outer .lg-has-iframe .lg-video {
	-webkit-overflow-scrolling: touch;
	overflow: auto;
}

.lg-outer .lg-has-vimeo .lg-video-play {
	background: url(../images/vimeo-play.png) no-repeat;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
	background: url(../images/vimeo-play.png) 0 -58px no-repeat;
}

.lg-outer .lg-has-html5 .lg-video-play {
	background: url(../images/video-play.png) no-repeat;
	height: 64px;
	margin-left: -32px;
	margin-top: -32px;
	width: 64px;
	opacity: .8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
	opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
	background: url(../images/youtube-play.png) no-repeat;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
	background: url(../images/youtube-play.png) 0 -60px no-repeat;
}

.lg-outer .lg-video-object {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
	visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
	display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
	visibility: visible;
}

.lg-progress-bar {
	background-color: #333;
	height: 5px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1083;
	opacity: 0;
	-webkit-transition: opacity 80ms ease 0s;
	-moz-transition: opacity 80ms ease 0s;
	-o-transition: opacity 80ms ease 0s;
	transition: opacity 80ms ease 0s;
}

.lg-progress-bar .lg-progress {
	background-color: #ffffff;
	height: 5px;
	width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
	width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
	opacity: 1;
}

.lg-autoplay-button:after {
	font-family: "FontAwesome" !important;
	content: "\f5a4" !important;
}

.lg-show-autoplay .lg-autoplay-button:after {
	font-family: "FontAwesome" !important;
	content: "\f5a4" !important;
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	-moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	-moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
	-moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
	-o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
	transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

#lg-zoom-in:after {
	font-family: "FontAwesome" !important;
	content: "\f00e" !important;
}

#lg-actual-size {
	font-size: 20px;
}

#lg-actual-size:after {
	font-family: "FontAwesome" !important;
	content: "\f24d" !important;
}

#lg-zoom-out {
	opacity: .5;
	pointer-events: none;
}

#lg-zoom-out:after {
	font-family: "FontAwesome" !important;
	content: "\f010" !important;
}

.lg-zoomed #lg-zoom-out {
	opacity: 1;
	pointer-events: auto;
}

.lg-outer .lg-pager-outer {
	bottom: 60px;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	z-index: 1080;
	height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
	overflow: visible;
}

.lg-outer .lg-pager-cont {
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	position: relative;
	vertical-align: top;
	margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
	box-shadow: 0 0 0 2px #fff inset;
}

.lg-outer .lg-pager-thumb-cont {
	background-color: #fff;
	color: #fff;
	bottom: 100%;
	height: 83px;
	left: 0;
	margin-bottom: 20px;
	margin-left: -60px;
	opacity: 0;
	padding: 5px;
	position: absolute;
	width: 120px;
	border-radius: 3px;
	-webkit-transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
	-moz-transition: opacity .15s ease 0s, -moz-transform .15s ease 0s;
	-o-transition: opacity .15s ease 0s, -o-transform .15s ease 0s;
	transition: opacity .15s ease 0s, transform .15s ease 0s;
	-webkit-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
	width: 100%;
	height: 100%;
}

.lg-outer .lg-pager {
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
	display: block;
	height: 12px;
	-webkit-transition: box-shadow .3s ease 0s;
	-o-transition: box-shadow .3s ease 0s;
	transition: box-shadow .3s ease 0s;
	width: 12px;
}

.lg-outer .lg-pager:focus, .lg-outer .lg-pager:hover {
	box-shadow: 0 0 0 8px #fff inset;
}

.lg-outer .lg-caret {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px dashed;
	bottom: -10px;
	display: inline-block;
	height: 0;
	left: 50%;
	margin-left: -5px;
	position: absolute;
	vertical-align: middle;
	width: 0;
}

.lg-fullscreen:after {
	font-family: "FontAwesome" !important;
	content: "\f31e" !important;
}

.lg-fullscreen-on .lg-fullscreen:after {
	font-family: "FontAwesome" !important;
	content: "\f78c" !important;
}

.lg-outer #lg-dropdown-overlay {
	background-color: rgba(0, 0, 0, 0.25);
	bottom: 0;
	cursor: default;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1081;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: visibility 0s linear .18s, opacity .18s linear 0s;
	-o-transition: visibility 0s linear .18s, opacity .18s linear 0s;
	transition: visibility 0s linear .18s, opacity .18s linear 0s;
}

.lg-outer.lg-dropdown-active #lg-dropdown-overlay, .lg-outer.lg-dropdown-active .lg-dropdown {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
	visibility: visible;
}

.lg-outer .lg-dropdown {
	background-color: #fff;
	border-radius: 2px;
	font-size: 14px;
	list-style-type: none;
	margin: 0;
	padding: 10px 0;
	position: absolute;
	right: 0;
	text-align: left;
	top: 50px;
	opacity: 0;
	visibility: hidden;
	-moz-transform: translate3d(0, 5px, 0);
	-o-transform: translate3d(0, 5px, 0);
	-ms-transform: translate3d(0, 5px, 0);
	-webkit-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0);
	-webkit-transition: -webkit-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
	-moz-transition: -moz-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
	-o-transition: -o-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
	transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
}

.lg-outer .lg-dropdown:after {
	content: "";
	display: block;
	height: 0;
	width: 0;
	position: absolute;
	border: 8px solid transparent;
	border-bottom-color: #fff;
	right: 16px;
	top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
	margin-bottom: 0;
}

.lg-outer .lg-dropdown > li:hover .lg-icon, .lg-outer .lg-dropdown > li:hover a {
	color: #333;
}

.lg-outer .lg-dropdown a {
	color: #333;
	display: block;
	white-space: pre;
	padding: 4px 12px;
	/*font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
	background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
	display: inline-block;
	line-height: 1;
	margin-top: -3px;
	vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
	color: #333;
	display: inline-block;
	float: none;
	font-size: 20px;
	height: auto;
	line-height: 1;
	margin-right: 8px;
	padding: 0;
	vertical-align: middle;
	width: auto;
}

.lg-outer, .lg-outer .lg, .lg-outer .lg-inner {
	width: 100%;
	height: 100%;
}

.lg-outer #lg-share {
	position: relative;
}

.lg-outer #lg-share:after {
	font-family: "FontAwesome" !important;
	content: "\f1e0" !important;
}

.lg-outer #lg-share-facebook .lg-icon {
	color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
	font-family: "FontAwesome" !important;
	content: "\f082" !important;
}

.lg-outer #lg-share-twitter .lg-icon {
	color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
	font-family: "FontAwesome" !important;
	content: "\f081" !important;
}

.lg-outer #lg-share-googleplus .lg-icon {
	color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
	font-family: "FontAwesome" !important;
	content: "\f0d4" !important;
}

.lg-outer #lg-share-pinterest .lg-icon {
	color: #cb2027;
}

/* PINTERESTTTTTTTT */
.lg-outer #lg-share-pinterest .lg-icon:after {
	font-family: "FontAwesome" !important;
	content: "\f0d3" !important;
}



.lg-outer {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1090;
	text-align: left;
	opacity: 0;
	-webkit-transition: opacity .15s ease 0s;
	-o-transition: opacity .15s ease 0s;
	transition: opacity .15s ease 0s;
}

.lg-outer * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.lg-outer.lg-visible {
	opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-current, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-prev-slide {
	-webkit-transition-duration: inherit !important;
	transition-duration: inherit !important;
	-webkit-transition-timing-function: inherit !important;
	transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
	-webkit-transition-duration: 0s !important;
	transition-duration: 0s !important;
	opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing;
}

.lg-outer .lg {
	position: relative;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	max-height: 100%;
}

.lg-outer .lg-inner {
	position: absolute;
	left: 0;
	top: 0;
	white-space: nowrap;
}

.lg-outer .lg-item {
	background: url(../images/loading.gif) center center no-repeat;
	display: none !important;
}

.lg-outer.lg-css .lg-current, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide, .lg-outer.lg-css3 .lg-prev-slide {
	display: inline-block !important;
}

.lg-outer .lg-img-wrap, .lg-outer .lg-item {
	display: inline-block;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
}

.lg-outer .lg-img-wrap:before, .lg-outer .lg-item:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px;
}

.lg-outer .lg-img-wrap {
	position: absolute;
	padding: 0 5px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.lg-outer .lg-item.lg-complete {
	background-image: none;
}

.lg-outer .lg-item.lg-current {
	z-index: 1060;
}

.lg-outer .lg-image {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	width: auto !important;
	height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
	opacity: 0;
	-webkit-transition: opacity .15s ease 0s;
	-o-transition: opacity .15s ease 0s;
	transition: opacity .15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
	opacity: 1;
}

.lg-outer .lg-empty-html, .lg-outer.lg-hide-download #lg-download {
	display: none;
}

.lg-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1090;
	background-color: rgba(0, 0, 0, 0.8);
	opacity: 0;
	-webkit-transition: opacity .15s ease 0s;
	-o-transition: opacity .15s ease 0s;
	transition: opacity .15s ease 0s;
}

.lg-backdrop.in {
	opacity: 1;
}

.lg-css3.lg-no-trans .lg-current, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-prev-slide {
	-webkit-transition: none 0s ease 0s !important;
	-moz-transition: none 0s ease 0s !important;
	-o-transition: none 0s ease 0s !important;
	transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item, .lg-css3.lg-use-left .lg-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
	opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
	opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-current, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-prev-slide {
	-webkit-transition: opacity .1s ease 0s;
	-moz-transition: opacity .1s ease 0s;
	-o-transition: opacity .1s ease 0s;
	transition: opacity .1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
	opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
	opacity: 0;
	position: absolute;
	left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
	left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
	left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
	left: 0;
	opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
	-webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.tablet #lg-zoom-in,
.tablet #lg-zoom-out,
.mobile #lg-zoom-in,
.mobile #lg-zoom-out {
	display: none;
}

.tablet .lg-icon,
.mobile .lg-icon {
	font-size: 22px;
	width: 45px;
}

@media (max-width: 767.98px) {
	.lg-fullscreen,
	#lg-zoom-in,
	#lg-zoom-out {
		display: none;
	}
	.lg-icon {
		font-size: 22px;
		width: 45px;
	}
}







