@charset "UTF-8";
/*
Theme Name: jcie_japan
Description: 日本国際交流センター
Version: 1.0
*/
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic, "MS P Gothic", "ＭＳ Ｐゴシック", arial, helvetica, sans-serif;
}

/*
 editor
----------------------------*/
.wp-content,
body#tinymce {
  font-size: 14px;
  line-height: 1.6;
  color: #000;
}
.wp-content h2, .wp-content h3, .wp-content h4, .wp-content h5,
body#tinymce h2,
body#tinymce h3,
body#tinymce h4,
body#tinymce h5 {
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
}
.wp-content h1,
body#tinymce h1 {
  font-size: 1.6em;
}
.wp-content h2,
body#tinymce h2 {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 20px;
  background: #5F366A;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
  margin-bottom: 15px;
}
.wp-content h3,
body#tinymce h3 {
  font-size: 18px;
  font-weight: bold;
  border-left: 8px solid #5F366A;
  padding: 5px 0 5px 10px;
  margin-bottom: 15px;
}
.wp-content h4,
body#tinymce h4 {
  font-size: 1.3em;
}
.wp-content h5,
body#tinymce h5 {
  font-size: 1.2em;
}
.wp-content strong,
body#tinymce strong {
  font-weight: bold;
}
.wp-content span,
body#tinymce span {
  display: inline;
}
.wp-content .aligncenter,
body#tinymce .aligncenter {
  display: block;
  margin: 0 auto;
}
.wp-content .alignright,
body#tinymce .alignright {
  float: right;
  margin: 0 0 0.5em 1em;
}
.wp-content .alignleft,
body#tinymce .alignleft {
  float: left;
  margin: 0 1em 0.5em 0;
}
.wp-content .wp-caption-dd,
.wp-content .wp-caption-text,
body#tinymce .wp-caption-dd,
body#tinymce .wp-caption-text {
  margin-top: 5px;
  font-size: 13px;
  color: #aaa;
}
.wp-content a[href*=".pdf"]:after,
body#tinymce a[href*=".pdf"]:after {
  content: " ";
  margin-left: 8px;
  vertical-align: 0;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background: url('images/pdf_s.gif?1491538844') center center no-repeat;
  width: 13px;
  height: 12px;
}
.wp-content ul,
body#tinymce ul {
  list-style: disc;
  margin-left: 1.5em;
}
.wp-content ol,
body#tinymce ol {
  list-style: decimal;
  margin-left: 1.5em;
}
.wp-content li,
body#tinymce li {
  list-style: inherit !important;
}

body#tinymce {
  padding: 10px !important;
}

/*============================
 共通
============================*/
/*
 gnav
----------------------------*/
/*----- gnav 通常 -----*/
#u94, #u94-bw {
  z-index: 1001;
  margin-top: 0 !important;
}

/*----- gnav スクロール時 -----*/
#pu7010 {
  position: relative;
  z-index: 1000;
}

.MenuItemContainer:hover .MenuLevel1 {
  display: block;
}

.SubMenuView > .MenuItemContainer:hover .MenuLevel2 {
  display: block;
}

.MenuItemLabel a {
  display: block;
  color: #000;
}

.header-links {
  width: 400px !important;
  margin-left: -80px;
}
.header-links a {
  margin: 0 10px;
}
.header-links .text-link {
  font-size: 12px;
  line-height: 37px;
}

/*
 layout
----------------------------*/
#page {
  min-height: 0;
}

.container {
  padding: 25px 20px 40px;
  display: block;
  clear: both;
  *zoom: 1;
}
.container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.container a {
  color: #0071bc;
  text-decoration: underline;
}
.container a:hover {
  text-decoration: none;
}
.container img {
  height: auto;
  max-width: 100%;
}
.container.has-snav .page-entry {
  width: -webkit-calc(100% - 240px);
  width: -moz-calc(100% - 240px);
  width: calc(100% - 240px);
  float: left;
}
.container.has-snav .side {
  width: 210px;
  float: right;
}
@media screen and (max-width: 640px) {
  .container.has-snav .page-entry,
  .container.has-snav .side {
    width: auto;
    float: none;
  }
  .container.has-snav .page-entry {
    margin-bottom: 40px;
  }
}

.side {
  line-height: 1.4;
}
.side .widget-item {
  margin-bottom: 30px;
  font-size: 16px;
}
.side .widget-item ul {
  margin-left: -1em;
}
.side .widget-item ul li {
  margin-left: 1em;
}
.side .widget-item ul ul {
  margin-left: 0;
}
.side .widget-item a {
  color: #000;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-bottom: .5em;
}
.side .widget-item a:hover {
  text-decoration: underline;
}
.side .widget-item select {
  width: 100%;
  height: 2em;
}
.side .widget-title {
  font-size: 18px;
  font-weight: bold;
  border-left: 8px solid #5F366A;
  padding: 8px 0 8px 10px;
  margin-bottom: 20px;
}
.side .screen-reader-text {
  display: none;
}

.page-title {
  position: relative;
  min-height: 120px;
  color: #666666;
  font-weight: bold;
  font-size: 60px;
  line-height: 1.2;
  padding-top: 20px;
  letter-spacing: .1em;
}
.page-title:after {
  content: " ";
  background: url('images/jcie-title-bg.jpg?1491538844') 0 0 no-repeat;
  width: 326px;
  height: 192px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.page-title .en {
  display: block;
  font-size: 15px;
  line-height: 26px;
  font-family: "ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, ＭＳ Ｐゴシック, MS PGothic, sans-serif";
  font-weight: normal;
  letter-spacing: 0;
}
@media screen and (max-width: 640px) {
  .page-title {
    font-size: 40px;
  }
}

.page-subtitle {
  color: #666666;
  font-weight: bold;
  margin-top: -30px;
  font-size: 26px;
  line-height: 1.4;
  margin-bottom: 40px;
}

/*
 top
----------------------------*/
.section-top-news {
  padding: 0 20px;
}

.section-report-slider {
  *zoom: 1;
  margin-top: 20px;
  margin-bottom: 20px;
}
.section-report-slider:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.section-report-slider .summary-slider {
  width: 27%;
  margin: 0 3%;
  float: left;
}
@media screen and (max-width: 640px) {
  .section-report-slider .summary-slider {
    float: none;
    margin: 0 10% 30px;
    width: auto;
  }
}

/*
 publication-item
----------------------------*/
.publication-items {
  *zoom: 1;
  margin: 0 -2.5%;
}
.publication-items:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.publication-items .publication-item {
  line-height: 1.4;
  width: 20%;
  float: left;
  margin: 0 2.5%;
}
.publication-items .publication-item img {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .publication-items .publication-item {
    width: 240px;
    float: none;
    margin: 0 auto 20px;
  }
}
.publication-items .publication-item a {
  color: #000;
  text-decoration: none;
}
.publication-items .publication-item a:hover {
  text-decoration: underline;
}

/*
 publication-archive
----------------------------*/
.publication-item {
  margin-bottom: 20px;
}
.publication-item a {
  color: #000;
  text-decoration: none;
}
.publication-item a:hover {
  text-decoration: underline;
}

/*
 form
----------------------------*/
/*
 summary
----------------------------*/
.summary.summary-md {
  *zoom: 1;
  line-height: 1.4;
  margin-bottom: 60px;
}
.summary.summary-md:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.summary.summary-md .thumbnail {
  float: left;
  width: 200px;
}
.summary.summary-md .thumbnail img {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .summary.summary-md .thumbnail {
    float: none;
    margin: 0 auto 20px;
  }
}
.summary.summary-md .noimg {
  display: block;
  width: 200px;
  height: 200px;
  border: 1px solid #5F366A;
  background: #fff url('images/noimage.png?1495215957') center center no-repeat;
}
.summary.summary-md .entry {
  float: right;
  width: -webkit-calc(100% - 240px);
  width: -moz-calc(100% - 240px);
  width: calc(100% - 240px);
}
@media screen and (max-width: 640px) {
  .summary.summary-md .entry {
    float: none;
    width: auto;
  }
}
.summary.summary-md .date {
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 10px;
}
.summary.summary-md .title {
  color: #5f366a;
  font-size: 21px;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #7f7f7f;
}
.summary.summary-md .title a {
  color: #5f366a;
  text-decoration: none;
}
.summary.summary-md .cats a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}
.summary.summary-md .cats-tag {
  margin-bottom: 15px;
}
.summary.summary-md .link {
  text-align: right;
}

.summary.summary-sm {
  *zoom: 1;
  line-height: 1.4;
  margin-bottom: 20px;
}
.summary.summary-sm:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.summary.summary-sm:last-child {
  margin-bottom: 0;
}
.summary.summary-sm img {
  height: auto;
  max-width: 100%;
}
.summary.summary-sm .noimg {
  display: block;
  width: 110px;
  height: 80px;
  border: 1px solid #5F366A;
  background: #fff url('images/noimage.png?1495215957') center center no-repeat;
}
.summary.summary-sm .thumbnail {
  float: left;
  width: 110px;
}
.summary.summary-sm .thumbnail img {
  border: 1px solid #5F366A;
}
.summary.summary-sm .label {
  text-align: center;
  min-width: 50px;
  font-size: 12px;el
background: none;
    border: 1px solid #e3017f;
    color: #e3017f;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 4px 10px;
  line-height: 1;
  margin-bottom: 10px;
}
.summary.summary-sm .label.label-news {
  background: none;
    border: 1px solid #60336a;
    color: #60336a;
}
.summary.summary-sm .entry {
  float: right;
  width: -webkit-calc(100% - 130px);
  width: -moz-calc(100% - 130px);
  width: calc(100% - 130px);
}
.summary.summary-sm .date {
  margin-bottom: 10px;
}
.summary.summary-sm .title {
  color: #000;
}
.summary.summary-sm .title a {
  color: #000;
  text-decoration: none;
}

.summary.summary-slider {
  line-height: 1.6;
}
.summary.summary-slider .img {
  display: block;
  width: 100%;
  height: 220px;
  background-image: url(images/noimage.png?1495215957);
  background-color: #ccc;
  background-position: center center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #5F366A;
}
.summary.summary-slider .date {
  font-weight: bold;
}
.summary.summary-slider a {
  color: #000;
}

.summary.summary-cell .img {
  display: block;
  width: 100%;
  height: 220px;
  background-image: url(images/noimage.png?1495215957);
  background-color: #ccc;
  background-position: center center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.summary.summary-cell a {
  color: #000;
}
.summary.summary-cell a.title-mid {
  position: relative;
}

.summary.summary-cell span .title { 
    position: relative;
    width: 330px;
    margin: 0;
    top: 40%;
    transform: translate(0, 40%);
    font-weight: normal;
}


.summary.summary-cell .title {
  display: block;
  text-align: center;
  margin-top: 10px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .summary.summary-cell {
    width: 300px;
    margin: 0 auto;
  }
}

.summary-report-fix {
  position: relative;
  border: 3px solid #004097;
  margin-bottom: 40px;
}
.summary-report-fix .title {
  background: rgba(0, 64, 151, 0.5);
  color: #fff;
  display: block;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  padding: 20px 10px;
  text-align: center;
}
.summary-report-fix .img {
  display: block;
  width: 100%;
  height: 360px;
  background-image: url(images/noimage.png?1495215957);
  background-color: #ccc;
  background-position: center center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 640px) {
  .summary-report-fix .img {
    height: 200px;
  }
}

.report-fix-red .summary {
  border-color: #a72d3a;
}
.report-fix-red .summary .title {
  background: rgba(167, 45, 58, 0.5);
}

.report-fix-green .summary {
  border-color: #0f7e49;
}
.report-fix-green .summary .title {
  background: rgba(15, 126, 73, 0.5);
}

/*
 wpcf7
----------------------------*/
.form-entry {
  max-width: 780px;
  margin: 0 auto;
  color: #6B6B6B;
}
.form-entry .wpcf7-text,
.form-entry .wpcf7-textarea {
  padding: 4px 6px;
  background: #f2f2f2;
  border: 1px solid #c4c4c4;
  width: 100%;
  box-sizing: border-box;
}
.form-entry .wpcf7-text.input-md,
.form-entry .wpcf7-textarea.input-md {
  width: 250px;
}
.form-entry .wpcf7-textarea {
  max-height: 120px;
}
.form-entry .wpcf7-submit {
  border: 1px solid #6b6b6b;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 8px 40px;
  background: #fff;
  color: #6B6B6B;
}
.form-entry .wpcf7-checkbox .wpcf7-list-item {
  display: block;
  margin: 8px 0 8px 1em;
}

/*
 会員・寄付
----------------------------*/
#u4925-4,
#u15464,
#pu4916,
#u12207 {
  margin: 0;
  position: static;
}

#u15464 {
  margin-left: 390px;
  margin-top: 40px;
  margin-bottom: 40px;
}

/*============================
 module
============================*/
.clear {
  clear: both;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.col7 {
  *zoom: 1;
}
.col7:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.col7 > .cell {
  width: 10.85714%;
  float: left;
  clear: none;
  margin-right: 4%;
  margin-bottom: 20px;
}
.col7 > .cell:nth-child(7n-1) {
  float: left;
  clear: none;
  margin-right: 4%;
  margin-bottom: 20px;
}
.col7 > .cell:nth-child(7n-2) {
  float: left;
  clear: none;
  margin-right: 4%;
  margin-bottom: 20px;
}
.col7 > .cell:nth-child(7n-3) {
  float: left;
  clear: none;
  margin-right: 4%;
  margin-bottom: 20px;
}
.col7 > .cell:nth-child(7n-4) {
  float: left;
  clear: none;
  margin-right: 4%;
  margin-bottom: 20px;
}
.col7 > .cell:nth-child(7n-5) {
  float: left;
  clear: none;
  margin-right: 4%;
  margin-bottom: 20px;
}
.col7 > .cell:nth-child(7n-6) {
  float: left;
  clear: none;
  margin-right: 4%;
  margin-bottom: 20px;
}
.col7 > .cell:nth-child(7n) {
  float: right;
  margin-right: 0;
  clear: none;
}
.col7 > .cell:nth-child(7n-1) {
  margin-right: 0;
  clear: none;
}
.col7 > .cell:nth-child(7n-6) {
  clear: both;
}

.col6 {
  *zoom: 1;
}
.col6:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.col6 > .cell {
  width: 13.33333%;
  float: left;
  clear: none;
  margin-right: 4%;
  margin-bottom: 20px;
}
.col6 > .cell:nth-child(6n-1) {
  float: left;
  clear: none;
  margin-right: 4%;
  margin-bottom: 20px;
}
.col6 > .cell:nth-child(6n-2) {
  float: left;
  clear: none;
  margin-right: 4%;
  margin-bottom: 20px;
}
.col6 > .cell:nth-child(6n-3) {
  float: left;
  clear: none;
  margin-right: 4%;
  margin-bottom: 20px;
}
.col6 > .cell:nth-child(6n-4) {
  float: left;
  clear: none;
  margin-right: 4%;
  margin-bottom: 20px;
}
.col6 > .cell:nth-child(6n-5) {
  float: left;
  clear: none;
  margin-right: 4%;
  margin-bottom: 20px;
}
.col6 > .cell:nth-child(6n) {
  float: right;
  margin-right: 0;
  clear: none;
}
.col6 > .cell:nth-child(6n-1) {
  margin-right: 0;
  clear: none;
}
.col6 > .cell:nth-child(6n-5) {
  clear: both;
}

.col5 {
  *zoom: 1;
}
.col5:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.col5 > .cell {
  width: 16.8%;
  float: left;
  clear: none;
  margin-right: 4%;
  margin-bottom: 20px;
}
.col5 > .cell:nth-child(5n-1) {
  float: left;
  clear: none;
  margin-right: 4%;
  margin-bottom: 20px;
}
.col5 > .cell:nth-child(5n-2) {
  float: left;
  clear: none;
  margin-right: 4%;
  margin-bottom: 20px;
}
.col5 > .cell:nth-child(5n-3) {
  float: left;
  clear: none;
  margin-right: 4%;
  margin-bottom: 20px;
}
.col5 > .cell:nth-child(5n-4) {
  float: left;
  clear: none;
  margin-right: 4%;
  margin-bottom: 20px;
}
.col5 > .cell:nth-child(5n) {
  float: right;
  margin-right: 0;
  clear: none;
}
.col5 > .cell:nth-child(5n-1) {
  margin-right: 0;
  clear: none;
}
.col5 > .cell:nth-child(5n-4) {
  clear: both;
}

.col4 {
  *zoom: 1;
}
.col4:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.col4 > .cell {
  width: 21.25%;
  float: left;
  clear: none;
  margin-right: 5%;
  margin-bottom: 20px;
}
.col4 > .cell:nth-child(4n-1) {
  float: left;
  clear: none;
  margin-right: 5%;
  margin-bottom: 20px;
}
.col4 > .cell:nth-child(4n-2) {
  float: left;
  clear: none;
  margin-right: 5%;
  margin-bottom: 20px;
}
.col4 > .cell:nth-child(4n-3) {
  float: left;
  clear: none;
  margin-right: 5%;
  margin-bottom: 20px;
}
.col4 > .cell:nth-child(4n) {
  float: right;
  margin-right: 0;
  clear: none;
}
.col4 > .cell:nth-child(4n-1) {
  margin-right: 0;
  clear: none;
}
.col4 > .cell:nth-child(4n-3) {
  clear: both;
}

.col3 {
  *zoom: 1;
}
.col3:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.col3 > .cell {
  width: 29.33333%;
  float: left;
  clear: none;
  margin-right: 6%;
  margin-bottom: 20px;
}
.col3 > .cell:nth-child(3n-1) {
  float: left;
  clear: none;
  margin-right: 6%;
  margin-bottom: 20px;
}
.col3 > .cell:nth-child(3n-2) {
  float: left;
  clear: none;
  margin-right: 6%;
  margin-bottom: 20px;
}
.col3 > .cell:nth-child(3n) {
  float: right;
  margin-right: 0;
  clear: none;
}
.col3 > .cell:nth-child(3n-1) {
  margin-right: 0;
  clear: none;
}
.col3 > .cell:nth-child(3n-2) {
  clear: both;
}

.col2 {
  *zoom: 1;
}
.col2:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.col2 > .cell {
  width: 47%;
  float: left;
  clear: none;
  margin-right: 6%;
  margin-bottom: 20px;
}
.col2 > .cell:nth-child(2n-1) {
  float: left;
  clear: none;
  margin-right: 6%;
  margin-bottom: 20px;
}
.col2 > .cell.cell-right {
  margin-right: 0;
  float: right !important;
}
.col2 > .cell.cell-left {
  float: left !important;
}
.col2 > .cell:nth-child(2n) {
  float: right;
  margin-right: 0;
  clear: none;
}
.col2 > .cell:nth-child(2n-1) {
  margin-right: 0;
  clear: none;
}
.col2 > .cell:nth-child(2n-1) {
  clear: both;
}

@media screen and (max-width: 640px) {
  .col2,
  .col3,
  .col4 {
    *zoom: 1;
  }
  .col2:after,
  .col3:after,
  .col4:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
  }
  .col2 > .cell,
  .col3 > .cell,
  .col4 > .cell {
    width: auto !important;
    float: none !important;
    clear: both;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .col2 > .cell:nth-child(1n-1),
  .col3 > .cell:nth-child(1n-1),
  .col4 > .cell:nth-child(1n-1) {
    float: none !important;
    clear: both;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .col2 > .cell:nth-child(1n-0),
  .col3 > .cell:nth-child(1n-0),
  .col4 > .cell:nth-child(1n-0) {
    float: none !important;
    clear: both;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.ph20 {
  padding-left: 20px;
  padding-right: 20px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mhauto {
  margin-left: auto;
  margin-right: auto;
}

.maxw300 {
  max-width: 300px;
}

.page-numbers {
  text-align: center;
}
.page-numbers li {
  margin: 0 5px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.tac {
  text-align: center;
}

@media screen and (max-width: 640px) {
  table {
    width: 100% !important;
  }

  td {
    width: auto !important;
  }
}
.copy {
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 10;
  clear: both;
  padding-top: 60px;
  background: #5F366A;
}

#pu3983 * {
  letter-spacing: 0 !important;
}

#u6711 {
  margin-top: 460px !important;
}

/*
 .bx-slider
----------------------------*/
.SlideShowWidget .bx-wrapper {
  z-index: 10000;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
  background: none;
}
.SlideShowWidget .bx-wrapper img {
  width: 100%;
}
.SlideShowWidget .bx-prev,
.SlideShowWidget .bx-next {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg-img {
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.bg-img:after {
  content: " ";
  display: block;
  padding-top: 100%;
}
wp-config.php