

#banner-box {
  position: relative;
  min-height: 150px;
}

#banner-eguide {
  position: absolute;
  bottom: 10px;
  left: 5px;
}

#banner-eguide a {color: #000; text-decoration: none;}
#banner-eguide a:hover {color: #000; text-decoration: none;}
#banner-eguide a:active {color: #000; text-decoration: none;}
#banner-eguide a:visited {color: #000; text-decoration: none;}



.bannertext-eguide {
   /* font-family: 'Arvo', serif;*/
    font-size: 48px;
    color:  #000;
    line-height:  43px;
}

.bannertext-sub {
    margin-top:  0;
    font-size: 18px;
    color:  #000;
    text-transform: uppercase;
    line-height:  19px;
}



.eguide-container {
    max-width: 1280px;
}


.eguide-box {
	width: 100%;
	margin-bottom: 10px;
}

.eguide-box h3 {
    font-weight: 400;
    font-size: 1.05em;
    text-transform: uppercase;
    color: #666;
    line-height: 1;
    position: relative;
}


span.boxtitle {
    background-color: #fff;
}


.eguide-box h3:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #d7d7d7;
    margin: -8px 0 30px;
}


.box-number {
    font-size: 2.2em;
    font-weight: 700;
    color: #1b3578;
    padding: 20px 0 0;
}


.box-title {
    color: #95a5a6;
    text-transform: uppercase;
    font-size: .9em;
    padding: 10px 0;
    margin-top: 20px;
    border-top: 1px solid #ededed;
}





.slider-item>img {
    display: block;
    border-radius: 3px;
    width: 100%;
    
    }

 .item-overlay {
    background-color: rgba(27,53,120,0.8);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    color: #fff;
    border-radius: 0 0 3px 3px;
    -webkit-font-smoothing: antialiased;
}

.big-list .date {
    float: left;
    width: 50px;
    margin-right: 15px;
    font-size: 1.4em;
    padding-top: 0px;
    text-align: center;
}

.big-list .date>span {
    display: block;
    font-size: .6em;
    font-family: "Courier New";
    text-transform: uppercase;
    color: #d7d7d7;
    margin-top: 0px;
}

.big-list h5 {
    color: #95a5a6;
    margin-top: 8px;
    font-size: .7em;
}

.big-list a {
    display: block;
    font-size: 0.8em;
}


 .flag .titles h3 {
    white-space: nowrap;
    letter-spacing: -1px;
}

.flag h3 {
    margin: 0;
    font-weight: 400;
    font-size: 1.7em;
    text-align: left;
    padding: 0;
}


.country-profile {
    background-color: yellow;
    padding: 20px 20px;
}

.country-profile-header {
    background-color: #4265b4;
    color: #fff;
    position: relative;
   
    width: 100%;
    padding: 15px 20px;
    border-radius: 3px 3px 0 0;
    margin-bottom: 20px;
}


.country-profile-header .titles {
    position: relative;
      
}
.tile-title {
    font-size: 20px;
    margin: 0;
}
.align-right {
    text-align: right;
} 

.popover{
    max-width: 100%; /* Max Width of the popover (depending on the container!) */
    border: 3px #000 solid;
}
.pop-div {
    font-size: 13px;
    margin-top: 100px;
}
.popover-header {
    display: none;
    font-weight: 600;
    font-size: 15px;
}
.popover-body {
    background-color: #fff;
    font-size: 15px;
}