@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700");
@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important; } }
a {
  cursor: pointer; }
  a:hover {
    text-decoration: none; }
  a:focus {
    text-decoration: none; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

ul {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0;
  margin: 0;
  padding: 0; }

*:focus {
  outline: 0; }

.relative {
  position: relative; }

.hidden {
  display: none; }

.fullWidth {
  width: 100%; }

.negativeIndent {
  text-indent: -999999px; }

.reverseFloat {
  float: right; }

.makeDiv {
  display: inline-block; }

.centeredImage {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.italic {
  font-style: italic; }

.noMargin {
  margin: 0; }

.noMarginTop {
  margin-top: 0; }

.noMarginBottom {
  margin-bottom: 0; }

.noMarginLeft {
  margin-left: 0; }

.noMarginRight {
  margin-right: 0; }

.noPadding {
  padding: 0; }

.noPaddingTop {
  padding-top: 0; }

.noPaddingBottom {
  padding-bottom: 0; }

.noPaddingLeft {
  padding-left: 0; }

.noPaddingRight {
  padding-right: 0; }

.grayscale {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  /* For Webkit browsers */
  filter: gray;
  /* For IE 6 - 9 */
  -webkit-transition: all .4s ease;
  /* Transition for Webkit browsers */ }

.grayscale:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  filter: none; }

.invertscale {
  filter: invert(50%);
  -webkit-filter: invert(50%);
  /* For Webkit browsers */
  filter: gray;
  /* For IE 6 - 9 */
  -webkit-transition: all .4s ease;
  /* Transition for Webkit browsers */ }

.invertscale:hover {
  filter: invert(0%);
  -webkit-filter: invert(0%);
  filter: none; }

/* columns of same height styles */
.container-xs-height {
  display: table;
  padding-left: 0px;
  padding-right: 0px; }

.row-xs-height {
  display: table-row; }

.col-xs-height {
  display: table-cell;
  float: none; }

@media (min-width: 768px) {
  .container-sm-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px; }

  .row-sm-height {
    display: table-row; }

  .col-sm-height {
    display: table-cell;
    float: none; } }
@media (min-width: 992px) {
  .container-md-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px; }

  .row-md-height {
    display: table-row; }

  .col-md-height {
    display: table-cell;
    float: none; } }
@media (min-width: 1200px) {
  .container-lg-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px; }

  .row-lg-height {
    display: table-row; }

  .col-lg-height {
    display: table-cell;
    float: none; } }
/* vertical alignment styles */
.col-top {
  vertical-align: top; }

.col-middle {
  vertical-align: middle; }

.col-bottom {
  vertical-align: bottom; }

.rowNo, .contNo, .colNo {
  padding-left: 0;
  padding-right: 0;
  margin-right: 0;
  margin-left: 0; }

.slick-slider *:focus {
  outline: 0; }

p {
  margin: 0; }

a {
  text-decoration: underline; }

.slick-arrow {
  position: absolute;
  z-index: 1;
  font-size: 0;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  width: 32px;
  height: 32px;
  margin-top: -16px; }
  .slick-arrow.slick-next {
    right: 90px;
    background-image: url(../img/arrow-right.png); }
  .slick-arrow.slick-prev {
    left: 90px;
    background-image: url(../img/arrow-left.png); }

.slick-dots {
  text-align: right;
  position: absolute;
  bottom: 60px;
  right: 100px; }
  .slick-dots li {
    padding: 0;
    margin-left: 10px;
    list-style-type: none;
    display: inline-block; }
    .slick-dots li button {
      width: 18px;
      height: 18px;
      background: #fff;
      padding: 0;
      margin: 0;
      border-radius: 50%;
      font-size: 0;
      border: 0;
      opacity: .5; }
    .slick-dots li.slick-active button {
      opacity: 1; }
    .slick-dots li:hover button {
      background: #000; }

.m-b-5 {
  margin-bottom: 5px; }

.m-b-10 {
  margin-bottom: 10px; }

.m-b-20 {
  margin-bottom: 20px; }

.m-b-30 {
  margin-bottom: 30px; }

.m-b-40 {
  margin-bottom: 40px; }

.m-b-50 {
  margin-bottom: 50px; }

.m-b-60 {
  margin-bottom: 60px; }

.m-t-10 {
  margin-top: 10px; }

.m-t-20 {
  margin-top: 20px; }

.m-t-30 {
  margin-top: 30px; }

.m-t-40 {
  margin-top: 40px; }

.m-t-50 {
  margin-top: 50px; }

.m-t-60 {
  margin-top: 60px; }

.p-10 {
  padding: 10px; }

.p-20 {
  padding: 20px; }

.p-30 {
  padding: 30px; }

.no-margin {
  margin: 0 !important; }

.no-padding {
  padding: 0 !important; }

.a-left {
  text-align: left; }

.a-center {
  text-align: center; }

.a-right {
  text-align: right; }

body {
  background-color: #e1e3e3;
  background-image: url(../img/bg.jpg);
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
  font-family: 'Roboto', sans-serif;
  font-size: 16px; }
  @media only screen and (max-width: 767px) {
    body {
      padding-top: 80px; } }

@media (min-width: 1250px) {
  .container {
    padding-left: 100px;
    padding-right: 100px;
    width: 1200px; } }
header .top .container {
  background: rgba(255, 255, 255, 0.8);
  padding-top: 30px;
  padding-bottom: 30px;
  box-shadow: -1px 0px 1px rgba(0, 0, 0, 0.12), 1px 0px 1px rgba(0, 0, 0, 0.12); }
header .logo {
  display: block; }
  header .logo img {
    width: 100%; }
header .right {
  padding-top: 15px; }
  header .right .bar {
    margin-top: 15px;
    line-height: 40px; }
    header .right .bar .social {
      text-align: right; }
      header .right .bar .social a {
        display: inline-block;
        width: 40px;
        border: 1px solid #ddd;
        line-height: 38px;
        text-align: center;
        border-radius: 5px; }
  header .right .title {
    color: #868686;
    font-weight: 500;
    font-size: 18px;
    display: block; }
  header .right ul li {
    display: inline-block;
    margin: 0 5px;
    list-style-type: none; }
    header .right ul li a {
      color: #009edf; }
header .bottom {
  position: relative;
  z-index: 9; }
  header .bottom .container.bg {
    background-image: url(../img/menu-bg.png);
    background-repeat: vertical;
    background-size: 100%;
    line-height: 60px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
    header .bottom .container.bg nav .donate {
      background: #e40046 !important; }
    header .bottom .container.bg nav .item {
      display: inline-block;
      color: #fff;
      cursor: pointer;
      margin-right: -3px;
      text-decoration: none; }
      header .bottom .container.bg nav .item:first-child {
        border-left: 1px solid rgba(255, 255, 255, 0.3); }
      header .bottom .container.bg nav .item .title {
        border-right: 1px solid rgba(255, 255, 255, 0.3);
        padding: 0 20px;
        font-size: 16px;
        display: block; }
        @media (min-width: 768px) and (max-width: 991px) {
          header .bottom .container.bg nav .item .title {
            padding: 0 8px;
            font-size: 14px; } }
      header .bottom .container.bg nav .item a {
        color: #fff;
        text-decoration: none; }
      header .bottom .container.bg nav .item:nth-child(1) .bottom-sub .container {
        background: #a5004f; }
      header .bottom .container.bg nav .item:nth-child(2) .bottom-sub .container {
        background: #ad0043; }
      header .bottom .container.bg nav .item:nth-child(3) .bottom-sub .container {
        background: #bb1c32; }
      header .bottom .container.bg nav .item:nth-child(4) .bottom-sub .container {
        background: #bd4b31; }
      header .bottom .container.bg nav .item:nth-child(5) .bottom-sub .container {
        background: #adb60f; }
      header .bottom .container.bg nav .item:nth-child(6) .bottom-sub .container {
        background: #a5004f; }
      header .bottom .container.bg nav .item:hover .bottom-sub {
        display: block; }
      header .bottom .container.bg nav .item:hover:nth-child(1) .title {
        background: #a5004f; }
      header .bottom .container.bg nav .item:hover:nth-child(2) .title {
        background: #ad0043; }
      header .bottom .container.bg nav .item:hover:nth-child(3) .title {
        background: #bb1c32; }
      header .bottom .container.bg nav .item:hover:nth-child(4) .title {
        background: #bd4b31; }
      header .bottom .container.bg nav .item:hover:nth-child(5) .title {
        background: #adb60f; }
      header .bottom .container.bg nav .item:hover:nth-child(6) .title {
        background: #a5004f; }
      header .bottom .container.bg nav .item.active {
        background-image: url(../img/menu-hover.png);
        background-repeat: no-repeat;
        background-position: top center; }
        header .bottom .container.bg nav .item.active .title {
          opacity: .6; }
    header .bottom .container.bg nav form {
      float: right;
      line-height: normal;
      padding-top: 18px; }
      header .bottom .container.bg nav form input {
        height: 25px;
        display: inline-block;
        vertical-align: top;
        border: 0;
        width: 120px;
        padding-left: 10px;
        font-size: 14px; }
      header .bottom .container.bg nav form button {
        color: #4b9e46;
        background: #eef5eb;
        height: 25px;
        border: 0;
        display: inline-block;
        vertical-align: top;
        line-height: 25px;
        margin-left: -4px;
        padding: 0 10px;
        font-size: 14px; }
        header .bottom .container.bg nav form button:hover {
          background: #333;
          color: #fff; }
  header .bottom .bottom-sub {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    line-height: normal;
    display: none; }
    header .bottom .bottom-sub .container {
      padding-top: 60px;
      padding-bottom: 30px; }
    header .bottom .bottom-sub .menu-title {
      font-size: 16px;
      font-weight: 500;
      margin-bottom: 10px;
      display: inline-block;
      border-bottom: 2px solid rgba(255, 255, 255, 0.23); }
    header .bottom .bottom-sub .desc {
      opacity: .6;
      display: block;
      line-height: 20px;
      font-weight: 300; }
    header .bottom .bottom-sub .left {
      border-right: 1px solid rgba(255, 255, 255, 0.23);
      padding-right: 30px; }
      header .bottom .bottom-sub .left .menu-title {
        border: 0;
        font-size: 26px;
        margin-bottom: 15px; }
      header .bottom .bottom-sub .left .desc {
        font-size: 16px;
        line-height: 22px; }
    header .bottom .bottom-sub .middle {
      padding-left: 30px; }
@media (min-width: 768px) {
  header .mobile {
    display: none !important; } }
header .mobile-menu {
  position: fixed;
  display: none;
  top: 80px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  z-index: 1;
  background: #fff;
  padding: 30px 15px; }
  header .mobile-menu .item {
    display: block;
    padding: 10px 0;
    font-size: 18px;
    border-bottom: 1px solid #eee;
    text-align: center;
    color: #000;
    text-decoration: none; }
    header .mobile-menu .item.active {
      color: #e40046; }
  header .mobile-menu .social {
    text-align: center;
    clear: both; }
    header .mobile-menu .social a {
      display: inline-block;
      text-decoration: none;
      margin: 0 5px;
      border: 1px solid #eee;
      padding: 3px 6px; }
  header .mobile-menu form {
    float: left;
    clear: both;
    width: 100%;
    padding: 30px 0; }
    header .mobile-menu form input {
      float: left;
      width: 70%;
      height: 40px;
      padding-left: 10px;
      border: 0;
      border-bottom: 1px solid #eee; }
    header .mobile-menu form button {
      float: left;
      width: 30%;
      height: 40px;
      background: #e40046;
      color: #fff;
      border: 0; }
header .logo.mobile {
  width: auto;
  height: 80px;
  display: inline-block; }
  header .logo.mobile img {
    width: auto;
    height: 100%; }
header button.mobile {
  width: 32px;
  height: 80px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../img/icon/menu.png);
  background-color: #fff;
  border: 0;
  float: right; }
  header button.mobile.active {
    background-image: url(../img/icon/close.png);
    background-size: 80%; }
@media only screen and (max-width: 767px) {
  header {
    height: 80px;
    padding: 0 15px;
    top: 0;
    left: 0;
    width: 100%;
    position: fixed;
    z-index: 9;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); } }

footer {
  color: #cacdcf; }
  footer .container {
    background: #737677;
    padding-top: 45px;
    border-top: 1px solid #959da0; }
  footer h3 {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin: 0 0 10px 0; }
  footer .left {
    text-align: center; }
    footer .left img {
      margin: 15px 0 25px 0;
      max-width: 100%; }
  footer .newsletter input {
    background: #b9bbbb;
    color: #fff;
    font-size: 14px;
    height: 40px;
    vertical-align: middle;
    width: 180px;
    border: 0;
    padding-left: 10px; }
    footer .newsletter input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #fff; }
    footer .newsletter input::-moz-placeholder {
      /* Firefox 19+ */
      color: #fff; }
    footer .newsletter input:-ms-input-placeholder {
      /* IE 10+ */
      color: #fff; }
    footer .newsletter input:-moz-placeholder {
      /* Firefox 18- */
      color: #fff; }
  footer .newsletter button {
    vertical-align: middle;
    margin-left: -4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  footer .right .face {
    overflow: hidden; }
  footer .bottom {
    margin-top: 45px;
    padding-top: 45px;
    padding-bottom: 45px;
    border-top: 1px solid rgba(0, 0, 0, 0.12); }
    footer .bottom a {
      background: url(../img/sprites-x.png) no-repeat 0 7px;
      margin: 0 0 5px 0;
      padding: 0 0 0 15px;
      display: block;
      color: #cacdcf;
      font-size: 15px; }
      footer .bottom a:hover {
        color: #fff;
        text-decoration: none; }
  footer nav .container {
    padding-top: 30px;
    padding-bottom: 30px;
    background: transparent; }
  footer nav ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 10px; }
    footer nav ul li a {
      color: #009ed9;
      font-size: 14px; }

.button {
  display: inline-block;
  line-height: 40px;
  border-radius: 5px;
  padding: 0 18px;
  color: #fff;
  background-image: url(../img/button-r.png);
  background-size: auto 100%;
  background-repeat: repeat-x;
  text-decoration: none;
  font-weight: 500;
  border: 0; }
  .button.grey {
    background-image: url(../img/button-gr.png); }
  .button.green {
    background-image: url(../img/button-grn.png); }
  .button.blue {
    background-image: url(../img/button-blu.png); }
  .button:hover {
    background-image: url(../img/button-bl.png);
    color: #fff; }
    .button:hover.green {
      background-image: url(../img/button-wh.png);
      color: #474347; }

.slider-style .slick-dots {
  bottom: -45px;
  left: 0;
  right: 0;
  text-align: center; }
  .slider-style .slick-dots li button {
    background: #bbc7cd;
    width: 10px;
    height: 10px; }
  .slider-style .slick-dots li.slick-active button {
    background: #1a171b; }
.slider-style .slick-arrow {
  background: url(../img/nav-arrow.png) no-repeat 0 0;
  width: 64px;
  height: 70px;
  position: absolute;
  top: 150px;
  z-index: 1;
  font-size: 0; }
  .slider-style .slick-arrow.slick-next {
    background-position: 100% 0;
    right: -75px; }
    .slider-style .slick-arrow.slick-next:hover {
      background-position: 100% -70px; }
  .slider-style .slick-arrow.slick-prev {
    left: -75px; }
    .slider-style .slick-arrow.slick-prev:hover {
      background-position: 0 -70px; }
  .slider-style .slick-arrow.slick-disabled {
    display: none !important; }

.news-box {
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat; }
  .news-box .txt {
    background: url(../img/news-box.png) repeat-x 0 -15px;
    padding: 0 25px;
    position: relative;
    border-bottom: 1px solid #dcdcdc;
    height: 335px; }
    .news-box .txt h3 {
      font-size: 18px;
      font-weight: 400;
      margin: 0;
      padding: 145px 0 15px 0; }
      .news-box .txt h3 a {
        color: #ee0045;
        line-height: 1.5; }
        .news-box .txt h3 a:hover {
          color: #474347; }
    .news-box .txt .date, .news-box .txt .cat {
      color: #909293;
      font-size: 16px; }
    .news-box .txt .cat:hover {
      color: #474347; }
    .news-box .txt .button {
      margin-top: 15px; }

main .container {
  background: #fff; }
main.home .main-slider .container {
  padding: 0; }
main.home .main-slider .item {
  height: 410px;
  background-size: cover;
  position: relative;
  background-position: center; }
  main.home .main-slider .item .txt {
    position: absolute;
    top: 60px;
    left: 90px;
    width: 50%;
    color: #fff; }
    main.home .main-slider .item .txt h2 {
      font-size: 48px;
      margin: 0 0 60px 0;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); }
    main.home .main-slider .item .txt a {
      color: #fff;
      font-size: 16px;
      padding-left: 40px;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
      background: url(../img/sprites-y.png) no-repeat 0 -3500px;
      display: inline-block;
      line-height: 27px;
      text-decoration: none; }
      main.home .main-slider .item .txt a span {
        border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
      main.home .main-slider .item .txt a:hover {
        background: url(../img/sprites-y.png) no-repeat 0 -3100px; }
    @media only screen and (max-width: 767px) {
      main.home .main-slider .item .txt {
        top: 30px;
        left: 30px;
        width: 80%; } }
main.home section.boxes .container {
  padding-top: 30px;
  padding-bottom: 30px; }
main.home section.boxes .box {
  text-align: center;
  color: #868889; }
  main.home section.boxes .box .title {
    display: inline-block;
    color: #ee0045;
    font-size: 18px;
    border-bottom: 1px solid;
    margin: 15px 0;
    text-decoration: none; }
    main.home section.boxes .box .title:hover {
      color: #2f2c2f; }
  @media only screen and (max-width: 767px) {
    main.home section.boxes .box {
      margin-bottom: 30px; } }
main.home section.boxes .button {
  margin: 0 5px; }
main.home section.news .container {
  padding-top: 80px;
  padding-bottom: 80px; }
  @media only screen and (max-width: 767px) {
    main.home section.news .container {
      padding-top: 40px;
      padding-bottom: 40px; } }
main.home section.news .top .links {
  float: right; }
  main.home section.news .top .links a {
    display: inline-block;
    color: #009ed9;
    margin: 0 0 0 15px;
    padding: 0 0 0 22px;
    background: url(../img/sprites-y.png) no-repeat 0 -398px;
    text-decoration: underline; }
    main.home section.news .top .links a:hover {
      text-decoration: none;
      color: #474347; }
    main.home section.news .top .links a.photos:hover {
      background-position: 0 -498px; }
    main.home section.news .top .links a.releases {
      background-position: 0 -598px; }
      main.home section.news .top .links a.releases:hover {
        background-position: 0 -698px; }
    main.home section.news .top .links a.news {
      background-position: 0 -797px; }
      main.home section.news .top .links a.news:hover {
        background-position: 0 -897px; }
main.home section.news h2 {
  font-size: 32px;
  font-weight: 700;
  color: #595b5a;
  margin: 0 0 20px;
  display: inline-block; }
main section.stories .container {
  background: url(../img/story-bg.jpg) center;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px; }
main section.stories .slick-arrow {
  background: url(../img/nav-arrow.png) no-repeat 0 -140px; }
  main section.stories .slick-arrow.slick-next {
    background-position: 100% -140px; }
    main section.stories .slick-arrow.slick-next:hover {
      background-position: 100% -210px; }
  main section.stories .slick-arrow.slick-prev:hover {
    background-position: 0 -210px; }
main section.stories .slick-dots .slick-active button {
  background: #6ba01e; }
main section.stories .item {
  color: #fff; }
  main section.stories .item h2 {
    font-size: 30px;
    margin: 0 0 30px; }
    main section.stories .item h2 a {
      color: #fff; }
  main section.stories .item h3 {
    font-size: 20px;
    margin: 0 0 30px; }
    main section.stories .item h3 a {
      color: #009ed9; }
      main section.stories .item h3 a:hover {
        color: #fff; }
  main section.stories .item .left {
    padding-right: 30px; }
  main section.stories .item .img {
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    padding-bottom: 100%; }
  main section.stories .item .desc {
    margin-bottom: 30px;
    color: #ced8c3;
    line-height: 1.7; }
  main section.stories .item .more {
    color: #009ed9;
    font-weight: bold;
    margin-left: 30px; }
    main section.stories .item .more:hover {
      color: #fff; }
main section.partners .container {
  padding-top: 60px;
  padding-bottom: 60px; }
main section.partners h2 {
  font-size: 32px;
  font-weight: 700;
  color: #595b5a;
  margin: 0 0 20px; }
main section.partners .logo {
  display: block;
  height: 70px;
  background-color: #f8f8f8;
  background-repeat: no-repeat;
  background-position: center;
  position: relative; }
  main section.partners .logo span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 70px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: rgba(0, 158, 217, 0.9);
    opacity: 0; }
  main section.partners .logo:hover span {
    opacity: 1; }

main.detail .main-banner {
  background-size: cover;
  background-position: center; }
  main.detail .main-banner h1 {
    font-size: 48px;
    color: #fff;
    margin: 70px 0 30px 0;
    font-weight: bold; }
  main.detail .main-banner .container {
    background: transparent; }
main.detail .bcrumb {
  line-height: 52px;
  color: #fff;
  font-size: 14px; }
  main.detail .bcrumb a {
    color: #ffffff;
    margin: 0 6px 0 0;
    padding: 0 16px 0 0;
    background: url(../img/sprites-y.png) no-repeat 100% -1495px; }
  @media only screen and (max-width: 767px) {
    main.detail .bcrumb {
      line-height: normal;
      padding: 10px 0; } }
main.detail .content {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 30px; }
  main.detail .content p {
    margin-bottom: 20px; }
  main.detail .content img {
    max-width: 100%; }
  main.detail .content iframe {
    width: 100%;
    display: block; }
  main.detail .content h3 {
    color: #009edf;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px 0; }
    @media only screen and (max-width: 767px) {
      main.detail .content h3 {
        font-size: 20px !important;
        margin: 10px 0 !important; } }
  main.detail .content ul {
    padding-left: 40px;
    margin-bottom: 20px; }
    main.detail .content ul li {
      background: url(../img/sprites-x.png) no-repeat -1000px 0.45em;
      padding-left: 20px;
      list-style-type: none;
      margin-bottom: 15px; }
  @media only screen and (max-width: 767px) {
    main.detail .content {
      padding-right: 15px; } }
main.detail .sidebar {
  padding-top: 60px;
  padding-bottom: 60px; }
  main.detail .sidebar nav {
    background: #f1f3f4;
    margin-bottom: 20px; }
    main.detail .sidebar nav a {
      padding: 15px 30px 15px 45px;
      display: block;
      background: url(../img/sprites-y.png) no-repeat 25px -1280px;
      font-weight: bold;
      color: #009edf;
      font-size: 18px;
      text-decoration: none;
      position: relative; }
      main.detail .sidebar nav a:after {
        content: '';
        height: 1px;
        background: #b7c3c9;
        left: 45px;
        right: 30px;
        position: absolute;
        bottom: 0; }
      main.detail .sidebar nav a:hover {
        background-color: #474347;
        color: #fff;
        background-image: url(../img/sprites-y.png);
        background-repeat: no-repeat;
        background-position: 25px -1380px; }
        main.detail .sidebar nav a:hover:after {
          opacity: 0; }
      main.detail .sidebar nav a:last-child:after {
        opacity: 0; }
      main.detail .sidebar nav a.active {
        position: relative;
        background: #009edf;
        color: #fff;
        padding-left: 25px; }
        main.detail .sidebar nav a.active:after {
          display: none; }
        main.detail .sidebar nav a.active:before {
          content: '';
          background: url(../img/menu-selected-bg.png) no-repeat 0 0;
          position: absolute;
          left: -11px;
          top: 0;
          display: block;
          width: 11px;
          height: 51px; }
  main.detail .sidebar .dofe {
    background: #f1f3f4 url(../img/dofe-image.png) no-repeat 0 90px;
    padding: 25px 20px 28px;
    text-align: center; }
    main.detail .sidebar .dofe .title {
      font-size: 18px;
      font-weight: bold;
      color: #595b5a;
      margin-bottom: 160px; }
    main.detail .sidebar .dofe .button {
      width: 100%;
      font-size: 14px; }
  main.detail .sidebar .news-box {
    margin-top: 20px; }
    main.detail .sidebar .news-box .txt {
      height: auto;
      padding-bottom: 20px; }
main.detail section.page .desc {
  margin: 45px 0 30px 0;
  font-size: 18px; }
main.detail section.page .boxes {
  margin-bottom: 60px; }
main.detail section.page .box {
  background: #f1f3f4 url(../img/sprites-y.png) no-repeat 94% -2465px;
  border-bottom: 1px solid #b7c3c9;
  display: block;
  text-decoration: none;
  padding: 20px 52px 15px 30px;
  margin-bottom: 30px; }
  main.detail section.page .box h2 {
    font-size: 24px;
    border-bottom: 2px solid #b5deef;
    color: #009edf;
    margin: 0 0 10px 0;
    display: inline-block; }
  main.detail section.page .box span {
    display: block;
    color: #595b5a; }
  main.detail section.page .box:hover {
    background: #ccecf9 url(../img/sprites-y.png) no-repeat 94% -2565px;
    border-bottom: 1px solid #a8c6d3; }
    main.detail section.page .box:hover h2 {
      color: #000;
      border-color: transparent; }

.tabs {
  margin-bottom: 20px; }
  .tabs nav a {
    border-left: 1px solid #b7c3c9;
    font-size: 20px;
    font-weight: bold;
    padding: 16px 0;
    text-decoration: none;
    background: #f1f3f4;
    color: #6ba01e;
    text-align: center;
    border-top: 3px solid #fff; }
    .tabs nav a:hover {
      border-color: #6ba01e;
      background: #e8f1d0; }
    .tabs nav a.active {
      border-color: #009ed9;
      color: #009ed9;
      background: #fff;
      position: relative;
      top: 1px; }
    .tabs nav a:last-child {
      border-right: 1px solid #b7c3c9; }
    @media only screen and (max-width: 767px) {
      .tabs nav a {
        width: 19% !important;
        font-size: 10px  !important; } }
  .tabs .tab-con {
    display: none;
    border: 1px solid #b7c3c9;
    padding: 20px 25px 15px; }
    .tabs .tab-con.active {
      display: block; }
    @media only screen and (max-width: 767px) {
      .tabs .tab-con {
        padding: 20px 15px 15px; } }

.sections {
  margin-bottom: 20px; }
  .sections .section {
    margin-bottom: 10px; }
    .sections .section .title {
      background: #f1f3f4 url(../img/sprites-y.png) no-repeat 99% -3186px;
      padding: 0 30px;
      line-height: 56px;
      border-bottom: 1px solid #b7c3c9;
      display: block;
      color: #009edf;
      font-size: 24px;
      font-weight: bold; }
      .sections .section .title:hover, .sections .section .title.active {
        background: #ccecf9 url(../img/sprites-y.png) no-repeat 99% -2986px; }
      @media only screen and (max-width: 767px) {
        .sections .section .title {
          font-size: 18px  !important; } }
    .sections .section .inner {
      padding: 20px 30px;
      background: #ccecf9;
      display: none; }
      @media only screen and (max-width: 767px) {
        .sections .section .inner {
          padding: 20px 10px; } }

blockquote {
  margin-bottom: 20px;
  border-left: 5px solid #ffedb0;
  margin: 0 0 20px 0;
  padding: 25px;
  background: #fff5d3;
  line-height: 1.5; }
  blockquote b {
    margin-top: 10px;
    display: block; }

@media only screen and (max-width: 767px) {
  .photo-gallery .gallery img {
    margin-bottom: 15px; } }

/*# sourceMappingURL=style.css.map */
