@import url(http://fonts.googleapis.com/earlyaccess/nanummyeongjo.css);
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(http://fonts.googleapis.com/earlyaccess/nanummyeongjo.css);
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);

html, body {
  height: 100%;
}

body {
  padding-top: 80px;
  line-height: 1.8;
  font-family: Arial;
}
.container {
  width: 100%;
}

.navbar-caritas {
  background-color: #ffffff;
}
.navbar-caritas .navAccent {
  height: 10px;
  background: #497329 url(../images/top_bar.png) left top no-repeat;
  border-bottom: 1px solid #497329;
}

.navbar-caritas .navbar-nav>.open>a, .navbar-caritas .navbar-nav>.open>a:focus, .navbar-caritas .navbar-nav>.open>a:hover {
  color: #ffffff;
  background-color: #A80D1F;
  background-color: #AB4A9C;
}
.navbar-caritas .navbar-nav>.active>a, .navbar-caritas .navbar-nav>.active>a:focus, .navbar-caritas .navbar-nav>.active>a:hover {
  color: #ffffff;
  background-color: #009A2B;
  background-color: #6AA1DD;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #A80D1F;
  background-color: #AB4A9C;
}
.navbar-caritas .navbar-nav li {
  padding: 0 0 0 0;
}

.navbar-brand {
  padding: 3px 0 0 15px;
}
.textImage {
  display: inline;
  float: left;
  margin: 0 20px 10px 0;
  border: 3px solid #eeeeee;
}
p {
  text-align: justify;
}

.ui-datepicker {
  font-size: 0.9em;
}

h1 {
  margin: 10px 0 30px 0;
  padding: 10px 0 15px 0;
  font-family: 'Nanum Myeongjo', serif;
  font-family: 'Nanum Gothic', serif;
  font-size: 26px;
  color: #444444;

  background: url(../images/h1_bg.png) left bottom no-repeat;

}

h2 {
  margin: 15px 0 10px 0px;
  padding: 5px 0 8px 0px;
  font-family: 'Nanum Gothic', serif;
  font-size: 20px;
  color: #325584;
}

.messageWrapper {
  padding: 0 50px 30px 50px;
}
.messageWrapper h2 {
  margin: 25px 0 20px 0px;
  padding: 2px 0 2px 7px;
  font-family: 'Nanum Gothic', serif;
  font-size: 20px;
  color: #325584;
  border-left: 7px solid #3079ED;
}
.messageWrapper h3 {
  margin: -10px 0 20px 10px;
  padding: 2px 0 2px 7px;
  font-family: 'Nanum Gothic', serif;
  font-size: 18px;
  color: #333333;
}
.messageWrapper .articleSource {
  padding: 0 0 15px 17px;
  text-align: right;
}
.messageWrapper .messageBy {
  margin-top: -10px;
  padding: 0 0 15px 0;
  text-align: right;
  font-weight: bold;
}
.messageWrapper .messageBy2 {
  padding: 0 0 25px 0;
  text-align: right;
}
.messageWrapper .messageContent {
  padding: 0;
  overflow: hidden;
}
.messageWrapper .messageDate {
  padding: 20px 0 30px 0;
  text-align: left;
  font-size: 12px;
}

table.messageTable {
  width: 100%;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
 /* border: 1px solid #cccccc;*/
}
table.messageTable tr.odd {
  background: #f6f6f6;
}
table.messageTable tr.even {
  background: #ffffff;
}
table.messageTable tr.highlight {
  background: #F4FEE4;
}
table.messageTable tr th {
  height: 28px;
  margin: 0;
  padding: 5px 10px 3px 10px;
  text-align: left;
  background: url(../images/message_hr_bg.gif) left bottom repeat-x;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
table.messageTable tr th.first {
  background: url(../images/message_hr_bg.gif) right bottom repeat-x;
}
table.messageTable tr td {
  margin: 0;
  padding: 7px 10px 5px 10px;
  line-height: 1.3;
  border-bottom: 1px solid #ddd;
}
table.messageTable tr.tall th, table.messageTable tr.tall td {
  padding: 8px 10px;
}

.messageImg {
  margin: 0 10px 10px 10px;
  width: 95%;
  border: 1px solid #666;
}


.memberBlock {
  padding: 20px 0;
}
.memberBlock h2 {
  margin: 0;
  padding: 0 0 10px 0;
  text-align: center;
}
.member {
  float: left;
  width: 20%;
  padding: 120px 20px 0 20px;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}
.memberReg {
  background: url(../images/icon_member.png) center top no-repeat;
}
.memberSpe {
  background: url(../images/icon_member2.png) center top no-repeat;
}
.memberSup {
  background: url(../images/icon_support.png) center top no-repeat;
}
.memberGlo {
  background: url(../images/icon_globe.png) center top no-repeat;
}
.memberSch {
  background: url(../images/icon_scholarship.png) center top no-repeat;
}

.periodical {
  float: left;
  width: 200px;
  margin-right: 30px;
  padding-bottom: 30px;
  text-align: center;
}
.periodical img {
  border: 1px solid #aaaaaa;
}

ol li, ul li {
  padding: 0 0 0.5em 0;
}

fieldset.required label:after {
  content:"*";
  color:red;
  font-size: 1.2em;
}

.contactIndent {
  padding-left: 50px;
}
.contactInfoTable {
  margin: 0px 0 20px 0px;
  border-collapse: collapse;
}
.contactInfoTable th, .contactInfoTable td {
  padding: 3px 5px;
  vertical-align: top;
  font-weight: normal;
}
.contactInfoTable th {
  text-align: right;
  white-space: nowrap;
}
.photoHolder {
  padding: 30px;
}
.galleryPhotoImageBlock {
  width: 100%;
  max-width: 620px;
  padding: 0 0 30px 0;
}
.galleryPhotoImageBlock img {
  padding: 2px !important;
  border: 1px solid #999999;
}
.galleryPhotoImageBlock .photoDescription {
  padding: 5px 0px 10px 0px;
  line-height: 1.4;
}

#homeMainImg {
  width: 100%;
  margin-top: -19px;
}

.topPart {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -155px;
}
footer, .push {
  height: 200px;
}
footer {
  height: 155px;
  color: #9D9D9D;
  background: #403D39;
}
footer .contact {
  min-height: 90px;
  padding: 10px 0 10px 110px;
  line-height: 1.3;
  background: url(../images/logo_gray.png) 20px 15px no-repeat;
}
footer .contact a {
  color: #9D9D9D;
}
footer .copyright {
  padding: 10px;
}

.inputError {
  border-color: #C86F6F;
  background-color: #FBF1F1;
}
.errorMessage {
  display: none;
  margin: 0 30px 20px 30px;
  padding: 5px;
  text-align: center;
  background-color: #FBF1F1;
  border: 1px solid #C86F6F;
  border-radius: 5px;
  box-shadow: 0 0 5px #D79696; 
}
table.memberInfo {
  margin: 30px 0 0 0;
  border-collapse: collapse;
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
}
table.memberInfo td, table.memberInfo th {
  padding: 5px 20px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

.logoBg {
  background: url(../images/caritas_logo_30.png) center top no-repeat;
}

.col-half {
  width: 50%;
  padding: 0 15px 0 0;
  float: left;
}
.col-half:last-child {
  padding: 0 0 0 15px;
}

.homeColorBox1 {
  margin-bottom: 30px;
  overflow: hidden;
  background: #f9f4e8;
  border: 1px solid #e3a40c;
}
.homeColorBox1 h2 {
  margin: 0;
  padding: 8px 20px;
  color: #ffffff;
  background: #e3a40c;
}
.homeColorBox1 h3 {
  margin: 0;
  padding: 10px 0px 15px 0;
  font-size: 16px;
  font-weight: normal;
}
.homeColorBox2 {
  margin-bottom: 30px;
  background: #e9dae6;
  border: 1px solid #b04a9d;
}
.homeColorBox2 h2 {
  margin: 0;
  padding: 8px 20px;
  color: #ffffff;
  background: #b04a9d;
}
.homeColorBox2 h3 {
  margin: 0;
  padding: 10px 0px 15px 0;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
}
.homeColorBox3 {
  margin-bottom: 30px;
  border: 1px solid #d72025;
}
.homeColorBox3 h3 {
  margin: 0;
  padding: 10px 0px 15px 0;
  font-size: 18px;
  font-weight: normal;
}
.homeColorBox3 h2 {
  margin: 0;
  padding: 8px 20px;
  color: #ffffff;
  background: #d72025;
}

.homeColorBox4 {
  margin-bottom: 30px;
  border: 1px solid #46a1d2;
}
.homeColorBox4 h2 {
  margin: 0;
  padding: 8px 20px;
  color: #ffffff;
  background: #46a1d2;
}
.homeColorContent {
  margin: 0;
  padding: 10px;
  min-height: 200px;
}
.homeGalleryCell {
  float: left;
  margin: 10px 0 0 0;
  width: 50%;
  text-align: center;
}
.homeFundSummary {
  float: left;
  padding-left: 20px;
}
.homeFundBtn {
  float: right;
}
.homeColorBox1 .homeColorContent {
  background: linear-gradient(#fbf9f4, #f9f4e8);
}
.homeColorBox2 .homeColorContent {
  background: linear-gradient(#fcf9fb, #e9dae6);
}
.homeColorBox3 .homeColorContent {
  padding: 10px 20px;
  min-height: 170px;
}
.homeColorBox4 .homeColorContent {
  padding-right: 160px;
  min-height: 170px;
}
.homeColorBox4 .homeColorContent ul {
  margin: 0;
  padding: 10px 0 0 30px;
}
.homeColorBox4 .homeColorContent ul li {
  margin: 0;
  padding: 0;
}

.homeJumbotron {
  margin-bottom: 30px;
  padding: 15px;
  background-color: #eee;
  border-radius: 6px;
}
.homeJumbotron h2 {
  margin-top: 5px;
  font-size: 18px;
}
.homeJumbotron .linkBtn {
  padding-top: 10px;
  text-align: right;
}
.no-margin {
  margin: 0;
}

.fundCatSummary {
  margin: 10px 0 10px 10px;
  padding: 0 0 0 10px;
  border-left: 5px solid #3079ED;
}
.fundCatSummaryLabel {
  display: inline-block;
  width: 120px;
}
.fundCatName {
  margin: 20px 0 10px 0;
  font-weight: bold;
  border-bottom: 1px solid #cccccc;
}
table.overflowAuto {
  overflow-x: auto;
  display: block;
}

.piggyBankBg {
  background: url(../images/piggy_bank.jpg) right 0px top 0px no-repeat;
  background-size: 150px 150px;
}

@media (min-width: 200px) {

  .navbar-brand {
    padding: 3px 0 0 15px;
  }
  #logoReg {
    display: block;
    width: 260px;
  }
  #logoShort {
    display: none;
  }

  .introBox {
    height: auto;
    margin: 0 5%;
    padding: 30px;
    background: url(../images/home_main_bg.jpg) right top repeat-y;
    border: 1px solid #cccccc;
    border-radius: 10px;
  }
  .introBox .introTitle {
    overflow: hidden;
  }
  .introBox .introTitle img {
    float: right;
    width: 100%;
  }
  .introBox .introText {
    padding-top: 20px;
    text-align: left;
  }
  .introBox .more {
    padding-right: 20px;
    text-align: right;
  }

  .textImage {
    width: 50%;
  }

  .messageWrapper {
    padding: 0;
  }

  table.messageTable tr th {
    padding: 5px 5px 3px 7px;
  }
  table.messageTable tr td {
    padding: 7px 5px 5px 7px;
  }

  .memberBlock h2 {
    text-align: left;
  }
  .member {
    float: none;
    width: 100%;
    min-height: 120px;
    padding: 20px 0 20px 110px;
    border: none;
    border-bottom: 1px solid #dddddd;
  }
  .memberReg {
    background: url(../images/icon_member.png) left 15px no-repeat;
    background-size: 90px 90px;
  }
  .memberSpe {
    background: url(../images/icon_member2.png) left 15px no-repeat;
    background-size: 90px 90px;
  }
  .memberSup {
    background: url(../images/icon_support.png) left 15px no-repeat;
    background-size: 90px 90px;
  }
  .memberGlo {
    background: url(../images/icon_globe.png) left 15px no-repeat;
    background-size: 90px 90px;
  }
  .memberSch {
    background: url(../images/icon_scholarship.png) left 15px no-repeat;
    background-size: 90px 90px;
  }

  .methodBlock {
    overflow: hidden;
    padding: 20px 0 0 0;
  }
  .methodBlock h2 {
    margin: 0;
    padding: 0 0 20px 0;
    text-align: left;
  }
  .method {
    float: left;
    width: 100%;
    margin: 0 0 30px 0;
    padding: 10px 10px 0 10px;
    border: none;
    border: 1px solid #cccccc;
    border-radius: 15px;
    box-shadow: 0 0 5px #cccccc;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#E8E8E8), to(#F6F6F6));
    background: -webkit-linear-gradient(top, #F6F6F6, #E8E8E8);
    background: -moz-linear-gradient(top, #F6F6F6, #E8E8E8);
    background: -ms-linear-gradient(top, #F6F6F6, #E8E8E8);
    background: -o-linear-gradient(top, #F6F6F6, #E8E8E8);
  }
  .methodInPerson {
    min-height: auto;
    padding: 0 100px 0 0;
    background: url(../images/icon_in_person.png) right 0px no-repeat;
    background-size: 90px 90px;
  }
  .methodMail {
    min-height: auto;
    padding: 0 100px 0 0;
    background: url(../images/icon_mail.png) right 0px no-repeat;
    background-size: 90px 90px;
  }

  .contactIndent {
    padding-left: 0px;
  }

  .photoHolder {
    padding: 20px 0;;
  }
  .galleryPhotoImageBlock {
    width: 100%;
    padding: 0 0 20px 0;
  }
  .galleryPhotoImageBlock img {
    width: 100%;
    padding: 2px !important;
    border: 1px solid #999999;
  }
  .galleryPhotoImageBlock .photoDescription {
    padding: 5px 0px 10px 0px;
    line-height: 1.4;
  }

  .col-half, .col-half:last-child {
    width: 100%;
    padding: 0;
    float: none;
  }

  .homeGalleryCell img {
    width: 140px !important;
  }

}

@media (min-width: 500px) {

  .introBox .introTitle img {
    width: 388px;
  }

  .homeGalleryCell img {
    width: 160px !important;
  }

}

@media (min-width: 768px) {

  body {
    padding-top: 95px;
  }
  .navbar-caritas .navAccent {
    height: 15px;
    background: #497329 url(../images/top_bar.png) left top no-repeat;
    border-bottom: 1px solid #497329;
  }
  #logoReg {
    display: none;
  }
  #logoShort {
    display: block;
    width: 100%;
  }

  .navbar-nav {
    float: right;
  }

  .navbar-nav>li>a {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .introBox {
    height: 290px;
    margin: 0 5%;
    padding: 20px 5% 0px 28%;
    background: url(../images/home_main_bg.jpg) left top no-repeat;
  }
  .introBox .introTitle {
    padding-right: 10%;
    overflow: hidden;
  }
  .introBox .introTitle img {
    float: right;
    width: 369px;
  }

  .textImage { 
    width: auto;
  }

  .messageWrapper {
    padding: 0 50px;
  }

  table.messageTable tr th {
    padding: 5px 10px 3px 10px;
  }
  table.messageTable tr td {
    padding: 7px 10px 5px 10px;
  }

  .memberBlock {
    padding: 20px 0;
    overflow: hidden;
  }
  .memberBlock h2 {
    margin: 0;
    padding: 0 0 10px 0;
    text-align: center;
  }
  .member {
    float: left;
    margin-left: -1px;
    width: 20%;
    padding: 140px 20px 0 20px;
    padding-bottom: 50em;
    margin-bottom: -50em;
    border: none;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
  }
  .memberReg {
    border-left: none;
    background: url(../images/icon_member.png) center top no-repeat;
  }
  .memberSpe {
    background: url(../images/icon_member2.png) center top no-repeat;
  }
  .memberSup {
    background: url(../images/icon_support.png) center top no-repeat;
  }
  .memberGlo {
    background: url(../images/icon_globe.png) center top no-repeat;
  }
  .memberSch {
    border-right: none;
    background: url(../images/icon_scholarship.png) center top no-repeat;
  }

  .methodBlock {
    overflow: hidden;
    padding: 20px 0 20px 0;
  }
  .methodBlock h2 {
    margin: 0;
    padding: 0 0 20px 0;
    text-align: left;
  }
  .method {
    float: left;
    width: 48%;
    margin: 1%;
    padding: 10px 20px 0 20px;
    border: none;
    border: 1px solid #cccccc;
    border-radius: 15px;
    box-shadow: 0 0 5px #cccccc;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#E8E8E8), to(#F6F6F6));
    background: -webkit-linear-gradient(top, #F6F6F6, #E8E8E8);
    background: -moz-linear-gradient(top, #F6F6F6, #E8E8E8);
    background: -ms-linear-gradient(top, #F6F6F6, #E8E8E8);
    background: -o-linear-gradient(top, #F6F6F6, #E8E8E8);
  }
  .methodInPerson {
    min-height: 180px;
    padding: 0 140px 0 0;
    background: url(../images/icon_in_person.png) right 0px no-repeat;
  }
  .methodMail {
    min-height: 180px;
    padding: 0 140px 0 0;
    background: url(../images/icon_mail.png) right 0px no-repeat;
  }

  .contactIndent {
    padding-left: 50px;
  }

  .photoHolder {
    padding: 30px;
  }
  .galleryPhotoImageBlock {
    width: 100%;
    padding: 0 0 30px 0;
  }
  .galleryPhotoImageBlock img {
    padding: 2px !important;
    border: 1px solid #999999;
  }
  .galleryPhotoImageBlock .photoDescription {
    padding: 5px 0px 10px 0px;
    line-height: 1.4;
  }

  .col-half {
    width: 50%;
    padding: 0 15px 0 0;
    float: left;
  }
  .col-half:last-child {
    width: 50%;
    padding: 0 0 0 15px;
    float: left;
  }

  table.overflowAuto {
    overflow-x: auto;
    display: table;
  }

}

@media (min-width: 950px) {
  
  #logoReg {
    display: block;
    width: 100%;
  }
  #logoShort {
    display: none;
  }

}

@media (min-width: 1000px) {
  .container {
    width: 1000px;
  }
}

/*
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
*/


