h1 {
		font-size: 2.9em;
}

h2 {
		font-size: 1.8em;
		line-height: 27px;
		margin: 0;
}

h3 {
		font-size: 1.2em;
		letter-spacing: -1px;
}

h4 {
		font-size: 1.1em;
		line-height: 18px;
}

.custom-btn-bg-color-1 {
		background: rgba(255, 255, 255, 0.2) !important;
}

.custom-btn-bg-color-1:hover {
		background: rgba(255, 255, 255, 0.3) !important;
}

.custom-primary-hover {
		transition: ease color 300ms;
}

.custom-rounded-image {
		margin: 0 auto 0;	
		height: 60px !important;
		width: 60px !important;
		border-radius: 50% !important;
}


.rounded-image-120 {
		margin: 0 auto 0;	
		height: 150px !important;
		width: 150px !important;
		border-radius: 50% !important;
}

.custom-min-height-1 {
		min-height: 190px;
}

.custom-background-1 {
		position: relative;
}

.custom-background-1:after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 200vw;
		height: 100%;
		background: #e5edf1;
		z-index: 0;
		transform: translateX(-50%);
}

@media (max-width: 991px) {
		.custom-background-1:after {
				left: 50%;
		}
}

.custom-background-1 > * {
		position: relative;
		z-index: 1;
}

.custom-btn-style-1 {
		padding: 13px 25px !important;
		font-size: 12px;
		border-radius: 2px !important;
}

.custom-btn-style-2 {
		padding: 13px 30px;
		font-size: 12px;
		border-width: 2px;
}

.custom-btn-style-3 {
		border-width: 1px;
		padding: 10px 20px;
}

.custom-btn-style-4 {
		background: none;
		color: #FFF;
		font-weight: 900;
		border: 2px solid #FFF;
		padding: 10px 20px;
}

.custom-btn-style-4:hover {
		background: #FFF;
		color: #6a80a9;
}

.custom-text-size-1 {
		font-size: 2.2em !important;
}

.custom-list {
		padding: 0;
}

.custom-list li {
		list-style: none;
}

.custom-list-style-1 {
		padding: 0;
}

.custom-list-style-1 li {
		list-style: none;
		line-height: 2.5;
}

.custom-list-style-1 li i {
		line-height: 2.4;
}

.custom-list-style-2 {
		padding: 0;
}

.custom-list-style-2 li {
		display: inline-block;
		list-style: none;
		margin: 0 6px 10px 0px;
}

.custom-list-style-3 {
		padding: 0;
}

.custom-list-style-3 li {
		list-style: none;
}

.custom-list-style-3 li .title {
		display: inline-block;
		width: 80px;
		font-weight: 600;
}

.custom-right-border {
		border-right: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 991px) {
		.custom-right-border {
				border-right: 0;
		}
}

.custom-bottom-bar:before {
		content: '';
		display: block;
		position: absolute;
		bottom: 17px;
		width: 20px;
		left: 50%;
		border-bottom: 3px solid #6a80a9;
		transform: translateX(-50%);
}

@media (max-width: 991px) {
		.custom-bottom-bar:before {
				bottom: -15px;
		}
}

.custom-item-divider-1 {
		position: relative;
}

.custom-item-divider-1:before {
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		right: -16px;
		height: 37px;
		border-right: 1px solid #e4e7eb;
		transform: translateY(-50%);
}

.custom-border-none {
		border: none !important;
}

.custom-section-spacement-1 {
		padding: 60px 0 !important;
}

.custom-section-spacement-2 {
		padding: 0 0 60px !important;
}

.custom-parallax-bg-pos-left {
		background-position-x: 0% !important;
}

.custom-parallax-medium-padding {
		padding: 128px 0 !important;
}

.custom-parallax-big-padding {
		padding: 25vh 0 !important;
}

.custom-text-align-right {
		text-align: right !important;
}

.custom-center-img-fluid {
		margin: 0 auto;
}

@media (max-width: 767px) {
		.custom-center-xs {
				text-align: center !important;
		}
}

.custom-opacity-effect-1 {
		transition: ease opacity 300ms;
}

.custom-opacity-effect-1:hover {
		opacity: 0.5;
}

.custom-btn-padding-1 {
		padding: 13px 35px !important;
		font-size: 13px;
}

@media (min-width: 768px) {
		.custom-padding-right-1 {
				padding-right: 160px;
		}
}

@media (max-width: 991px) {
		.custom-sm-margin-bottom-1 {
				margin-bottom: 25px !important;
		}
		.custom-sm-margin-bottom-2 {
				margin-bottom: 15px !important;
		}
}

@media (max-width: 767px) {
		.custom-xs-margin-bottom-1 {
				margin-bottom: 25px !important;
		}
}

@media (max-width: 991px) {
		.custom-sm-flex-order {
				display: flex;
				flex-flow: row wrap;
		}
		.custom-sm-flex-order .col-md-6 {
				width: 100%;
		}
		.custom-sm-flex-order .col-md-6:nth-child(1) {
				order: 2;
		}
		.custom-sm-flex-order .col-md-6:nth-child(2) {
				order: 1;
		}
		.custom-sm-flex-order-2 {
				display: flex;
				flex-flow: row wrap;
		}
		.custom-sm-flex-order-2 .col-md-3 {
				width: 100%;
				order: 3;
		}
		.custom-sm-flex-order-2 .col-md-9 {
				width: 100%;
		}
}

.social-icons.custom-social-icons li {
		list-style: none;
		border-radius: 0;
		border: 0;
		box-shadow: none;
		margin-right: 5px;
}

.social-icons.custom-social-icons li a {
		border-radius: 0;
		line-height: 30px;
		color: #93949a !important;
}

.social-icons.custom-social-icons li:hover a {
		color: #FFF !important;
}

.social-icons.custom-style-1 li {
		background: none;
		box-shadow: none !important;
		margin-bottom: 0;
		line-height: 1;
}

.social-icons.custom-style-1 li:hover a {
		background: none !important;
}

.social-icons.custom-style-1 li:hover.social-icons-facebook a {
		color: #3b5a9a !important;
}

.social-icons.custom-style-1 li:hover.social-icons-twitter a {
		color: #1aa9e1 !important;
}

.social-icons.custom-style-1 li:hover.social-icons-linkedin a {
		color: #0073b2 !important;
}

.social-icons.custom-style-1 li a {
		line-height: 1;
		width: 20px;
		height: auto;
		color: #6a80a9 !important;
}

/*
* Owl Carousel
*/
.owl-carousel.custom-nav .owl-nav {
		position: relative;
		top: auto;
		bottom: 105px;
		left: 50%;
		width: 230px;
		transform: translateX(-50%);
}

.owl-carousel.custom-nav .owl-nav button.owl-next, .owl-carousel.custom-nav .owl-nav button.owl-prev {
		background: transparent !important;
}

.owl-carousel.custom-nav .owl-nav button.owl-next:before, .owl-carousel.custom-nav .owl-nav button.owl-prev:before {
		content: '';
		display: block;
		position: absolute;
		left: -3px;
		top: 6px;
		width: 20px;
		height: 20px;
		border-top: 1px solid #1e1e1e;
		border-left: 1px solid #1e1e1e;
		transform: rotate(-45deg);
}

.owl-carousel.custom-nav .owl-nav button.owl-next {
		right: -15px;
}

.owl-carousel.custom-nav .owl-nav button.owl-next:before {
		transform: rotate(135deg);
}

/*
* Revolution
*/
.tparrows {
		background: transparent !important;
}

.tparrows:before {
		opacity: 0.7;
		color: #000 !important;
		font-size: 30px;
}

.tparrows:hover:before {
		opacity: 1;
}

/*
* Home Intro
*/
.custom-home-intro {
		padding: 20px 0 20px 0;
}

.custom-home-intro p {
		max-width: none;
}

.custom-home-intro p span {
		position: relative;
		display: inline-block;
		padding-top: 0;
}

.custom-home-intro p span:before {
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		right: -40px;
		width: 30px;
		border-bottom: 1px solid #FFF;
		transform: translateY(-50%);
}

.custom-home-intro p span:after {
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		right: -44px;
		width: 0;
		height: 0;
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-left: 5px solid #FFF;
		transform: translateY(-50%);
}

/*
* Company
*/
.custom-timeline {
		margin-top: 50px;
}

.custom-timeline .custom-timeline-box {
		position: relative;
		padding-left: 105px;
}

.custom-timeline .custom-timeline-box:before {
		background: none repeat scroll 0 0 #6a80a9;
		border-radius: 50%;
		box-shadow: 0 0 0 3px #FFF, 0 0 0 6px #6a80a9;
		content: "";
		display: block;
		height: 6px;
		margin-left: -5px;
		position: absolute;
		left: 68px;
		top: 6px;
		width: 6px;
		z-index: 2;
}

.custom-timeline .custom-timeline-box:after {
		content: '';
		display: block;
		position: absolute;
		left: 65px;
		top: 3px;
		height: 100%;
		border-left: 1px solid #d5dee1;
		z-index: 1;
}

.custom-timeline .custom-timeline-box .date {
		position: absolute;
		top: 0;
		left: 0;
}

.custom-contact-item {
		padding: 0 0 30px;
}

.custom-contact-item i {
		font-size: 2em;
		margin-bottom: 20px;
		display: block;
}

.custom-contact-item span {
		display: block;
}

.custom-contact-item span.title {
		font-size: 0.8em;
}

.custom-contact-item span.content {
		font-size: 1.5em;
}

.custom-hover-opacity {
		display: block;
		transition: ease opacity 300ms;
}

.custom-hover-opacity:hover {
		opacity: 0.7;
}

/*
* Strategies / Services
*/
.custom-post-style-1 {
		margin-bottom: 60px;
}

.custom-post-style-1:nth-child(4) {
		background: #000;
}

.custom-post-style-1.custom-rm-mb {
		margin-bottom: 0 !important;
}

@media (max-width: 991px) {
		.custom-post-style-1.custom-rm-mb {
				margin-bottom: 60px !important;
		}
}

.custom-post-style-1.custom-rm-mb-last {
		margin-bottom: 0 !important;
}

/*
* Counter
*/
.custom-counters .counter span {
		line-height: 1;
		font-size: 3.6em;
}

.custom-counters .counter span:last-child {
		display: block;
		font-size: 1.1em;
}

/*
* Team
*/
.custom-thumb-info-1 {
		overflow: visible;
		margin-bottom: 30px !important;
		transition: ease box-shadow 300ms;
}

.custom-thumb-info-1:hover {
		box-shadow: 0px 0px 70px 0px rgba(139, 139, 139, 0.5);
}

.custom-thumb-info-1:hover .thumb-info-wrapper:after {
		content: none;
}

.custom-thumb-info-1:hover .thumb-info-caption {
		border-bottom: 0;
}

.custom-thumb-info-1 .thumb-info-wrapper {
		transform: none;
}

.custom-thumb-info-1 .thumb-info-caption {
		position: relative;
		display: block;
		padding: 0;
		border-bottom: 1px solid #e3e3e3 !important;
		transition: ease border-bottom 300ms;
}

.custom-thumb-info-1 .thumb-info-caption .thumb-info-caption-text {
		padding: 20px 20px 30px 20px;
		margin: 0;
}

.custom-thumb-info-1 .thumb-info-caption .thumb-info-caption-text p {
		padding: 0;
		font-size: 1em;
}

.custom-thumb-info-1 .thumb-info-caption .thumb-info-caption-text .custom-thumb-info-caption-plus {
		position: absolute;
		top: 30px;
		right: 20px;
		border-radius: 100%;
		font-size: 2em;
		line-height: 0.76;
		width: 30px;
		height: 30px;
		font-weight: 100;
		text-align: center;
		padding-top: 7px;
}

.custom-thumb-info-1.custom-rm-mb {
		margin-bottom: 0 !important;
}

@media (max-width: 991px) {
		.custom-thumb-info-1.custom-rm-mb {
				margin-bottom: 30px !important;
		}
}

.custom-thumb-info-1.custom-rm-mb-last {
		margin-bottom: 0 !important;
}

/*
* Testimonial
*/
.custom-testimonial-style.testimonial-with-quotes blockquote:before, .custom-testimonial-style.testimonial-with-quotes blockquote:after {
		font-size: 50px;
		color: #1e1e1e;
}

.custom-testimonial-style blockquote p {
		font-style: normal;
		font-size: 1em;
		line-height: 2;
}

/*
* Blog
*/
.custom-post-blog {
		position: relative;
}

.custom-post-blog > h4, .custom-post-blog > p {
		padding: 0 30px 0 90px;
}

.custom-post-blog .date {
		position: absolute;
		top: 5px;
		left: 0;
}

.custom-post-blog .date > span {
		display: block;
}

.custom-post-blog .date > span.day {
		font-size: 3.5em;
		line-height: 0.7;
}

.custom-post-style-2 {
		position: relative;
		margin-bottom: 60px;
}

@media (max-width: 991px) {
		.custom-post-style-2 {
				margin-bottom: 0;
		}
}

.custom-post-style-2 .post-infos {
		position: absolute;
		top: 0;
		left: -110px;
}

.custom-post-style-2 .post-infos .post-info {
		position: relative;
		display: block;
		padding: 20px 0px;
}

.custom-post-style-2 .post-infos .post-info:after {
		content: '';
		display: block;
		position: absolute;
		left: 0;
		bottom: 0;
		width: 80%;
		border-bottom: 1px solid #e4e7eb;
}

.custom-post-style-2 .post-infos .post-info:last-child:after {
		content: none;
}

.custom-post-style-2 .post-infos .post-info span {
		display: block;
		line-height: 1;
}

.custom-post-style-2 .post-links {
		border-top: 1px solid #e4e7eb;
		border-bottom: 1px solid #e4e7eb;
		padding: 8px 0px;
		margin-top: 40px;
}

.custom-post-style-2 .post-links:after {
		content: '';
		display: block;
		clear: both;
}

@media (max-width: 767px) {
		.custom-post-style-2 .post-infos {
				position: static;
				text-align: center;
		}
		.custom-post-style-2 .post-infos .post-info {
				display: inline-block;
				margin-right: 20px;
		}
		.custom-post-style-2 .post-infos .post-info img {
				display: block;
		}
}

.custom-testimonial-blog-1 {
		text-align: left !important;
		margin-bottom: 15px !important;
}

.custom-testimonial-blog-1 blockquote {
		padding: 10px 30px !important;
}

.custom-testimonial-blog-1 blockquote:before, .custom-testimonial-blog-1 blockquote:after {
		color: #1e1e1e !important;
}

.custom-testimonial-blog-1 blockquote p {
		font-size: 1.1em !important;
		line-height: 1.8;
		font-family: "Poppins", sans-serif !important;
		font-weight: 500 !important;
}

ul.custom-comments li {
		border-top: 1px solid #e4e7eb;
}

ul.custom-comments li .comment {
		padding: 15px 0 30px;
}

ul.custom-comments > li:first-child {
		border-top: 0;
}

ul.custom-comments .comment-block {
		background: transparent;
		padding: 10px;
}

.custom-contact-form-style-1 .form-control {
		border: none;
		padding: 23px;
}

.custom-pagination-style-1 {
		box-shadow: 0px 4px 40px -5px rgba(0, 0, 0, 0.3);
}

.custom-pagination-style-1 > li.active > a {
		color: #FFF !important;
}

.custom-pagination-style-1 > li:hover > a {
		background: #6a80a9;
		border-color: #6a80a9 #6a80a9 #6a80a9;
		color: #FFF !important;
}

.custom-pagination-style-1 > li > a {
		font-weight: 600;
		font-size: 12px;
}

.custom-sidebar h4 {
		font-size: 18px;
}

@media (max-width: 991px) {
		.custom-sidebar {
				margin-top: 60px;
		}
}

.custom-sidebar-search .input-group {
		width: 100%;
}

.custom-sidebar-search .input-group-btn .btn-light {
		background: transparent;
		border: 0 none;
		line-height: 36px;
		font-size: 19px;
		color: #1e1e1e;
		position: absolute;
		right: 2px;
		top: 2px;
		height: 100%;
		z-index: 3;
}

.custom-featured-posts .custom-featured-post {
		margin-bottom: 20px;
}

/*
* We Call You Back / Contact Us
*/
.custom-form-style .form-control-custom {
		position: relative;
		margin-bottom: 10px;
}

.custom-form-style .form-control-custom > i {
		position: absolute;
		top: 14px;
		left: 4px;
		color: #FFF;
}

.custom-form-style .form-control-custom .form-control {
		background: transparent;
		border: none;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		padding: 10px 10px 10px 30px;
		box-shadow: none;
		color: #FFF;
}

.custom-form-style .form-control-custom .form-control::-webkit-input-placeholder {
		color: #fff;
}

.custom-form-style .form-control-custom .form-control::-moz-placeholder {
		color: #fff;
}

.custom-form-style .form-control-custom .form-control:-ms-input-placeholder {
		color: #fff;
}

.custom-form-style .form-control-custom select.form-control {
		-webkit-appearance: none;
			 -moz-appearance: none;
						appearance: none;
		background: transparent;
		color: #FFF;
}

.custom-form-style .form-control-custom select.form-control option {
		color: #818898;
}

.custom-form-style .form-control-custom.custom-select-style:after {
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		right: 10px;
		width: 10px;
		height: 10px;
		border-right: 1px solid #c8d4ea;
		border-bottom: 1px solid #c8d4ea;
		z-index: 0;
		transform: translateY(-50%) rotate(45deg);
}

.custom-form-style .form-control-custom.custom-select-style select {
		position: relative;
		z-index: 1;
}

.custom-form-style .form-control-custom label.error {
		position: absolute;
		top: 2px;
		right: 0;
}

.custom-form-style.contact-page .form-control-custom .form-control {
		height: auto;
}

/*
* Let's Talk
*/
.custom-feature-box {
		display: block;
}

.custom-feature-box .feature-box-info {
		padding: 0;
}

.custom-feature-box .feature-box-info > label {
		display: block;
		margin: 0;
		line-height: 1;
		font-size: 0.8em;
}

.custom-feature-box .feature-box-info > strong {
		font-size: 1.5em;
		line-height: 1.3;
}

/*
* Footer
*/
.custom-footer {
		border-top: 0 !important;
}

.custom-footer ul {
		padding: 0;
}

.custom-footer ul li {
		list-style: none;
}

.custom-footer .footer-copyright {
		border-top: 0 !important;
}

.custom-footer .footer-copyright .container .row > div {
		border-top: 1px solid #e4e4e4;
}

.max-width-60 {
	max-width: 60px;
}

.max-width-80 {
	max-width: 80px;
}

.max-width-120 {
	max-width: 120px;
}

.max-width-150 {
	max-width: 150px;
}

.max-width-200 {
	max-width: 200px;
}

.max-width-250 {
	max-width: 250px;
}

.max-width-320 {
	max-width: 320px;
}

.max-width-400 {
	max-width: 400px;
}

.title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.img-auto {
	min-height: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	max-height: 100%;
}


.boxImage {
  height: 100px;
  min-width: 100%;
  display: inline-block;
  border: 3px solid;
  position: relative;
}

.boxImage span {
  position: absolute;
  top: 0;
  width: 100%;
  background: red;
  transition: 1s all;
}

.boxImage:hover span {
  transform: translateY(var(--t));
}

/* Height */

.height-anuncio {
	height: 10vw !important;
}

.height-blog-mini {
	height: 60px !important;
}

@media (min-width:1200px) {
	.height-anuncio {
		min-height: 200px;
	}
	.height-blog-mini {
	height: 50px !important;
}
}

@media (max-width: 991px) {
	.height-anuncio {
	height: 22vw !important;
	}
}

@media (max-width: 767px) {
	.height-anuncio {
		height: 30vw !important;
	}
	.height-blog-mini {
	height: 30px !important;
}
}

@media (max-width: 575px) {
	.height-anuncio {
		min-height: 250px;
	}
	.height-blog-mini {
	height: 20px !important;
}
}

@media (min-width: 576px) and (max-width: 991px) {
	.height-anuncio {
		min-height: 250px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.height-anuncio {
		min-height: 200px;
	}
}

.height-portal {
	height: 25vw !important;
}

.height-detalhe {
	height: 12vw !important;
}

.height-portal-list {
	height: 15vw !important;
}

.height-1 {
	height: 18vw !important;
}

.slideImage {
	height: 18vw !important;
}

.height-map {
	height: 20vw !important;
}

@media (min-width:1200px) {
	.height-portal {
		min-height: 450px;
	}
	
	.height-detalhe {
		min-height: 220px;
	}
	
	.height-portal-list {
		min-height: 290px;
	}
	
	.height-map {
		min-height: 350px;
	}
}

@media (max-width: 991px) {
	.height-portal {
	height: 35vw !important;
	}
	
	.height-detalhe {
	height: 15vw !important;
	}
	
	.height-portal-list {
	height: 35vw !important;
	}
	
	.height-1 {
		height: 35vw !important;
	}
	
	.slideImage {
		height: 35vw !important;
	}
	
	.height-map {
	height: 35vw !important;
	}
}

@media (max-width: 767px) {
	.height-portal {
		height: 50vw !important;
	}
	
	.height-detalhe {
		height: 20vw !important;
	}
	
	.height-portal-list {
		height: 50vw !important;
	}
	
	.slideImage {
		height: 80vw !important;
	}
	
	.height-1 {
		height: 80vw !important;
	}
	
	.height-map {
	height: 50vw !important;
	}
}

@media (max-width: 575px) {
	.height-portal {
		min-height: 250px;
	}
	
	.height-detalhe {
		min-height: 100px;
	}
	
	.height-portal-list {
		min-height: 220px;
	}
	
	.height-map {
		min-height: 200px;
	}
}

@media (min-width: 576px) and (max-width: 991px) {
	.height-portal {
		min-height: 220px;
	}
	
	.height-detalhe {
		min-height: 150px;
	}
	
	.height-portal-list {
		min-height: 220px;
	}
	
	.height-1, .slideImage {
		min-height: 350px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.height-portal {
		min-height: 380px;
	}
	
	.height-detalhe {
		min-height: 200px;
	}
	
	.height-portal-list {
		min-height: 260px;
	}
	.height-1, .slideImage {
		min-height: 350px;
	}
}

.height-banner {
	height: 550px !important;
}

@media (max-width: 991px) {
	.height-banner {
		height: 300px !important;
	}
}

@media (max-width: 767px) {
	.height-banner {
		height: 180px !important;
	}
}

@media (min-width: 576px) and (max-width: 991px) {
	.height-banner {
		min-height: 180px;
	}
}

.height-quadro {
	height: 404px !important;
}

@media (max-width: 991px) {
	.height-quadro {
		height: 300px !important;
	}
}

@media (max-width: 767px) {
	.height-quadro {
		height: 180px !important;
	}
}

@media (min-width: 576px) and (max-width: 991px) {
	.height-quadro {
		min-height: 180px;
	}
}

.height-quadro-col {
	height: 198px !important;
}

@media (max-width: 991px) {
	.height-quadro-col {
		height: 300px !important;
	}
}

@media (max-width: 767px) {
	.height-quadro-col {
		height: 180px !important;
	}
}

@media (min-width: 576px) and (max-width: 991px) {
	.height-quadro-col {
		min-height: 180px;
	}
}

.height-planta {
	height: 12vw !important;
}

@media (max-width: 991px) {
	.height-planta {
		height: 35vw !important;
	}
}

@media (max-width: 767px) {
	.height-planta {
		height: 60vw !important;
	}
}

@media (min-width: 576px) and (max-width: 991px) {
	.height-planta {
		min-height: 220px;
	}
}

.height-1x2 {
	height: 36.50vw !important;
}

@media (max-width: 991px) {
	.height-1x2 {
		height: 46vw !important;
	}
}

@media (max-width: 767px) {
	.height-1x2 {
		height: 100vw !important;
	}
}

@media (min-width: 576px) and (max-width: 991px) {
	.height-1x2 {
		min-height: 600px;
	}
}

.height-2 {
	height: 16.25vw !important;
}

@media (max-width: 991px) {
	.height-2 {
		height: 26vw !important;
	}
}

@media (max-width: 767px) {
	.height-2 {
		height: 100vw !important;
	}
}

.height-2x2 {
	height: 32.50vw !important;
}

.height-3 {
	height: 23.25vw !important;
}

@media (max-width: 991px) {
	.height-3 {
		height: 33vw !important;
	}
}

@media (max-width: 767px) {
	.height-3 {
		height: 100vw !important;
	}
}

.height-3x3 {
	height: 46.50vw !important;
}

.height-500 {
	height: 500px;
}

.height-1 {
	height: 100vh;
}

.slideImage00vh {
	height: 100vh;
}

.min-height-200 {
	min-height: 200px;
}

.min-height-236 {
	min-height: 236px;
}

.min-height-285 {
	min-height: 285px;
}

.min-height-300 {
	min-height: 300px;
}

.min-height-370 {
	min-height: 370px;
}

.min-height-450 {
	min-height: 450px;
}

.min-height-550 {
	min-height: 450px;
}

.min-height-680 {
	min-height: 680px;
}

.min-height-750 {
	min-height: 750px;
}

.min-height-800 {
	min-height: 800px;
}

.min-height-900 {
	min-height: 900px;
}

.min-height-32vw {
	min-height: 32vw;
}

.min-height-100vh {
	min-height: 100vh;
}

.min-height-calc-1 {
	min-height: calc(100vh - 118px);
}
