/* peace styles */
.peace-popup .mfp-inline-holder .mfp-content {
  max-width: 1190px;
}

#iampeace {
    background: url(../img/peace-bg.jpg) no-repeat center top transparent !important;
    background-size: cover !important;
    padding-top: 40px;
    display: table;
    color: #fff;
    width: 100%;
}

#iampeace h3 {
  text-align: center;
}

#iampeace h3 a {
  color: #fff;
}

#iampeace .btn-peace {
  margin: 20px auto;
  background: rgba(0, 0, 0, .2);
  border-color: #fff !important;
  color: #fff !important;
}

#iampeace .btn-peace:focus,
#iampeace .btn-peace:hover {
  background: rgba(0, 0, 0, .4);
    text-shadow: 0 0 4px rgba(255,255,255,.5);
}

#iampeace #lang-menu {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    width: 100%;
    background: rgba(0, 0, 0, .2);
    border-bottom: 1px solid rgba(255,255,255,.4);
}

#iampeace #lang-menu .nav-tabs {
    border-bottom: none;
    width: 100%;
}

#iampeace #lang-menu .nav-tabs > li {
    width: 20%;
}

#iampeace #lang-menu .nav-tabs > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
}

#iampeace #lang-menu .nav-tabs > li > a:focus, 
#iampeace #lang-menu .nav-tabs > li > a:hover {
    background: none;
    text-shadow: 0 0 4px rgba(255,255,255,.6);
}

#iampeace #lang-menu .nav-tabs > li.active > a, 
#iampeace #lang-menu .nav-tabs > li.active > a:focus, 
#iampeace #lang-menu .nav-tabs > li.active > a:hover {
    color: #513C76;
    background: #fff;
    font-weight: 600;
}

#iampeace .intro-message {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    position: relative;
    padding-top: 0;
    padding-bottom: 60px;
    overflow: hidden;
}

#iampeace .intro-message .col {
    /*padding-left: 0;
    padding-right: 0;*/
}

#iampeace .intro-message .img-center {
    margin: 0 auto;
}

#iampeace .intro-message h2 {
    font-family: arial !important;
    margin: 60% 0 10px 0;
    font-size: 68px;
    line-height: 72px;
    font-weight: 700;
    text-transform: uppercase;
}

#iampeace .intro-message p {
    font-family: arial !important;
    font-weight: 400;
    font-size: 18px;
    line-height: 1em;
    margin-bottom: 10px;
}

#iampeace .intro-message .leader {
    font-size: 26px;
}

#iampeace .clock.flip-clock-wrapper {
    width: 620px;
    margin: 0 auto;
}