@import "grid.css";
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400italic);
@import url(//fonts.googleapis.com/css?family=Fjalla+One);
body {
  background: #ffffff;
  font: normal 13px 'Open Sans', sans-serif;
  line-height: 20px;
  color: #928e92;
  overflow-x: hidden;
}
dl dt {
  color: #000;
}
h2,
h3 {
  color: #282828;
}
h2 {
  font: normal 60px 'Fjalla One', sans-serif;
  line-height: 68px;
  text-transform: uppercase;
}
a {
  color: #58bfee;
  font: normal 13px 'Open Sans', sans-serif;
  line-height: 20px;
}
a.btn,
a.primary-btn {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.btn {
  color: #282828;
  font: normal 15px 'Fjalla One', sans-serif;
  line-height: 15px;
}
a.btn:hover {
  color: #58bfee;
}
a.primary-btn {
  font: normal 20px 'Fjalla One', sans-serif;
  line-height: 20px;
  margin-left: 4px;
  color: #fff;
  background: #2fa0d4;
  padding: 15px 35px 12px;
  border-radius: 5px;
}
a.primary-btn:hover {
  background: #2481ac;
}
a.primary-btn:active {
  box-shadow: inset 0 0 10px #124258;
  background: #1b6282;
}
hr {
  border: none;
  border-bottom: 1px solid #c4c2c4;
}
/* =====================================================================
                                Header
======================================================================== */
#header {
  margin-bottom: 95px;
}
#header .slideshow-wrapper {
  margin-bottom: 2px;
  text-align: center;
}
/* ====================== Navbar =================== */
.navbar {
  background: #1b1b1b url(../images/header-bg.jpg) repeat;
  min-height: 100px;
}
.navbar .navbar-brand-wrapper {
  display: inline-block;
  float: left;
}
.navbar .navbar-brand-wrapper h1,
.navbar .navbar-brand-wrapper .navbar-slogan {
  display: inline-block;
}
.navbar .navbar-brand-wrapper h1 a {
  display: block;
  color: #fff;
  font: normal 75px 'Fjalla One', sans-serif;
  text-transform: uppercase;
  line-height: 75px;
  margin: 12px 0 13px;
  text-decoration: none;
}
.navbar .navbar-brand-wrapper .navbar-slogan {
  position: relative;
  margin: 41px 0 41px 12px;
  padding: 0 0 4px 16px;
  line-height: 14px;
  vertical-align: top;
}
.navbar .navbar-brand-wrapper .navbar-slogan:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #404040;
}
.navbar .navbar-nav {
  display: inline-block;
  float: right;
}
.navbar .navbar-nav li {
  position: relative;
  margin: 41px 0 40px;
}
.navbar .navbar-nav a {
  display: block;
  font: normal 18px 'Fjalla One', sans-serif;
  line-height: 18px;
  color: #727272;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.navbar .navbar-nav li.sfHover > a,
.navbar .navbar-nav a.current,
.navbar .navbar-nav a:hover {
  color: #58bfee;
}
.navbar .navbar-nav > li {
  display: inline-block;
  margin-right: 24px;
}
.navbar .navbar-nav > li:last-child {
  margin-right: 0;
}
.navbar .navbar-nav .sub-menu {
  min-width: 200px;
  background-color: #fff;
  box-shadow: 0 0 10px #000;
  z-index: 1999999;
}
.navbar .navbar-nav .sub-menu a {
  margin: 22px 28px;
}
.navbar .navbar-nav > li > .sub-menu {
  position: absolute;
  top: 59px;
  margin-left: -100px;
  left: 50%;
}
.navbar .navbar-nav > li > .sub-menu > li > .sub-menu {
  position: absolute;
  top: 0;
  left: 105%;
}
.navbar .select-menu {
  width: 100%;
  font: normal 18px 'Fjalla One', sans-serif;
  text-transform: uppercase;
  padding: 10px;
  margin-bottom: 25px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .navbar {
    text-align: center;
  }
  .navbar .navbar-brand-wrapper,
  .navbar .navbar-nav {
    float: none;
  }
}
@media (max-width: 767px) {
  .navbar {
    text-align: center;
  }
  .navbar .navbar-brand-wrapper {
    float: none;
  }
  .navbar .navbar-nav {
    display: none;
  }
}
@media (max-width: 479px) {
  .navbar .navbar-brand-wrapper .navbar-slogan {
    margin: 0 0 25px;
  }
}
/* =====================================================================
                                Content
======================================================================== */
/* ==================== Component ====================== */
.component {
  margin-bottom: 107px;
}
.component_2 {
  margin-bottom: 133px;
}
.component_3 {
  margin-bottom: 90px;
}
.component_4 {
  margin-bottom: 122px;
}
.component .component-header,
.component_2 .component-header,
.component_3 .component-header,
.component_4 .component-header {
  margin-bottom: 30px;
}
.component .component-header h2,
.component_2 .component-header h2,
.component_3 .component-header h2,
.component_4 .component-header h2 {
  text-align: center;
}
.component .component-header .h2_1,
.component_2 .component-header .h2_1,
.component_3 .component-header .h2_1,
.component_4 .component-header .h2_1 {
  color: #404040;
  margin-bottom: 38px;
}
.component .component-header .h2_2,
.component_2 .component-header .h2_2,
.component_3 .component-header .h2_2,
.component_4 .component-header .h2_2 {
  color: #404040;
}
.component .component-header .h2_3,
.component_2 .component-header .h2_3,
.component_3 .component-header .h2_3,
.component_4 .component-header .h2_3 {
  line-height: 64px;
}
.component .component-header .h2_4,
.component_2 .component-header .h2_4,
.component_3 .component-header .h2_4,
.component_4 .component-header .h2_4 {
  line-height: 64px;
  margin-bottom: 6px;
}
.component .component-header .h2_5,
.component_2 .component-header .h2_5,
.component_3 .component-header .h2_5,
.component_4 .component-header .h2_5 {
  color: #000;
}
@media (max-width: 479px) {
  .component .component-header h2,
  .component_2 .component-header h2,
  .component_3 .component-header h2,
  .component_4 .component-header h2 {
    text-align: left;
  }
}
.component .component-body .intro_1,
.component_2 .component-body .intro_1,
.component_3 .component-body .intro_1,
.component_4 .component-body .intro_1 {
  text-align: center;
  margin-bottom: 46px;
}
.component .component-body .intro_2,
.component_2 .component-body .intro_2,
.component_3 .component-body .intro_2,
.component_4 .component-body .intro_2 {
  text-align: center;
  color: #282828;
}
.component .component-body .intro_3,
.component_2 .component-body .intro_3,
.component_3 .component-body .intro_3,
.component_4 .component-body .intro_3 {
  margin-bottom: 33px;
  margin-right: -3px;
}
.component .component-body .intro_4,
.component_2 .component-body .intro_4,
.component_3 .component-body .intro_4,
.component_4 .component-body .intro_4 {
  font: italic 20px 'Open Sans', sans-serif;
  margin-bottom: 34px;
}
.component .component-body .intro_5,
.component_2 .component-body .intro_5,
.component_3 .component-body .intro_5,
.component_4 .component-body .intro_5 {
  font: italic 20px 'Open Sans', sans-serif;
}
@media (max-width: 479px) {
  .component .intro_1,
  .component_2 .intro_1,
  .component_3 .intro_1,
  .component_4 .intro_1,
  .component .intro_2,
  .component_2 .intro_2,
  .component_3 .intro_2,
  .component_4 .intro_2 {
    text-align: left !important;
  }
}
.component-image-bg_1 {
  position: relative;
  background: url(../images/index_img01.jpg) center top no-repeat;
}
@media (max-width: 1199px) {
  .component-image-bg_1 {
    background-size: auto 100%;
  }
}
.component-image-bg_2,
.component-image-bg_3,
.component-image-bg_4 {
  position: relative;
  margin: 0 auto;
  background: url(../images/index-2_about_img01.jpg) repeat;
}
.component-image-bg_2 {
  padding: 133px 0 140px 0;
}
.component-image-bg_3 {
  padding: 133px 0 129px 0;
  margin-bottom: 133px;
}
.component-image-bg_4 {
  padding: 134px 0 142px;
}
.component-image-bg_4 .component {
  margin-bottom: 0;
}
/* =================== Box ================== */
.box-centered-lg {
  padding-top: 132px;
  padding-bottom: 118px;
}
.box-centered-lg h2.box-header {
  color: #000;
  font-size: 65px;
  line-height: 76px;
  text-transform: none;
  margin-bottom: 36px;
}
@media (max-width: 767px) {
  .box-centered-lg h2.box-header {
    font-size: 48px;
    line-height: 56px;
  }
}
.box-centered-lg h3.box-intro {
  font: italic 20px 'Open Sans', sans-serif;
  text-transform: none;
  line-height: 24px;
  margin-bottom: 25px;
}
.box-centered-lg ul.box-list {
  margin-bottom: 21px;
}
.box-centered-lg ul.box-list li {
  padding: 30px 0;
  margin: 0 50px 0 56px;
  border-bottom: 1px dotted #c4c2c4;
}
.box-centered-lg ul.box-list li:last-child {
  border-bottom: none;
}
.box-centered-lg .link-wrapper .link-header {
  margin-bottom: 9px;
}
.box-centered-lg .link-wrapper .link-header a {
  font-size: 21px;
  text-decoration: none;
}
.box-centered-lg .link-wrapper .link-header a:hover {
  text-decoration: underline;
}
.box-centered-lg .link-wrapper .link-caption {
  color: #282828;
}
.box-centered-lg p.btn-wrapper,
.box-centered-lg ul.box-list,
.box-centered-lg .box-intro,
.box-centered-lg .box-header {
  text-align: center;
}
@media (max-width: 479px) {
  .box-centered-lg .box-header {
    text-align: left;
  }
  .box-centered-lg .box-intro {
    text-align: left;
  }
}
.box-centered img {
  display: block;
  width: 128px;
  height: 128px;
  margin: 0 auto 58px;
}
.box-centered p.caption {
  padding-bottom: 20px;
}
.box-centered hr.box-hr {
  display: block;
  border: none;
  border-bottom: 1px solid #c4c2c4;
  width: 48.5243%;
  margin: 13px auto 38px;
}
.box-centered h3.box-header {
  font: normal 19px 'Fjalla One', sans-serif;
  text-transform: uppercase;
  margin-bottom: 21px;
}
.box-centered p.box-intro {
  color: #282828;
  font-style: italic;
  line-height: 20px;
  margin-bottom: 17px;
}
.box-centered p.box-intro,
.box-centered p.caption,
.box-centered p.btn-wrapper,
.box-centered h3.box-header {
  text-align: center;
}
@media (max-width: 767px) {
  .box-centered {
    padding-bottom: 60px;
  }
  .box-centered:last-child {
    margin-bottom: 0;
  }
}
.box-default h3.box-intro {
  color: #282828;
  font-style: italic;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 17px;
}
.box-default p.caption {
  margin-bottom: 17px;
  margin-right: -1px;
}
.box-default ul.list-marked li {
  margin-bottom: 6px;
}
.box-default hr.box-hr {
  display: block;
  border: none;
  border-bottom: 1px dotted #c4c2c4;
  margin: 13px auto 38px;
  margin: 27px 0 30px;
}
.box-default .primary-btn {
  margin-left: 0;
}
/* =============== List Marked ======================== */
ul.list-marked li {
  padding-left: 20px;
  position: relative;
}
ul.list-marked li:before {
  content: '\f18e';
  position: absolute;
  top: 1px;
  left: 0;
  font: normal 13px 'FontAwesome';
  line-height: 20px;
  color: #2fa0d4;
}
/* ==================== Calendar List ================== */
.calendar-box_1 {
  margin-bottom: 76px;
}
.calendar-box_2 {
  margin-bottom: 48px;
}
.calendar-box_1,
.calendar-box_2 {
  position: relative;
  padding-left: 100px;
  min-height: 87px;
}
.calendar-box_1 .header,
.calendar-box_2 .header {
  padding: 9px 0 15px;
}
.calendar-box_1 .header a,
.calendar-box_2 .header a {
  color: #282828;
  text-decoration: none;
  text-transform: uppercase;
  font: normal 19px 'Fjalla One', sans-serif;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.calendar-box_1 .header a:hover,
.calendar-box_2 .header a:hover {
  color: #58bfee;
}
.calendar-box_1 .meta,
.calendar-box_2 .meta {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  color: #fff;
  background-color: #2fa0d4;
  border-radius: 5px;
  padding: 10px 0 9px;
}
.calendar-box_1 .meta .day,
.calendar-box_2 .meta .day,
.calendar-box_1 .meta .month,
.calendar-box_2 .meta .month {
  display: block;
  text-align: center;
  text-transform: uppercase;
}
.calendar-box_1 .meta .day,
.calendar-box_2 .meta .day {
  font: normal 53px 'Fjalla One', sans-serif;
  line-height: 52px;
}
.calendar-box_1 .meta .month,
.calendar-box_2 .meta .month {
  font: normal 16px 'Fjalla One', sans-serif;
  line-height: 16px;
}
.calendar-box_1 .btn,
.calendar-box_2 .btn {
  margin-top: 24px;
}
.calendar-box_1 img,
.calendar-box_2 img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
  margin-bottom: 18px;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .calendar-box_1,
  .calendar-box_2 {
    padding-left: 85px;
  }
  .calendar-box_1 h3.header a,
  .calendar-box_2 h3.header a {
    font: normal 17px 'Fjalla One', sans-serif;
  }
  .calendar-box_1 p.caption,
  .calendar-box_2 p.caption {
    font-size: 13px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .calendar-box_1,
  .calendar-box_2 {
    padding-left: 65px;
  }
  .calendar-box_1 .meta,
  .calendar-box_2 .meta {
    width: 50px;
  }
  .calendar-box_1 .meta .day,
  .calendar-box_2 .meta .day {
    font-size: 32px;
    line-height: 32px;
  }
  .calendar-box_1 .meta .month,
  .calendar-box_2 .meta .month {
    font-size: 12px;
    line-height: 12px;
  }
}
/* ================= Quote List ============== */
.quote-list li {
  position: relative;
  float: left;
  min-height: 1px;
  margin-left: 7px;
  padding-left: 87px;
  width: 306px;
  min-height: 87px;
  margin-bottom: 27px;
}
.quote-list li:nth-child(3n + 1) {
  margin-left: 0;
}
.quote-list li .header {
  padding: 9px 0 15px;
}
.quote-list li .header a {
  color: #282828;
  text-decoration: none;
  text-transform: uppercase;
  font: normal 19px 'Fjalla One', sans-serif;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.quote-list li .header a:hover {
  color: #58bfee;
}
.quote-list li .caption {
  font-style: italic;
  margin-bottom: 5px;
  margin-right: -4px;
  letter-spacing: -0.02px;
}
.quote-list li .meta {
  position: absolute;
  top: 0;
  left: 30px;
  width: 70px;
  font: normal 100px 'Open Sans', sans-serif;
  color: #928e92;
  padding: 0;
  line-height: 76px;
}
.quote-list li .author {
  font: italic 20px 'Open Sans', sans-serif;
  color: #282828;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.quote-list li .author:hover {
  color: #58bfee;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .quote-list li {
    padding-left: 87px;
    margin-left: 7px;
    width: 228px;
  }
  .quote-list li h3.header a {
    font: normal 17px 'Fjalla One', sans-serif;
  }
  .quote-list li p.caption {
    font-size: 13px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .quote-list li {
    float: none;
    margin-left: 0;
    width: 100%;
    box-sizing: border-box;
  }
}
@media (max-width: 767px) {
  .quote-list li {
    display: block;
    margin-left: 0;
    width: 100%;
    box-sizing: border-box;
    padding-left: 67px;
  }
  .quote-list li .meta {
    left: 10px;
  }
}
/* ======================= Map ======================= */
.map-wrapper {
  text-align: center;
}
.map {
  display: inline-block;
  width: 100%;
  height: 419px;
}
.map_2 {
  width: 100%;
  height: 486px;
}
/* ======================= Tabs ======================= */
#isotope-filters li {
  display: inline-block;
  padding-right: 40px;
  padding-bottom: 33px;
}
@media (min-width: 768px) and (max-width: 979px) {
  #isotope-filters {
    margin-left: 90px;
  }
}
@media (max-width: 767px) {
  #isotope-filters li {
    display: block;
    padding: 0 0 1px;
  }
  #isotope-filters a {
    display: block;
    width: 230px;
    margin: 0 auto;
    background-color: #2fa0d4;
    color: #fff;
    text-align: center;
    padding: 10px 20px;
  }
  #isotope-filters a:hover {
    background-color: #2481ac;
  }
}
#isotope {
  margin-left: -30px;
}
#isotope .item {
  display: inline-block;
  width: 270px;
  min-height: 387px;
  margin-left: 30px;
  margin-bottom: 50px;
}
@media (min-width: 768px) and (max-width: 979px) {
  #isotope {
    margin: 0 auto;
    width: 630px;
  }
}
@media (min-width: 479px) and (max-width: 767px) {
  #isotope {
    margin: 0 auto;
    width: 330px;
  }
}
/* ====================== Thumbnail =================== */
.thumbnail {
  display: block;
  line-height: 20px;
  padding: 0;
  background-color: #e3e3e3;
  border-radius: 5px;
  border: none!important;
}
.thumbnail a {
  line-height: 20px;
}
.thumbnail > a,
a.thumbnail {
  display: block;
  position: relative;
  background: #000000 url('../images/magnify.png') center center no-repeat;
}
.thumbnail > a:hover img,
a.thumbnail:hover img {
  opacity: 0.2;
}
.thumbnail > a > img,
a.thumbnail > img {
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.thumbnail img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 11px 17px 11px 20px;
  color: #646464;
}
.thumbnail a[data-rel="thumb"],
.thumbnail img {
  border-radius: 5px;
}
.thumbnail a.btn {
  display: block;
  margin: 14px 0 13px;
  font-size: 19px;
}
/* ===================== Terms List ====================== */
dl.terms-list dt {
  margin-bottom: 7px;
  font: 600 13px 'Open Sans', sans-serif;
  line-height: 20px;
}
dl.terms-list dd {
  margin-bottom: 37px;
  font: 400 13px 'Open Sans', sans-serif;
  line-height: 20px;
}
dl.terms-list dd:last-child {
  margin-bottom: 20px;
}
/* ==================== Address ========================= */
address .address-col {
  display: inline-block;
  width: 49.499%;
}
address .address-header {
  font: italic 16px 'Open Sans', sans-serif;
  padding-bottom: 20px;
  line-height: 24px;
  color: #000;
}
address dl dt,
address dl dd {
  color: #928e92;
  margin-left: -1px;
  display: inline-block;
}
@media (max-width: 1199px) {
  address .address-col {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  address {
    margin-bottom: 20px;
  }
  address:first-child h3 {
    padding-top: 20px;
  }
}
/* =====================================================================
                                Footer
======================================================================== */
#footer {
  border-top: 1px solid #dddcdd;
  margin-bottom: 9px;
}
#footer p.copyright {
  padding: 41px 0;
}
#footer p.copyright a {
  color: #928e92;
  text-transform: capitalize;
  text-decoration: none;
}
#footer p.copyright a:hover {
  text-decoration: underline;
}
/* =====================================================================
                                Responsive Layout
======================================================================== */
@media (max-width: 767px) {
  #content .box-default .grid_4 {
    margin-bottom: 60px;
  }
  #content .box-default .grid_4:last-child {
    margin-bottom: 0;
  }
  h2 {
    font-size: 48px;
  }
}
