#PageMain {
 margin-top: 0;
}

#PageFooter {
 margin-top: 0;
}

/* HERO */

.sePage .sePageLayout .sePageMain .se-domane-hero .content-block-column {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 position: relative;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 z-index: 1;
 padding: 15% 8%;
}

.sePage .sePageLayout .sePageMain .se-domane-hero::after {
 display: block;
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 z-index: 0;
 background-color: rgba(0, 0, 0, 0.15);
 padding: 0 15px;
 width: 100%;
 content: '';
}

.sePage .sePageLayout .sePageMain .se-domane-hero {
 position: relative;
 overflow: hidden;
}

.sePage .sePageLayout .se-domane-hero h1 {
 font-family: itc-avant-garde-gothic-pro, sans-serif;
 font-weight: 700;
 font-style: normal;
 font-size: 42px;
 color: #FFFFFF;
 text-shadow: 0 0 5px #484848;
 margin: 11px auto 5px;
}

.sePage .sePageLayout .se-domane-hero p {
 font-family: roboto, sans-serif;
 font-weight: 400;
 font-style: normal;
 font-size: 22px;
 color: #FFFFFF;
 text-shadow: 0 0 5px #484848;
 margin: 0px auto 22px;
 letter-spacing: .5px;
}

/* BUTTON GROUP */

.se-button-group {
 display: flex;
 justify-content: center;
}

.seResponsive .content-block-column .se-button-group .btn {
 margin-bottom: 11px;
 min-width: 180px;
}

@media only screen and (min-width: 768px) {
 .seResponsive .content-block-column .se-button-group .btn:first-child {
 margin-right: 15px;
 }
}

@media only screen and (max-width: 767px) {
 .se-button-group {
 flex-direction: column;
 display: inline-flex;
 }
}

/* FULL-WIDTH 2 COL */

.sePage .sePageLayout .se-domane-fw-2col h2 {
 font-family: itc-avant-garde-gothic-pro, sans-serif;
 font-weight: 700;
 font-style: normal;
 font-size: 32px;
 color: #111111;
margin: 11px auto;
}

.sePage .sePageLayout .se-domane-fw-2col p {
 font-family: roboto, sans-serif;
 font-weight: 400;
 font-style: normal;
 font-size: 18px;
 color: #333333;
}
	
.sePage .sePageLayout .sePageMain .se-domane-fw-2col .se-domane-fw-2col-content {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 -webkit-box-align: center;
 -ms-flex-align: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 text-align: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 padding: 150px 60px;
}

.sePage .sePageLayout .sePageMain .se-domane-fw-2col .seContentEmpty {
 min-height: 300px;
}

@media (max-width: 991px) {
 .sePage .sePageLayout .sePageMain .se-domane-fw-2col .se-domane-fw-2col-content {
 padding: 45px;
 }
}

/* CATALOG HEADER */

.sePage .sePageLayout .se-domane-catalog-header h3 {
 font-family: itc-avant-garde-gothic-pro, sans-serif;
 font-weight: 700;
 font-style: normal;
 font-size: 28px;
 color: #111111;
}

/* FOOTER */

.sePage .sePageLayout .sePageMain .se-domane-footer .content-block-column {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 position: relative;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 z-index: 1;
 padding: 20% 8%;
}

.sePage .sePageLayout .sePageMain .se-domane-footer::after {
 display: block;
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 z-index: 0;
 background-color: rgba(0, 0, 0, 0.25);
 padding: 0 15px;
 width: 100%;
 content: '';
}

.sePage .sePageLayout .sePageMain .se-domane-footer {
 position: relative;
 overflow: hidden;
}

.sePage .sePageLayout .se-domane-footer h2 {
 font-family: itc-avant-garde-gothic-pro, sans-serif;
 font-weight: 700;
 font-style: normal;
 font-size: 36px;
 color: #FFFFFF;
 text-shadow: 0 0 5px #484848;
}

.sePage .sePageLayout .se-domane-footer p {
 font-family: roboto, sans-serif;
 font-weight: 400;
 font-style: normal;
 font-size: 22px;
 color: #FFFFFF;
 text-shadow: 0 0 5px #484848;
 margin: 0px auto 22px;
}

.sePage .sePageLayout .se-trek-catalog h5 {
 font-family: itc-avant-garde-gothic-pro, sans-serif;
 font-weight: 700;
 font-style: normal;
 font-size: 18px;
 color: #333333;
}

.sePage .sePageLayout .sePageMain .se-trek-catalog h5 a:not(.btn) {
 color: #333333;
 text-decoration: none;
}

.sePage .sePageLayout .sePageMain .se-trek-catalog h5 a:not(.btn):hover {
 color: #333333;
 text-decoration: underline;
}

.sePage .sePageLayout .sePageMain .se-trek-catalog h5 a:not(.btn):visited, .sePage .sePageLayout .sePageMain .se-trek-catalog h5 a:not(.btn):focus {
 color: #333333;
}

.se-trek-catalog {
 text-align: center;
}

.sePageContent .sePageSection.se-trek-catalog {
 margin-bottom: 45px;
}
