html,
body {
  width: 100%;
  height: 100%;
}

body {
  font-family: 'Muli', 'Helvetica', 'Arial', 'sans-serif';
}

a {
  color: #8d8d8d;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;

}

a:hover, a:focus {
  color: #fcbd20;
  text-decoration: none;
}

hr {
  max-width: 100px;
  margin: 25px auto 0;
  border-width: 1px;
  border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
  border-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 0px;
}

p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}

section {
  padding: 100px 0;
}

section h2 {
  font-size: 50px;
}

.header {
  width:1345px;
}

/*NEWS AND RECENT ARTICLES*/

section.news {
  position: relative;
  width: 100%;
  padding-top: 50px;
  color: #4d4e4d;
  background: url("../img/news-bg.jpg");
  background-position: center;
  background-attachment: scroll;
  background-size: cover;

}


section.news h1 {
  font-size:36px;

}

section.news hr {
  max-width: 100%;
  margin: -5px auto 10px;
  border-width: 5px;
  border-color: #f3ee49;
}

/*HURIGHTS IN ASIA-PACIFIC*/

section.hurights {
  position: relative;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 30px;
  color: #4d4e4d;
  background: url("../img/hurights-bg.jpg");
  background-position: center;
  background-attachment: scroll;
  background-size: contain;
}

section.hurights .box{
  background-color: #dee8e5;
  padding-top: 20px;
  margin-bottom: 100px
}



section.hurights p {
  line-height: 1.25;
  text-align: center;
}

section.hurights h1 {
  font-size: 1.75rem;
  text-align: right;
}

section.hurights .icon-declaration{
  margin-left: 150px;
}

section.hurights .icon-declaration h1{
  width: 200px;
}
section.hurights .img-declaration {
  width: 150px;
  margin-top: -168px;
  margin-left: 170px;
}

section.hurights img:hover {
  animation-duration: 1500ms;
  animation-delay: 500ms;
  animation-name: flip;
}

section.hurights .icon-law{
  margin-left: 750px;
  margin-top: -100px;
}

section.hurights .icon-law h1{
  width: 200px;
  text-align: left;
}
section.hurights .img-law {
  width: 150px;
  margin-top: -150px;
  margin-left: -170px;
}


section.hurights .icon-education{
  margin-left: 50px;
}
section.hurights .icon-education h1{
  width: 200px;
  margin-top: -100px;
  margin-left: 100px;
  text-align: left
}
section.hurights .img-education {
  width: 90px;
}


section.hurights .icon-center{
  margin-left: 700px;
  margin-top: -100px;
}

section.hurights .icon-center h1{
  width: 200px;
  text-align: right !important;
  margin-top: 40px;
}
section.hurights .img-center {
  width: 220px;
  margin-left: 180px;
  margin-top: -120px;
}

section.hurights .icon-japan{
  margin-bottom: 50px;
}

section.hurights .icon-japan h1{
  width: 180px;
  margin-top: 80px;
}
section.hurights .img-japan {
  width: 160px;
  margin-top: -100px;
  margin-left: 130px;
}


section.hurights .icon-special{
  margin-left: 750px;
  margin-top: -250px;
  margin-bottom: 30px;
}

section.hurights .icon-special h1{
  margin-top: -70px;
  text-align: center;
  margin-left: 250px;
  width: 150px;
}
section.hurights .img-special {
  width: 200px;
  margin-top: 50px;
  margin-left: 70px;
}

section.hurights .img-globe {
  margin-top: -300px;
  width: 450px;
  position: absolute;
  margin-left: 300px;
}


/*FOCUS IN ASIA-PACIFIC*/

section.focus {
  position: relative;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 30px;
  color: #4d4e4d;
  background: url("../img/focus-bg.jpg");
  background-position: center;
  background-attachment: scroll;
  background-size: contain;
}



section.focus h1 {
 margin-left: 370px;
}



section.focus .img-honeycomb {
  width: 1100px;
  margin-top: -50px;
}

section.focus .img-sector {
  margin-top: -580px;
  width: 100px;
  margin-left: 740px;
}

section.focus .img-sector:hover {
  animation-duration: 1500ms;
  animation-delay: 500ms;
  animation-name: tada;
}

section.focus .img-issue {
  margin-top: -490px;
  width: 100px;
  margin-left: 390px;
}

section.focus .img-issue:hover {
  animation-duration: 1500ms;
  animation-delay: 500ms;
  animation-name: tada;
}

section.focus .img-region {
  margin-top: -201px;
  width: 100px;
  margin-left: -340px;

}

section.focus .img-region:hover {
  animation-duration: 1500ms;
  animation-delay: 500ms;
  animation-name: tada;
}

section.focus .img-country {
  margin-top: -390px;
  width: 100px;
  margin-left: 975px;
}

section.focus .img-country:hover {
  animation-duration: 1500ms;
  animation-delay: 500ms;
  animation-name: tada;
}

/*PUBLICATIONS*/

section.pub {
  position: relative;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 30px;
  color: #4d4e4d;
  background: url("../img/publication-bg.jpg");
  background-position: center;
  background-attachment: scroll;
  background-size: contain;
}



section.pub hr {
  max-width: 100%;
  margin: -5px auto 10px;
  border-width: 5px;
  border-color: #f3ee49;
}

section.pub img {
  width: 80px;
  margin-left: 50px;
}

section.pub p {
  width: 90px;
  margin-left: 42px;
  font-size: 12px;
  display: inline-flex;

}

footer {
  padding: 25px 0;
  color: rgba(255, 255, 255, 0.3);
  background-color: #222222;
  color:white;
}

footer p {
  font-size: 12px;
  margin: 0;
}

footer ul {
  margin-bottom: 0;
}

footer ul li a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
}

footer ul li a:hover, footer ul li a:focus, footer ul li a:active, footer ul li a.active {
  text-decoration: none;
}

footer .social-icon {
  color:#3b5998;
}

/*Button*/


.btn {
  font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
  text-transform: uppercase;
}

.btn-xl {
  font-size: 11px;
}


.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    border-color: #ddd;
    width: 1000px;
    margin-left: 50px;
    margin-top: 50px;
    height: 700px;
    background-color: #ffe7e7;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    text-align: center;
    background-color: #dc8181;
    color:white;
    font-size:18px;

  }

.panel-body {
    padding: 15px 150px 0 150px;
    position: relative;
    z-index: 99;
}
