.align-right {
	margin: 3px 10px 10px 10px !important;
	float:right;
}

.navigation:not(.mm-menu) .navigation__item .navigation__list--sub .navigation__item a, .navigation:not(.mm-menu) .navigation__item .navigation__list--level-2 .navigation__item a {
  
   background: #8cb462;
    text-align: left;
    color: whitesmoke;
}
.mm-navbar .mm-title {
    display: block;
    vertical-align: top;
    padding: 11px 0;
    font-size: 10px;
    font-weight: bold;
}

.logo__description {
  
    line-height: 5px;
}

.logo__description {
    margin: 0px 0;
    font-size: 16px !Important;
}


.twocolumns-section--inner .wide-col {
	width: 100% !important;
}
ul.staff__list {
	list-style-type: none;
}
.gallery-item--title, .highslide-container .gallery-item--highslide-title {
	font-weight: bold;
	font-family: 'montserrat' !Important;
}
p.text-center {
	text-align: center !important;
}
#mm-1 > ul > li:nth-child(1) {
	Display:none;
}
#navigation_header > ul > li.navigation__item.has-child.more.set-right > div > ul > li.navigation__item.has-child.open-close.open-close--active > div > ul > li:nth-child(1) > a {
	display:none;
}
img.logo__image {
    width: 250px !important;
    height: auto !important;
}
.logo__title {
	margin: 0;
	font-size: 30px;
}
.logo__description {
	margin: 5px 0;
	font-size: 21px;
}
.wrap__offer {
	background: unset !important;
}
.align-left {
	margin: 0px 10px 10px 10px !important;
	float:left;
}
.align-center {
	margin-bottom:10px;
	margin: 0 auto;
	display:block;
}
.editable__container.editable__container img {
	border-radius: 5px;
	box-shadow: 0px 0px 2px #000;
	margin: 1px;
	padding: 2px;
}
div#sealant {
	display: grid;
	grid-template-columns: auto auto;
	text-align: center;
	width: 500px;
	align-items: center;
	text-align: center;
	margin: 0 auto !important;
}
.cstm_staffpage li.staff__item {
    clear: both;
}
.cstm_staffpage .staff-member__text {
    max-width: 700px;
    float: right;
}
.cstm_staffpage .staff-member__suffix, .cstm_staffpage .staff-member__prefix {
    display: none;
}
.cstm_staffpage .staff-member__image-wrapper {
    padding-left: 50px;
}









@media (max-width: 1200px) {
.cstm_staffpage .staff-member__text {
    max-width: 650px;
}
}
@media (max-width: 1140px){
.cstm_staffpage .staff-member__text {
    max-width: 590px;
}
}
@media (max-width: 1060px) {
.cstm_staffpage .staff-member__image-wrapper {
    padding-left: 20px;
}
}
@media (max-width: 1024px) {
.cstm_staffpage .staff-member__text {
    max-width: unset;
    text-align: center;
}
.cstm_staffpage .flip-box {
    width: 100%;
}
.cstm_staffpage .staff-member__image-wrapper {
    text-align: center;
    width: 100%;
    max-width: 170px;
    margin: 0 auto;
    float: unset;
}
.cstm_staffpage .staff-member__image-wrapper {
    padding-left: 0;
}
}
@media (min-width: 768px) {
	.slider__text {
		top: 80%;
		right: 5% !important;
	}
}
@media only screen and (min-width: 768px) {
	.form form .contact-form-columns .form-input-comments {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: auto;
		margin-top: 0;
		padding-left: 7px;
		width: 48%;
		display: flex;
		flex-direction: column;
	}
}
.flip-box {
	background-color: transparent;
	width: 210px;
	height: 200px;
	perspective: 1000px;
	float: left;
}
.flip-box-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.8s;
	transform-style: preserve-3d;
}
.flip-box:hover .flip-box-inner {
	transform: rotateY(180deg);
}
.flip-box-front, .flip-box-back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.flip-box-back {
	transform: rotateY(180deg);
}
@media (max-width:519px) {
	.flip-box {
		background-color: transparent;
		width: 100% !important;
	}
}
