body {
    color: #444444;
    font: 14px Arial;
    background-color: #f8f8f8;
    border-top: 1px solid #7e7e7e;
    margin: 0;
}
.strip_1{
    height: 5px;
    background-color:#007CC3;
}
.strip_2{
    height: 3px;
    background-color:#0091E0;
}
.strip_3{
    height: 2px;
    background-color:#00A5FF;
}
.strip_4{
    /*height: 1px;*/
    background-color:#007CC3;
    position: relative;
    top: 150px;
}
input[type="text"] {
    background-color: #f3f3f3;
    border: 1px solid #e7e7e7;
    height: 30px;
    color: #b2b2b2;
    padding: 0 10px;
    vertical-align: top;
}
button {
    color: #fff;
    background-color: #29c5e6;
    border: none;
    height: 32px;
    font-family: Arial;
}
p {
    margin: 20px 0;
}
#wrapper {
    max-width: 960px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    background-color: white;
    -webkit-box-shadow: 0px -3px 15px rgba(50, 50, 50, 1);
-moz-box-shadow:    0px -3px 15px rgba(50, 50, 50, 1);
box-shadow:         0px -3px 15px rgba(50, 50, 50, 1);
}
header {
    padding: 30px 0;
}

nav a {
    text-decoration: none;
}

nav ul {
    margin: 0;
    padding: 0;
}

nav li {
    list-style-position: inside;
    font: 14px Arial, sans-serif;
    padding: 10px;
}

.top-menu li {
    display: inline-block;
    padding: 10px 20px;
    margin: 0;
}

.top-menu li.active {
    background: #2396D3;
    color: #fff;
}
.top-menu li.active a{
    color: white;
}
.top-menu a:link,a:visited {
    color: #7E7E7E;
}
.top-menu a:hover{
    text-decoration: underline;
}

footer {
    background: url("../images/binding_dark.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    /*background: #7e7e7e;*/
    color: #dbdbdb;
    font-size: 11px;
}

#footer {
    max-width: 960px;
    margin: auto;
    padding: 10px 0;
    height: 90px;
}

.heading {
    /*background: transparent url(../images/h1-bg.png);*/
    margin: 30px 0;
    padding-left: 20px;
}

h1 {
    display: inline-block;
    color: #7e7e7e;
    font: 40px/40px Arial;
    /*background: url(../images/bg.png);*/
    margin: 0;
    padding: 0 10px;
}
.center_b{
    width: 100%;
    margin: 0 auto;
}
aside {
    float: left;
    width: 250px;
    background-color: #FFFFFF;
}
section {
    min-height: 920px;
    margin-left: 280px;
    padding-bottom: 50px;
    text-align: justify;
}
section p{
    text-indent:50px;
}

/*.logo_container div{
    float:left;
}*/
.logo_img{
    width:190px;
    float:left;
}
.logo_txt{
    float:left;
    width:300px;
}
.clear_both{
    clear:both;
}
.logo_txt_VIVA{
     color: #007CC3;
    font-size: 70pt;
    height: 80px;
    line-height: 70px;
    text-decoration: none;
}
.logo_txt_exploration{
    color:#444444;
    font-size: 30pt;
    text-decoration: none;
    line-height: 10px;
    letter-spacing: 1.3px;
}
.f_logo_container{
    float: right;
    margin-top: 20px;
}
.f_copy_txt{
    float: left;
    width:100px;
}
.f_copy_txt p{
    margin:0;
}
.f_copy_img{
    width: 95px;
    float: left;
}
.lng_selector_container{
    float: right;
    text-decoration: underline;
    margin-right: 10px;
}


.aside-menu li {
    font-weight: 300;
    list-style-type: square;
    border-top: 1px solid #e7e7e7;
}

.aside-menu li:first-child {
    border: none;
}

.aside-menu li.active {
    color: #29c5e6;
}

.aside-menu a {
    color: #8f8f8f;
}
.news_container{
    padding: 10px;
    background-color: #e7e7e7;
      max-height: 930px;
  overflow: auto;
}
.title_container{
margin: 10px;    
}
.title_container a:link,a:visited{
    font-size: 16px;
    text-decoration: none;
    color:#007CC3;
    /*font-weight: bold;*/
}
.title_container a:hover{
    font-size: 16px;
    text-decoration: underline;
    color:#007CC3;
    /*font-weight: bold;*/
}
.short_container{
    text-indent:25px;
    text-align: justify;
}

figure {
    display: inline-block;
    margin: 0;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
}

figure img {
    display: block;
    border: 1px solid #fff;
    outline: 1px solid #c9c9c9;
}

figure figcaption {
    font-size: 16px;
    font-weight: 300;
    margin-top: 5px;
}

figure figcaption span {
    display: block;
    font-size: 14px;
    color: #29c5e6;
}
section > figure + figure {
    margin-left: 28px;
}

h2{
    background-color: #dbdbdb;
    padding:10px;
}

#topic{
    border-bottom: 1px solid #E7E7E7;
    width: 95%;
}

.date_container{
    margin-left:  10px;
    font-size: 12px;
}