@charset "utf-8";

/* =======================| homepage styles |=========================== */

/* -----| basic |----- */
*, *:before, *:after { box-sizing: border-box; }

html { 
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;  
}

body {
/*  background-image: false;*/
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: #ffffff;
  position: relative;
  height: auto;
  min-height: 100%;
  margin: 0;
}

/* -----| header |----- */
#u-header {
  display: block;
  line-height: 25.6px;
  position: -webkit-sticky;  
  z-index: 20;
  background-image: none;
  color: #ffffff;
  background-color: #251510;
  position: fixed;
  width: 100%;
  height: 160px;
  top: 0;
}

#u-header-1:before, #u-header-1:after { display: table; }

/* -----| header / bredcrumb (joomla code) |----- */


.breadcrumb {
  margin-top: 36px;
  font-size: 0.75rem;
  color: #FFF;
  max-width: 540px;
  max-height: 105px;
  overflow: hidden;
  text-align: left;
}
.breadcrumb ul, .breadcrumb li{
  pointer-events: auto !important;
  float:left;
  list-style-type: none;
}
.divider{
  margin: 0 8px; 
  color: #FFF;
}
.breadcrumb span:first-child {
    margin: 0;
}
.breadcrumb li.active {
  color: #FFF;
}
.breadcrumb li a {
  color: #e0b98e !important;
}
.breadcrumb li a:hover {
  color: #FFF !important;
}


/* -----| header / topicon |----- */
#u-header-1 {
  pointer-events: none;
  position: relative;
  margin: 0 auto;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.6;
  width: 1140px;
}

#u-topicon{
  text-align: right;
  margin: 0 20px;
  z-index: 1;
  display: flex;
  height: 105px;
}
#u-topicon-1{
  position: relative;
  top: 36px;
  right: -5px;  
  margin-left: auto;
  display: flex;
  flex-direction: row;

  
}
.u-topicon-cell {
  display:table-cell;
}
.u-topicon-cell a i {
  margin: 0 10px;
  font-size: 1.8rem;
  pointer-events: auto !important;
  text-align: right;
  color: #983212 !important;    
}
.u-topicon-cell a i:hover {
  color: #ffffff !important;  
}

/* -----| login form |----- */
/* style for language menu is in separate css file loginform.css */

/* -----| language |----- */
/* style for language menu is in separate css file language.css */

/* -----| image |----- */
/* style for section image is in separate css file home-image */

/* -----| moto |----- */
#u-moto {    
  background-image: none;
  color: #ffffff;
  background-color: #983212;
  position: relative;
  display: block;
}
#u-moto-1 { 
  min-height: 350px;
  justify-content: center;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 1140px;
  margin: 0 auto;
}
#u-moto-2 {
  margin-top: 50px;
  margin-bottom: 50px;
  flex-shrink: 0;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  position: relative;
}
#u-moto-3 {
  margin: -23px;
  pointer-events: initial;
}
#u-moto-4 {
  flex-direction: row;
  flex-wrap: wrap;
  min-height: 100%;
  max-width: 100%;
  flex: 1 1 100%;
  display: flex;
  pointer-events: initial;
}
#u-moto-left {
  border: 23px solid transparent;
  min-height: 296px;
  flex: 0 0 50%;
  max-width: 50%;
  background-color: transparent !important;
  opacity: 1;
  text-align: right;
  position: relative;
  display: flex;
  background-clip: padding-box;
  background-origin: padding-box;
  max-height: 100%;
  min-height: -webkit-fit-content;
  min-height: fit-content;  
  pointer-events: initial;
}
#u-moto-left::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#u-moto-left-2 {
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
  flex: 1;
  max-width: 100%;
  text-align: right;
}
#u-moto-right {
  border: 23px solid transparent;
  min-height: 296px;
  text-align: left;
  flex: 0 0 50%;
  max-width: 50%;
  background-color: transparent !important;
  opacity: 1;
  position: relative;
  display: flex;
  background-clip: padding-box;
  background-origin: padding-box;
  max-height: 100%;
  min-height: -webkit-fit-content;
  min-height: fit-content;
}
#u-moto-right-2 {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  flex: 1;
  max-width: 100%;
  text-align: left;
}
#u-moto-left-2 h2 {
  font-size: 3.75rem;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0;
  line-height: 1.1;
  padding: 0;
  word-wrap: break-word;
  position: relative;
  color: inherit;
}
#u-moto-left-2 h2 span {
  color: #e0b98e !important;
  font-weight: bold;
  font-size: 3.75rem;
  text-transform: uppercase;
  line-height: 1.1;
  word-wrap: break-word;
}
#u-moto-right-2 p {
  margin: 75px 0 0;
  word-wrap: break-word;
  position: relative;
  padding: 0;
  box-sizing: border-box;
  text-align: left;
}

/* -----| info |----- */
#u-info {
  position: relative;
  display: block;
}
#u-info-1 {
  min-height: 520px;
  position: relative;
  margin: 40px auto;
  width: 1140px;
}
#u-info-4 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  min-height: 100%;
  max-width: 100%;
  flex: 1 1 100%;
}
#u-info-left, #u-info-right {
  display: flex;
  flex: 0 0 50%;
  text-align: left;
  background-color: transparent !important;
  opacity: 1;
  position: relative;
  background-clip: padding-box;
  background-origin: padding-box;
  max-width: 100%;
  max-height: 100%;
  min-height: 500px;
  min-height: -webkit-fit-content;
  min-height: fit-content;
}
.news {
}

#u-info-left-1, #u-info-right-1 {
  padding: 30px;
  position: relative;
  max-width: 100%;
  min-width: 100%;
}
.u-info-icon{
  width: 120px;
  height: 60px;
  margin: 0 auto 0 0;  
  overflow: hidden;
  color: #111111;
  position: relative;
  object-fit: cover;
  display: block;
  vertical-align: middle;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-style: none;
}
img.u-info-icon {
  margin-left: 0 !important;
}

/* -----| info / news |----- */

.news-date, .news h5, .news-more {
  color: #983212 !important;
}
.news-date{
  margin: 30px 0 0 0;
}
.news h5, .items-leading h5{
  margin: 10px 0 20px 0;
  font-weight: 600;
}
.news h5 a, .news-more a, .items-leading h5 a, #u-info-left-1 a, #u-info-right-1 a {
  color: #983212 !important;
}
#u-info-left-1 a, #u-info-right-1 a {
  text-decoration: underline;
}
.news h5 a{
  text-decoration: none !important;
}
.news-more a {
  font-weight: 600;
  text-decoration: none !important;
  padding: 0 8px;
  border-bottom: 1px solid #983212;
}
.news h5 a:hover, .news-more a:hover, .items-leading h5 a:hover {
  color: #BE7D35 !important;
  border-bottom-color: #BE7D35;
}
#u-info-left-1 a:hover, #u-info-right-1 a:hover {
  color: #BE7D35 !important;
}
.news-more {
  text-align: right;
  margin-top: 5px;
  margin-bottom: 0;
}
.news img, .items-leading img {
  max-width: 100%;
  height: auto;
  margin: 5px auto;
}
.items-leading {
 padding: 0 30px;
}
.items-leading div {
  float: none;
}

/* -----| benefit |----- */
#u-benefit {
  color: #fff;
  background-color: #4c1e0f;
  position: relative;
  display: block;
}
#u-benefit-1 {
  pointer-events: none;
  min-height: 640px;
  justify-content: center;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0 auto;
}
#u-benefit-2 {
  margin-top: 40px;
  margin-bottom: 40px;
  flex-shrink: 0;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  position: relative;
}
#u-benefit-3 {
  margin: 0 30px;
}
#u-benefit-4{
  flex-direction: row;
  flex-wrap: wrap;
  min-height: 100%;
  max-width: 100%;
  flex: 1 1 100%;
  display: flex;
}
#u-benefit-left, #u-benefit-right {
  border: 10px solid transparent;
  min-height: 520px;
  background-position: 50% 50%;
  text-align: left;
  flex: 0 0 50%;
  max-width: 50%;
  overflow: hidden;
  color: #111111;
  background-color: transparent !important;
  opacity: 1;
  position: relative;
  display: flex;
  background-clip: padding-box;
  background-origin: padding-box;
  max-height: 100%;
  min-height: -webkit-fit-content;
  min-height: fit-content;
  object-fit: cover;
  vertical-align: middle;
  background-size: cover;
  background-repeat: no-repeat;
}
#u-benefit-right-1 {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  flex: 1;
  max-width: 100%;
}
  #u-benefit-left img {
    object-fit: contain;
}
#u-benefit-right-1 h2 {
  margin-top: 100px;
  color: #e0b98e !important;
}
#u-benefit-right-1 p {
  margin: 20px 0;
  color: #fff;
}
.white {
  color: #fff;
}
a.btn {
  background-image: none;
  margin: 45px auto 0 0;
  color: #ffffff !important;
  background-color: #983212 !important;
  pointer-events: auto !important;
  border: 1 hidden;
  position: relative;
  display: table;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  font-weight: inherit;
  text-decoration: none;
  outline-width: 0;
  font-style: initial;
  white-space: nowrap;
  user-select: none;
  vertical-align: middle;
  text-align: center;
  padding: 10px 30px;
  border-radius: 0;
  align-self: flex-start;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
a.btn:hover {
  background-color: #72240C !important;
}

/* -----| program |----- */
#u-prog {
  position: relative;
  display: block;
}
#u-prog-1 {
  min-height: 500px;
  position: relative;
  margin: 0 auto;
}
#u-prog-top-1 {
  width: 700px;
  min-height: 100px;
  margin: 80px auto 0;
  text-align: center;
  display: flex;
  position: relative;
}
#u-prog-top-2 {
  justify-content: center;
  display: flex;
  flex-direction: column;
  position: relative;
  flex: 1;
  max-width: 100%;
}
#u-prog-bottom {
  margin: 20px auto -80px 0;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  position: relative;
}
#u-prog-bottom-1 {
  margin: -10px;
  box-sizing: border-box;
}
#u-prog-bottom-2 {
  flex-direction: column;
  min-height: 100%;
  flex: 1 1 100%;
}
.u-prog-row-1 {
  flex: 30 0 50%;
  min-height: 100%;
  min-height: -webkit-fit-content;
  min-height: fit-content;
  max-width: 100%;
  display: flex;
}
.u-prog-row-2 {
  flex-direction: row;
  flex-wrap: wrap;
  min-height: 100%;
  min-height: -webkit-fit-content;
  min-height: fit-content;
  max-width: 100%;
  flex: 1 1 100%;
  display: flex;
}
.u-prog-cell {
  border: 10px solid transparent;
  min-height: 150px;
  text-align: left;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
  background-color: transparent !important;
  opacity: 1;
  position: relative;
  display: flex;
  background-clip: padding-box;
  background-origin: padding-box;
  max-height: 100%;
  min-height: -webkit-fit-content;
  min-height: fit-content;
}
.u-prog-cell h4 a, .u-prog-cell h4 a:link, .u-prog-cell h4 a:visited {
  color: #111 !important;
}
.u-prog-cell h4 a:hover {
  color: #983212 !important;
}
.u-prog-cell-1 {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  flex: 1;
  max-width: 100%;
}
#u-prog-top-2 h1 {
  margin-top: 0;
}
.u-prog-cell img {
  width: 72px;
  height: 60px;
  margin: 30px auto 0 0;
  overflow: hidden;
  position: relative;
  display: block;
  float: none;
}
.u-prog-cell h4 {
  margin-top: 25px;
  margin-bottom: 0px;
  display: block;
  position: relative;
  font-weight: 600;
}
.u-prog-cell p {
  margin-top: 10px;
}
.u-prog-cell h4 a:hover {
  color: #983212;
}

/* -----| footer |----- */
#u-footer {
  min-height: 400px;
  position: relative;
  display: block;
  top: 160px;
}
#u-footer-1 {
  margin-top: 0;
/*  margin-bottom: -3px;*/
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  position: relative;
}
#u-footer-3 {
  flex-direction: row;
  flex-wrap: wrap;
  min-height: 100%;
  max-width: 100%;
  flex: 1 1 100%;
  display: flex;
}
#u-footer-left , #u-footer-right {
  min-height: 300px;
  background-image: none;
  text-align: left;
  flex: 0 0 50%;
  max-width: 50%;
  color: #ffffff;
  opacity: 1;
  position: relative;
  display: flex;
  background-clip: padding-box;
  background-origin: padding-box;
  max-height: 100%;
  min-height: -webkit-fit-content;
  min-height: fit-content;
}  
#u-footer-left-1, #u-footer-right-1 {
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
  flex: 1;
  max-width: 100%;
}
#u-footer-left-2 , #u-footer-right-2 {
  width: 520px;
  min-height: 331px;
  text-align: left;
  color: #ffffff;
  display: flex;
  position: relative;
}
#u-footer-left-3 , #u-footer-right-3 {
  padding: 0 0 30px;
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
  position: relative;
  flex: 1;
  max-width: 100%;
}
#u-footer-left {
    background-color: #983212;
}
  #u-footer-right {
    background-color: #4c1e0f;
}

#u-footer-left-2 {
    margin: 50px 37px 100px auto;
}
  #u-footer-right-2 {
    margin: 50px auto 100px 37px;
}
  #u-footer-right p {
    margin-bottom: 0.2rem;
  }
#u-footer h4 {
  margin-bottom: 30px;
}
#u-footer h4 a {
  color: #e0b98e !important;
}
#u-footer h4 a:hover {
  color: #fff !important;
}
#u-footer a {
  color: #fff !important;
}
#u-footer a:hover {
  color: #e0b98e !important;
}

/* -----| pagination |----- */
div.pagination {
	text-align: center;
	display: table;
	margin: 50px 0;
	font-size: 1.2rem;
}

div.pagination ul li, div.pagination ul li a {
	position: relative;
	display: table-cell;
	min-width: 30px;
}
div.pagination ul li.pagination-start, div.pagination ul li.pagination-prev, div.pagination ul li.pagination-next, div.pagination ul li.pagination-end {
	display: none;
}

div.pagination ul li a {
	background-image: none !important;
	margin: 0 20px;
	font-weight:bold;
	text-decoration:underline;
}
span.pagenav {
	background: #ffeabb;
	padding-left: 8px;
	padding-right: 8px;
	}

/* -----| responsive YouTube videos and Google Calendar |----- */
.yt-responsive-video, .responsive-calendar {
    display: block;
    width: 100%;
    height: 0;
    position: relative;
    max-width: 100%;
    box-sizing: border-box;
}

.yt-responsive-video {
    padding-bottom: 56.25%;
}

.responsive-calendar {
    padding-bottom: 80%;
}
  
.yt-responsive-video iframe, .responsive-calendar iframe  {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}



/* ------| IE 10-11 hack |---------- */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

 .news img, .items-leading img {
    width: 100%;
  }
    
}

