@font-face {
  font-family: 'BandaRegularRegular';
  src: url('fonts/banda/Banda_regular-webfont.eot');
  src: url('fonts/banda/Banda_regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/banda/Banda_regular-webfont.woff') format('woff'),
    url('fonts/banda/Banda_regular-webfont.ttf') format('truetype'),
    url('fonts/banda/Banda_regular-webfont.svg#BandaRegularRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'JournalRegular';
  src: url('fonts/journal-webfont.eot');
  src: url('fonts/journal-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/journal-webfont.woff') format('woff'),
    url('fonts/journal-webfont.ttf') format('truetype'),
    url('fonts/journal-webfont.svg#JournalRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}

a img {
  border: none;
}

p, h1, h2, h3, h4, ul, ol, li {
  margin: 0px;
  padding: 0px;
}

#nav {
  position: absolute;
  width: 100%;
  height: 55px;
}

#nav .nav {
  position: absolute;
  list-style: none;
  text-align: center;
  width: 100%;
}

#nav .nav li {
  display: inline;
  position: relative;
  padding: 0px 5px;
}

#nav .nav li a {
  display: inline-block;
  text-decoration: none;
  position: relative;
  font-family: 'BandaRegularRegular';
  color: white;
  font-size: 18px;
  letter-spacing: -1px;
  padding: 16px 10px;
  text-transform: uppercase;
  z-index: 5;
}

#nav .nav li:hover a, #nav .nav li a.nav-selected {
  background-image: url(images/nav_bg.jpg);
}

#nav .nav li ul {
  display: none;
  position: absolute;
  width: auto;
  left: 0px;
  background-color: #2b2c34;
  z-index: 4;
  margin-top: -4px !important;
  padding: 6px 0px 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

#nav .nav li ul li {
  display: list-item;
  list-style: none;
  position: relative;
  padding: 0px;
}

#nav .nav li ul li a {
  background-image: none !important;
  display: block;
  z-index: 4;
  font-size: 12px;
  padding: 5px 0px;
  border-bottom: #FFF 1px solid;
}

#nav .nav li ul li:last-child a {
  border: none;
}

#nav .nav li ul li a:hover {
  background-image: none;
  background-color: #e17c11;
}

body {
  background-image: url(images/bg.jpg);
  font-family: 'BandaRegularRegular';
}

#wrapper {
  position: relative;
  width: 1000px;
  min-height: 1113px;
  margin: 0px auto;
}

#i_01 {
  position: relative;
  height: 167px;
  background-image: url(images/i_01.png?v=12);
}

#i_02 {
  position: relative;
  width: 1000px;
  height: 57px;
  background-image: url(images/i_02.png);
}

#i_03 {
  position: relative;
  width: 1000px;
  height: 337px;
  background-image: url(images/i_03.png);
}

#i_04 {
  position: relative;
  width: 1000px;
  min-height: 394px;
  background-image: url(images/i_04.png);
}

#i_05 {
  position: relative;
  width: 1000px;
  height: 158px;
  background-image: url(images/i_05.png);
}

#content {
  padding: 0px 30px;
  padding-bottom: 20px;
}

#content h1 {
  padding: 19px 0px 6px 0px;
  letter-spacing: -1px;
}

#content h2 {
  font-family: 'BandaRegularRegular';
  font-weight: normal;
  font-size: 25px;
  letter-spacing: -1px;
  text-transform: uppercase;
  background-image: url(images/h2_underline.jpg);
  background-position: bottom left;
  background-repeat: repeat-x;
  margin-bottom: 12px;
  padding: 10px 0px;
}

#content h3 {
  font-family: 'BandaRegularRegular';
  font-weight: normal;
  font-size: 20px;
  letter-spacing: -1px;
  padding-bottom: 10px;
}

#content p {
  font-family: Helvetica, Arial, sans-serif;
  color: #505260;
  font-size: 13px;
  padding-bottom: 14px;
}

#content p a, #content table a {
  font-weight: bold;
  color: #df7310;
  text-decoration: none;
}

#content p a:hover, #content table a:hover {
  color: #000;
}

#subtitle {
  position: absolute;
  top: 105px;
  left: 198px;
  border-top: 1px solid #b4b4b4;
  padding-top: 13px;
  width: 800px;
}

#subtitle h2 {
  color: #2b2c34;
}

#search_bar {
  font-family: 'BandaRegularRegular';
  color: #2b2c34;
  font-size: 14px;
  position: absolute;
  right: 10px;
  top: 25px;
}

#search_bar h3 {
  font-family: 'BandaRegularRegular';
  color: #2b2c34;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: normal;
}

#search_bar input[type="text"], #body_search input[type="text"] {
  box-shadow: 2px 2px 4px #cecece;
  border: 1px solid #bfbfbf;
  padding: 3px;
  margin: 2px 0px;
}

#search_bar input[type="submit"], #body_search input[type="submit"] {
  cursor: pointer;
  background: none;
  border: none;
  font-family: 'BandaRegularRegular';
  text-transform: uppercase;
  color: white;
  font-size: 14px;
  padding: 4px 7px 3px;
  background-position-y: -16px;
  background-image: url(images/nav_bg.jpg);
}

#search_bar input[type="submit"]:hover, #body_search input[type="submit"]:hover {
  color: black;
}

#copyright {
  width: 100%;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #737373;
  padding-top: 30px;
}

#banner {
  position: absolute;
  top: 6px;
  left: 10px;
}

#banner ul li {
  list-style: none !important;
}

#banner h2 {
  font-family: 'JournalRegular';
  font-size: 72px;
  color: white;
}

#copyright a {
  color: #737373;
  text-decoration: none;
}

#copyright a:hover {
  color: black;
}

.apply {
  position: absolute;
  top: 230px;
  left: 710px;
  width: 171px;
  overflow: hidden;
  background-image: url(images/apply_sprite.png);
  padding: 11px 0px 14px;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.apply:hover {
  background-position-y: 47px;
}

.lodges table tr {
  display: block;
  border-bottom: 1px solid #2b2c34;
  margin-bottom: 6px;
}

.lodges table tr td {
  display: block;
  width: 200px;
}

.profiletable table {
  font-size: 13px !important;
}

.profiletable table tr td:first-child {
  display: block;
  width: 170px !important;
}

.profiletable table tr td:last-child {
  display: block;
  text-align: right;
  width: 250px !important;
}

.formBlockSurveyTable tr td {
  border-bottom: none !important;
}

.formBlockSurveyTable label {
  text-align: right;
  float: right;
  position: relative;
  top: 4px;
}

.mobilehide {
  display: none;
}

.formBlockSubmitButton {
  font-family: 'BandaRegularRegular';
  font-size: 14px;
  color: #ffffff;
  padding: 10px 20px;
  background-image: url(images/nav_bg.jpg);
  background-repeat: repeat-x;
  background-position-y: -6px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  border: 1px solid #FFF;
  -moz-box-shadow:
    0px 1px 3px rgba(000, 000, 000, 0.5),
    inset 0px 0px 1px rgba(255, 255, 255, 0.3);
  -webkit-box-shadow:
    0px 1px 3px rgba(000, 000, 000, 0.5),
    inset 0px 0px 1px rgba(255, 255, 255, 0.3);
  box-shadow:
    0px 1px 3px rgba(000, 000, 000, 0.5),
    inset 0px 0px 1px rgba(255, 255, 255, 0.3);
  text-shadow:
    0px -1px 0px rgba(000, 000, 000, 0.4),
    0px 1px 0px rgba(255, 255, 255, 0.2);
}

.formBlockSubmitButton:hover {
  background-image: url(images/nav_bg.jpg);
  background-repeat: repeat-x;
  background-position-y: -6px;
}

.formBlockSubmitButton:active {
  font-family: 'BandaRegularRegular';
  font-size: 14px;
  color: #ffffff;
  padding: 10px 20px;
  background-image: url(images/nav_bg.jpg);
  background-repeat: repeat-x;
  background-position-y: -6px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  border: 1px solid #2c2c34;
  -moz-box-shadow:
    0px 1px 3px rgba(000, 000, 000, 0.5),
    inset 0px 0px 1px rgba(255, 255, 255, 0.3);
  -webkit-box-shadow:
    0px 1px 3px rgba(000, 000, 000, 0.5),
    inset 0px 0px 1px rgba(255, 255, 255, 0.3);
  box-shadow:
    0px 1px 3px rgba(000, 000, 000, 0.5),
    inset 0px 0px 1px rgba(255, 255, 255, 0.3);
  text-shadow:
    0px -1px 0px rgba(000, 000, 000, 0.4),
    0px 1px 0px rgba(255, 255, 255, 0.2);
}

.miniSurveyView textarea {
  width: 230px;
  height: 100px;
  position: relative;
  left: 2px;
}

.inlineleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.6);
  border: 2px solid #FFF;
}

.inlineright {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.6);
  border: 2px solid #FFF;
}

#content ul li {
  list-style-image: url(images/bulletorange.gif);
}

#content ul, #content ol {
  padding: 12px;
}

#content ul li, #content ol li {
  margin-bottom: 7px;
}

#content ul li:last-child, #content ol li:last-child {
  margin-bottom: 2px;
}

#applicationform>form>table>tbody>tr+tr+tr+tr+tr+tr+tr {
  position: absolute;
  top: 109px;
  left: 496px;
  width: 380px;
}

#applicationform>form>table>tbody>tr+tr+tr+tr+tr+tr+tr+tr {
  position: absolute;
  top: 158px;
  left: 596px;
}

#applicationform>form>table>tbody>tr+tr+tr+tr+tr+tr+tr+tr+tr {
  position: absolute;
  top: 192px;
  left: 577px;
}

#applicationform>form>table>tbody>tr+tr+tr+tr+tr+tr+tr+tr+tr+tr {
  position: absolute;
  left: 580px;
  top: 226px;
}

#applicationform>form>table>tbody>tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr {
  position: absolute;
  top: 260px;
  left: 476px;
  width: 400px;
}

#applicationform>form>table>tbody>tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr {
  position: absolute;
  left: 768px;
  top: 300px;
}

#about_us {
  display: block;
  margin: 0 auto;
  width: 705px;
  margin-top: 40px;
}

#about_us ul {
  margin: 0px;
  padding: 0px;
}

#about_us ul li {
  list-style: none;
  float: left;
  margin: 0px 6px
}

#about_us ul li a {
  display: block;
  position: relative;
  background: #e48e13;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U0OGUxMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iI2U0OGUxMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2UyN2MxMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2UyN2MxMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, #e48e13 0%, #e48e13 49%, #e27c10 51%, #e27c10 99%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e48e13), color-stop(49%, #e48e13), color-stop(51%, #e27c10), color-stop(99%, #e27c10));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e48e13 0%, #e48e13 49%, #e27c10 51%, #e27c10 99%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e48e13 0%, #e48e13 49%, #e27c10 51%, #e27c10 99%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e48e13 0%, #e48e13 49%, #e27c10 51%, #e27c10 99%);
  /* IE10+ */
  background: linear-gradient(to bottom, #e48e13 0%, #e48e13 49%, #e27c10 51%, #e27c10 99%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e48e13', endColorstr='#e27c10', GradientType=0);
  /* IE6-8 */
  width: 163px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  text-decoration: none;
  padding: 30px 0;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
  -moz-text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
  -webkit-text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
}

#about_us>ul>li+li>a {
  padding: 18px 0;
}

#about_us>ul>li+li+li>a {
  padding: 30px 0;
}

#search_bar #searchResults {
  display: none;
}

#body_search h3 {
  display: none;
}

#searchResults h3 {
  display: block;
}

#body_search input[type="text"] {
  position: relative;
  top: -54px;
  left: 697px;
}

#body_search input[type="submit"] {
  position: relative;
  top: -54px;
  left: 695px;
}

#body_search #searchResults {
  position: relative;
  top: -40px;
}

#body_search .searchResult h3 a, #home_news>.ccm-page-list>h3>a {
  text-decoration: none;
  color: #df7310;
}

#body_search .searchResult h3 a:hover, #home_news>.ccm-page-list>h3>a:hover {
  text-decoration: underline;
  color: orange;
}

#searchResults .searchResult {
  margin-bottom: -16px;
  margin-top: 33px;
  border-bottom: 1px dotted #CCC;
}

.sortable_fancybox_gallery_image {
  height: 91px !important;
  width: 91px !important;
  overflow: hidden;
  position: relative;
  display: inline-block;
  border: 1px solid #3f3f3f;
  padding: 0px !important;
  margin: 0px 6px;
}

.sortable_fancybox_gallery_image:hover {
  border: 1px solid #df7310;
}

#home_gallery .sortable_fancybox_gallery_image {
  height: 55px !important;
  width: 65px !important;
  border: none !important;
}

#home_news .ccm-page-list-description {
  padding-bottom: 10px;
  margin-bottom: 5px;
  border-bottom: 1px dotted #CCC;
}

#home_news .ccm-page-list-description:last-child {
  padding-bottom: 3px;
  margin-bottom: 2px;
  border-bottom: none;
}

#contact_form form table tr+tr+tr+tr+tr label {
  width: 165px;
}

#sidebar_header {
  text-align: center;
  width: 300px;
  background: #EAEAEA;
  margin-left: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px 5px 0 0;
}

#sidebar_header h3 {
  display: block;
  background-image: url(images/nav_bg.jpg);
  background-repeat: repeat-x;
  color: #FFF;
  font-weight: bold;
  width: 315px;
  padding-top: 9px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  -moz-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  -webkit-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  position: relative;
  left: -8px;
  background-position-y: -6px;
  top: 0px;
}

#sidebar-header_right {
  position: absolute;
  right: 29px;
  top: 71px;
}

#sidebar-header_left {
  position: absolute;
  right: 338px;
  top: 71px;
}

#news .thumbnail {
  text-align: center;
}

#news .thumbnail img {
  border: 1px solid white;
  -moz-box-shadow: 1px 1px 8px black;
  -webkit-box-shadow: 1px 1px 8px black;
  box-shadow: 1px 1px 8px black;
}

#news .title h3 {
  padding-top: 10px;
}

#news .title h3 a {
  color: black;
  text-decoration: none;
}

#news .meta a {
  font-weight: bold;
  color: #df7310;
  text-decoration: none;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
}

#news .excerpt p {
  padding: 0px;
}

#news {
  border: 1px solid #B4B4B4;
  padding: 10px;
  width: 580px
}

#news.homepage {
  border: none;
  padding: 0px;
  width: auto;
}

#news .entry {
  padding-bottom: 25px;
  padding: 0px 10px;
}

#sidebar_posts {
  float: right;
  margin-right: 15px;
  width: 300px;
  margin-left: 40px;
}

#sidebar_posts h3 {
  color: white;
  background-image: url(images/nav_bg.jpg);
  padding: 15px;
  text-align: center;
}

#sidebar_posts ul {
  list-style-image: none;
  background: #2b2c34;
  margin: 0px 10px;
}

#sidebar_posts ul li a {
  color: #fff;
  font-family: 'BandaRegularRegular';
  font-size: 15px;
  color: white;
  text-decoration: none;
  display: block;
  padding: 10px;
}

#sidebar_posts ul li a:hover {
  background-color: #e17c11;
}

#sidebar_posts ul li {
  list-style: none;
  border-bottom: 1px solid #999;
  margin: 0px;
}

#sidebar_posts ul li:last-child {
  border-bottom: none;
}

.fc-today {
  background: #fff7ef ! !important
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZjdlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmU1Y2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important;
  background: -moz-linear-gradient(top, #fff7ef 0%, #ffe5cc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff7ef), color-stop(100%, #ffe5cc)) !important;
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fff7ef 0%, #ffe5cc 100%) !important;
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fff7ef 0%, #ffe5cc 100% !important);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fff7ef 0%, #ffe5cc 100%) !important;
  /* IE10+ */
  background: linear-gradient(to bottom, #fff7ef 0%, #ffe5cc 100%) !important;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff7ef', endColorstr='#ffe5cc', GradientType=0) !important;
  /* IE6-8 */
}

.ccm-items-calendar table tr {
  background: #FAFAFA;
}

.ccm-items-calendar table tr:nth-child(2n+2) {
  background: #EFEFEF;
}

.ccm-items-calendar table tr td {
  box-shadow: 0px 0px 0px white;
  -moz-box-shadow: 0px 0px 0px white;
  -webkit-box-shadow: 0px 0px 0px white;
  border-bottom: none !important;
}

.fc-header-title {
  font-size: 35px !important;
  background: none !important;
  position: relative;
  top: -15px;
  margin-bottom: -20px !important;
}

#events h3 {
  display: none;
}

.items-calendar-list-view h3 {
  padding-bottom: 2px !important;
}

.items-calendar-list-view p {
  padding-bottom: 5px !important;
}

.items-calendar-list-view .items-calendar-list-view-description {
  border-bottom: 1px solid #CCC;
  margin-bottom: 5px;
  color: #505260;
}

.items-calendar-list-view .items-calendar-list-view-description a {
  display: none;
}

.items-calendar-list-view .items-calendar-list-view-dates {
  padding-bottom: 2px;
  font-size: 13px;
  color: #999;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
}

.items-calendar-list-view .items-calendar-list-view-title h3 {
  color: #000;
}

.fc-event, .fc-agenda .fc-event-time, .fc-event a {
  background-color: #de7310 !important;
  color: #fafafa !important;
  border-color: #de7310 !important;
}

#news_home .entry .meta a {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #df7310;
  font-size: 13px;
  text-decoration: none;
}

#news_home .entry .excerpt p {
  color: #505260;
  padding-bottom: 2px;
}

#news_home .entry .title h3 a {
  color: #000;
  text-decoration: none;
}

#news_home .entry .title h3 a:hover {
  text-decoration: underline;
}

#news_home .entry .thumbnail {
  width: 215px;
  height: 140px;
  overflow: hidden;
  margin: 0 auto;
  border: 2px solid #FFF;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
  margin-bottom: 20px;
}

#news_home .entry .thumbnail img {
  width: 215px;
  height: auto;
}

.ccm-page-list .ccm-page-list-title a {
  color: #505260;
  font-size: 18px;
  text-decoration: none;
}

.ccm-page-list .ccm-page-list-title a:hover {
  color: #de7310;
  text-decoration: underline;
}

.news_thumbnail img {
  float: left;
  margin: 10px;
  max-width: 533px;
  height: auto !important;
}

#news_content p {
  width: 560px;
  display: block;
}

#news_menu #sidebar_posts {
  margin-top: 30px !important;
}

#top_phrase p {
  display: none;
}

#mobilelogo {
  display: none;
}

#moregalleries ul {
  list-style: none;
  margin: 0px;
  padding: 0px !important;
}

#moregalleries ul li {
  padding: 0px;
  margin: 0px 5px 5px 0px;
  list-style-image: none !important;
  float: left;
}

#moregalleries ul li a {
  background-image: url(images/nav_bg.jpg) !important;
  display: block;
  padding: 7px 14px;
  color: #FFF;
  text-decoration: none;
  text-transform: uppercase;
  background-size: contain;
  opacity: 1;
  transition: all 0.2s;
}

#moregalleries ul li a:hover {
  opacity: 0.6;
  transition: all 0.2s;
}

#moregalleries ul:after {
  clear: both;
  content: "";
  display: block;
}

.moregalh h3 {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px dotted #CCC;
}

#about_us ul li {
  margin-bottom: 10px !Important;
}

#gallery-limit .sg-item:not(.sg-item:nth-child(1), .sg-item:nth-child(2), .sg-item:nth-child(3), .sg-item:nth-child(4), .sg-item:nth-child(5), .sg-item:nth-child(6), .sg-item:nth-child(7), .sg-item:nth-child(8)) {
  display: none !important;
}

#cform2k22 fieldset {
  margin: 0;
  padding: 0;
  border: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 15px;
}

#cform2k22 fieldset .mb-3 {
  grid-column: span 2;
}

#cform2k22.pg-contact fieldset .mb-3 {
  grid-column: span 4;
}

#cform2k22 fieldset .mb-3 input,
#cform2k22 fieldset .mb-3 select,
#cform2k22 fieldset .mb-3 textarea {
  width: 100%;
  padding: 2px;
}

#cform2k22 fieldset .mb-3 textarea {
  height: 150px;
  resize: none;
}

#cform2k22 .text-muted {
  font-size: 0px;
  position: relative;
}

#cform2k22 .text-muted:after {
  content: '*';
  color: red;
  font-size: 15px;
}

#cform2k22 .form-actions button {
  font-family: 'BandaRegularRegular';
  font-size: 14px;
  color: #ffffff;
  padding: 10px 20px;
  background-image: url(images/nav_bg.jpg);
  background-repeat: repeat-x;
  background-position-y: -6px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  border: 1px solid #FFF;
  -moz-box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.5), inset 0px 0px 1px rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0px 1px 3px rgb(0 0 0 / 50%), inset 0px 0px 1px rgb(255 255 255 / 30%);
  box-shadow: 0px 1px 3px rgb(0 0 0 / 50%), inset 0px 0px 1px rgb(255 255 255 / 30%);
  text-shadow: 0px -1px 0px rgb(0 0 0 / 40%), 0px 1px 0px rgb(255 255 255 / 20%);
  cursor: pointer;
}

#cform2k22 .form-actions button:hover {
  opacity: 0.8;
}

#cform2k22 .form-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 15px 0 0;
}

.visually-hidden {
  display: none;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-item {
  margin: 0 !important;
}

.page-item.prev {
  margin-right: 20px !important;
}

.page-item.next {
  margin-left: 20px !important;
}

.pagination .page-item::marker {
  content: none;
}

.page-item:not(.page-item.prev, .page-item.next) .page-link {
  display: block;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2b2c34;
  color: #FFF;
  text-decoration: none;
  border-radius: 100%;
  margin: 2px;
}

.page-item.prev .page-link,
.page-item.next .page-link {
  text-decoration: none;
  color: #2b2c34;
}

.page-item.active .page-link {
  background-color: #e38512 !important;
}

div#news_menu {
  position: relative;
  z-index: 9999;
}