.tag-desc {
  font-size: 28px;
  color: #ffffe2;
  margin-bottom: 40px;
  line-height: 1.2;
  font-family: 'auctiongothic_light';
}
.section-title {
  color: #f47e58;
  font-size: 56px;
  letter-spacing: -0.02em;
}
.section-title.left-border {
  border-left: 7px solid #fff;
  padding-left: 20px;
  margin-left: -27px;
}

/* header */

nav {
  background-color: #003663;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  padding: 10px 0;
  z-index: 99999;
}
nav a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
nav img {
  height: 35px;
}
nav .logo {
  padding-left: 15px;
  border-left: 1px solid #fff;
  margin-left: 15px;
}
nav .sns-list {
  display: block;
  float: left;
  margin-top: 2px;
  height: 30px;
  margin-bottom: 0;
  margin-right: 15px;
}
nav .sns-list li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  cursor: pointer;
  width: 30px;
  height: 30px;
  overflow: hidden;
  margin-left: 7px;
}
nav .sns-list li.tw {
  width: 36px;
}
nav .sns-list li.comment {
  width: 37px;
}
nav .sns-list li img {
  width: 100%;
  height: auto;
}
nav .sns-list li:hover img {
  margin-top: -30px;
}
nav .logo-wecan {
  cursor: pointer;
}

/* section */

.section {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -ms-behavior: url('/resources/microCampaign/cpView10000390/js/backgroundsize.min.htc');
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}
.section .col-xs-6 {
  padding-right: 0;
}

.section3 .col-xs-6, .section4 .col-xs-6, .section5 .col-xs-6 {
  padding-top: 8%;
}

/* section1 */
.section1 {
  text-align: center;
  background-image: url('../images/pc/bg-1.jpg');
}
.section1-title {
  padding-top: 10%;
  letter-spacing: -0.05em;
}
.section1-title strong {
  font-size: 200px;
  letter-spacing: -0.07em;
}
.section1-title span {
  font-size: 130px;
  margin-left: -30px;
  letter-spacing: -0.07em;
}
.section1-thumb {
  width: 70%;
  left: 15%;
  position: absolute;
  bottom: -100%;
  z-index: 1;
}
.section1-thumb.up {
  bottom: 0;
  z-index: 2;
}
.section1-thumb img {
  width: 90%;
  height: auto;
}
.section1-thumb .section1-thumb__img {
  z-index: 9;
  position: relative;
}
.section1-thumb .section1-thumb__txt {
  position: absolute;
  top: -18%;
  left: 4%;
  display: none;
}
.section1-thumb .section1-thumb__wecan {
  width: 90%;
  position: absolute;
  top: -30%;
  right: 5%;
  z-index: 6;
  display: none;
}
.section1-logo {
  position: absolute;
  top: 6%;
  width: 80%;
  left: 6%;
  display: none;
}
.section1-logo img {
  width: 100%;
}

/* section2 */

.section2 {
  background-image: url('../images/pc/bg-2.jpg');
  padding-top: 10%;
  z-index: 3;
  position: relative;
}
.section2 .section-title span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-color: #f47e58;
  color: #ffffe2;
  border-radius: 5px;
  margin-right: -10px;
  padding: 0 6px;
}
.section2 .section-title span.last {
  margin-left: 10px;
}
.section2__tag {
  display: none;
  z-index: 5;
  max-height: 600px;
}

/* section3 ~ section5 */

.section-right {
  width: 50%;
  position: absolute;
  right: 0;
  top: 0%;
  bottom: 0;
  height: 100%;
  left: 50%;
  width: 50%;
}
.section-right .section-question {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center 20%;
  background-image: url(../images/pc/section3-question.png);
  -webkit-background-size: 80%;
  -moz-background-size: 80%;
  -o-background-size: 80%;
  background-size: 80%;
  -ms-behavior: url('/resources/microCampaign/cpView10000390/js/backgroundsize.min.htc');
}
.section-right .section-right__thumb {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -ms-behavior: url('/resources/microCampaign/cpView10000390/js/backgroundsize.min.htc');
}
.section-right__logo {
  width: 90%;
  position: absolute;
  bottom: -57%;
  right: 5%;
  z-index: 99;
  display: none;
}
.section-right__answer {
  display: none;
}
.section-right__answer .max-width {
  width: 60%;
}
.section-right__answer .section-title {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
  margin: 20px 0;
  background-repeat: no-repeat;
  display: inline-block;
  font-size: 52px;
  -ms-behavior: url('/resources/microCampaign/cpView10000390/js/backgroundsize.min.htc');
}
.section-right__answer h4 {
  color: #ffffe2;
}

/* section3 */
.section3 {
  background-image: url('../images/pc/bg-3.jpg');
  position: relative;
}

.section3 .section-right__answer .section-title {
  background-image: url('../images/pc/section3-obj.png');
  background-size: 63px 51px;
  background-position: 283px 145px;
}
.section3 .section-right .section-right__thumb {
  background-image: url(../images/pc/section3-thumb.jpg);
}

/* section4 */
.section4 {
  background-image: url('../images/pc/bg-4.jpg');
  position: relative;
}
.section4 .section-title {
  color: #34c5d2;
}
.section4 .section-right__answer .section-title {
  background-image: url('../images/pc/section4-obj.png');
  background-size: 50px 53px;
  background-position: 173px 214px;
}
.section4 .section-right .section-right__thumb {
  background-image: url(../images/pc/section4-thumb.jpg);
}

/* section5 */
.section5 {
  background-image: url('../images/pc/bg-5.jpg');
  position: relative;
}
.section5 .section-title {
  color: #fdc6e8;
}
.section5 .section-right__answer .section-title {
  background-image: url('../images/pc/section5-obj.png');
  background-size: 60px 63px;
  background-position: 324px 260px;
  padding-right: 25px;
}
.section5 .section-right .section-right__thumb {
  background-image: url(../images/pc/section5-thumb.jpg);
}


/* section6 */
.section6 {
  background-image: url('../images/pc/bg-6.jpg');
  background-position: top center;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
  -ms-behavior: url('/resources/microCampaign/cpView10000390/js/backgroundsize.min.htc');
  position: relative;
  background-color: #62533d;
}
.section6 .container {
  z-index: 100;
  position: relative;
}
.section6 .col-xs-6 {
  position: relative;
  margin-top: 15%;
}
.section6 .section-title {
  color: #fff;
  margin-bottom: 40px;
}
.section6-title span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-color: #f68e56;
  color: #ffffe2;
  border-radius: 5px;
  margin-right: -10px;
  padding: 0 6px;
}
.section6 .col-xs-6 .tag-desc {
  font-size: 16px;
}
.section6-txt {
  display: none;
  position: absolute;
  top: 0;
  margin-top: -15%;
}
.section6-txt p {
  color: #f1bb6a;
  font-size: 18px;
  font-family: "auctiongothic_light";
}
.section6-txt span {
  display: inline-block;
  padding: 2px 6px;
  margin-right: -3px;
  color: #fff;
  background-color: #f26c4f;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.section6-up-bg {
  background-image: url('../images/pc/bg-6-up.png');
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
  -ms-behavior: url('/resources/microCampaign/cpView10000390/js/backgroundsize.min.htc');
  background-repeat: no-repeat;
  background-position: top center;
  overflow: hidden;
  z-index: 100;
}
.section6 .section6-inner {
  width: 1170px;
  height: 100%;
  min-width: 1170px;
  max-width: 1170px;
  text-align: right;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 0;
}

.section6-map {
  width: 60%;
  height: 100%;
  top: 100%;
  position: absolute;
  right: 0;
  z-index: 9;
}
.section6-map__thumb {
  background-image: url('../images/pc/section6-thumb.png');
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -ms-behavior: url('/resources/microCampaign/cpView10000390/js/backgroundsize.min.htc');
  background-repeat: no-repeat;
  background-position: center;
}
.section6-map__link {
  height: 100%;
  position: relative;
}
.section6-map__link button {
  margin-top: 30%;
}
.section6-map__link .map-point {
  position: absolute;
  zoom: 0.5;
  -webkit-zoom: 0.5;
  -moz-transform:  scale(0.5,0.5);
  opacity: 0.5;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  display: inline-block;
  cursor: pointer;
}
.section6-map__link .map-point:hover,
.section6-map__link .map-point.active {
  opacity: 1;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.section6-map__link .map-point.senegal {
  top: 36%;
  left: 9%;
}
.section6-map__link .map-point.burkinafaso {
  left: 26%;
  top: 40%;
}
.section6-map__link .map-point.ghana {
  left: 28%;
  top: 44%;
}
.section6-map__link .map-point.ethiopia {
  right: 14%;
  top: 43%;
}
.section6-map__link .map-point.southsudan {
  right: 27%;
  top: 45%;
}
.section6-map__link .map-point.uganda {
  right: 21%;
  top: 52%;
}
.section6-map__link .map-point.kenya {
  right: 18%;
  top: 55%;
}
.section6-map__link .map-point.rwanda {
  right: 24%;
  top: 57%;
}
.section6-map__link .map-point.mozmbique {
  right: 28%;
  bottom: 25%;
}

.carousel-inner {
  left: 0;
  z-index: 999;
  width: auto;
}
.carousel-control {
  height: 100%;
  z-index: 999;
  padding-top: 25%
}
#carousel-map {
  width: 500px;
  margin-top: 27%;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
}
#carousel-map .obj-because{
  z-index: 999;
  position: absolute;
  left: 0;
  top: -55px;
  width: 60%;
}
#carousel-map .carousel-caption {
  position: static;
  width: 100%;
  text-align: left;
  padding: 15px;
  background-color: rgba(0,0,0,0.5);
  position: relative;
  top: 0;
  left: 0;
  text-indent: 30px;
}
#carousel-map .carousel-caption img {
  width: 21px;
  height: 21px;
  position: absolute;
  left: 15px;
  top: 22px;
}
/* section7 */


.section7 {
  background-image: url('../images/pc/bg-6.jpg');
  position: relative;
}
.section7 video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  transition: 1s opacity;
  z-index: 1;
}
.section7 .container {
  z-index: 999;
  position: relative;
  padding-top: 10%;
}
.section7-btn {
  width: 60%;
  margin: 40px 0;
  display: block;
}
.section7 .col-xs-6 p {
  color: #fec570;
  font-size: 18px;
  margin-bottom: 20px;
  font-family: "auctiongothic_light";
}
.section7 .col-xs-6 p span {
  color: #fff;
}
.section7 .col-xs-6 h5 {
  width: 150%;
  line-height: 1.4;
  color: #fff;
  font-family: "auctiongothic_light";
}
.section7 .col-xs-6.text-right img {
  width: 75%;
}

.indicator-wrapper {
  position: fixed;
  right: 2%;
  top: 50%;
  margin-top: -105px;
  z-index: 9999;
}
.indicator {
  margin-bottom: 0;
}
.indicator li {
  width: 21px;
  height: 30px;
  overflow: hidden;
}
.indicator li.active img {
  margin-left: -21px;
}
.indicator li a {
  display: block;
}
.indicator li img {
  width: 42px;
  height: 30px;
}

.btn-down {
  width: 95px;
  height: 110px;
  position: absolute;
  bottom: 3%;
  left: 50%;
  z-index: 9999;
  -webkit-animation: downAni 1.5s ease-in-out infinite;
  -moz-animation: downAni 1.5s ease-in-out infinite;
  -o-animation: downAni 1.5s ease-in-out infinite;
  -ms-animation: downAni 1.5s ease-in-out infinite;
  animation: downAni 1.5s ease-in-out infinite;
}
.btn-down img {
  width: 100%;
}

.btn-down.opt1 {
  bottom: 18.5%;
}

@keyframes downAni {
  0%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

.btn-support {
  cursor: pointer;
}

.photographer {
  color: #fff;
  position: fixed;
  right: 2%;
  bottom: 2%;
  z-index: 9999;
  margin: 0;
}

#galleryModal .modal-dialog, #commentModal .modal-dialog {
  margin: 7% auto;
  width: 800px;
}
#galleryModal .modal-content, #commentModal .modal-content {
  border-radius: 0;
}
#galleryModal .modal-header, #commentModal .modal-header {
  border-bottom: none;
}
#galleryModal .close, #commentModal .close  {
  font-size: 30px;
  margin-top: 0;
}
#galleryModal .modal-body, #commentModal .modal-body {
  padding: 10px 60px 30px;
}
#galleryModal .tab-content .tab-pane {
  height: 415px;
}
#galleryModal .tab-content #youtube img {
  width: 100%;
}
#galleryModal .tab-content h3 {
  color: #000;
  margin-bottom: 10px;
}
#galleryModal .item {
  background-color: #000;
}
#galleryModal .nav-tabs {
  border-bottom: none;
  margin-top: 20px;
}
#galleryModal .nav-tabs li {
  width: 20%;
  margin-bottom: 0;
  text-align: center;
}
#galleryModal .nav-tabs li a {
  color: #fff;
  text-shadow: 3px 2px 1px rgba(0, 0, 0, 0.7);
  font-size: 18px;
  border-radius: 0;
  background-image: url('../images/pc/thumb-slider-1.png');
  width: 100%;
  height: 110px;
  padding: 45px 0;
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-background-size: 169px 224px;
  -moz-background-size: 169px 224px;
  -o-background-size: 169px 224px;
  background-size: 169px 224px;
  border: none;
}
#galleryModal .nav-tabs li a.tab-wallpaer {
  background-image: url('../images/pc/thumb-slider-2.png');
}
#galleryModal .nav-tabs li a.tab-mobile {
  background-image: url('../images/pc/thumb-slider-3.png');
}
#galleryModal .nav-tabs li a.tab-gallery {
  background-image: url('../images/pc/thumb-slider-4.png');
}
#galleryModal .nav-tabs>li.active>a,
#galleryModal .nav-tabs>li.active>a:hover,
#galleryModal .nav-tabs>li.active>a:focus {
  border-color: transparent;
}
#galleryModal .nav-tabs>li.active a {
  background-position: bottom center;
}
#galleryModal .nav-tabs>li>a:hover {
  background-color: transparent;
  border-color: transparent;
}
#galleryModal #mobile-slider .item img, #galleryModal #gallery-slider .item img {
  height: 381px;
  width: auto;
  margin: 0 auto;
  display: block;
}
#galleryModal .btn-download {
  position: absolute;
  right: 60px;
  top: 10px;
  width: 24px;
  height: 29px;
  overflow: hidden;
}
#galleryModal .btn-download img {
  width: 100%;
  margin-top: -29px;
}
#galleryModal .btn-download:hover img {
  margin-top: 0;
}

.gradient-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 198;
}
.gradient-wrapper img {
  max-height: 200px;
  width: 100%;
  left: 0;
  right: 0;
  position: absolute;
}

 .gradient-top {
  top: 0;
}

.gradient-wrapper .gradient-bottom {
  bottom: 0;
}

@media (max-height: 970px) {
  .section6-map {
    /* right: -2%;
    width: 60%; */
    right: -2%;
    width: 64%;
  }
}

@media (min-height: 971px) and (max-height: 1080px)  {
  .section3 .col-xs-6, .section4 .col-xs-6, .section5 .col-xs-6 {
    padding-top: 10%;
  }
  .section6-map {
    right: -5%;
    width: 63%;
  }
}

@media (min-height: 1080px)  {
  .section6-map {
    right: -12%;
    width: 70%;
  }
}







