/* navbar */
html, body{

margin: 0;
padding: 0;
} 

.navbar-default {
    /*background-color: #006600;*/
    border-color: #E7E7E7;
}
/* title */
.navbar-default .navbar-brand {
    color: #088A08;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5E5E5E;
}
.navbar-default .navbar-nav>li>a {
  color: #060;
  padding: 10px 10px;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:active {
      color: #FF6633;
  background-color:rgba(216, 234, 217, 1);
}


.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 0px;

}

.navbar-default{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cae0ce+0,f3ffed+100&amp;0.94+0,1+100 */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NhZTBjZSIgc3RvcC1vcGFjaXR5PSIwLjk0Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2ZmZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(202,224,206,0.94) 0%, rgba(243,255,237,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(202,224,206,0.94)), color-stop(100%,rgba(243,255,237,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(202,224,206,0.94) 0%,rgba(243,255,237,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(202,224,206,0.94) 0%,rgba(243,255,237,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(202,224,206,0.94) 0%,rgba(243,255,237,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(202,224,206,0.94) 0%,rgba(243,255,237,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0cae0ce', endColorstr='#f3ffed',GradientType=0 ); /* IE6-8 */

}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: rgba(0, 102, 0, 0);
}

.background
{
  background:url("../images/background.jpg");
}

.h4{
    color:#006600;
    font-size:30px;
    font-weight: bold;
}


a
{
    color:#006600;
    font-weight: bold;
}

a:hover{
    color:#006600;


}
.nav > li > a:hover , .nav > li > a:focus{
  text-decoration: none;
  background-color: rgba(216, 216, 216, 0.29);
  color: #FF6633;
  font-weight: bold;
}

#frame{
  width:100%;
  border: 0px;
  display:block;

}


.push-down
{
  margin-top:20px; 
  margin-left: 10px;
  margin-right: 10px;


}

.center{
  margin-left: auto;
  margin-right: auto;
}

.nav-justified > li > a {
  font-size: 13px;
  margin-bottom: 0;
  width: 100%;
    background-color: rgba(216, 234, 217, 1);
    padding: 5px 10px;
}


@media (min-width: 768px) {
.nav-justified > li {
  float: none;
  position: relative;
  display: table-cell;
  width: 2% !important;
}
}
@media (max-width: 768px){

 #menuPapers  > li {
   float: left;
  /* font-size: 14px; */
  position: relative;
  display: inline-block;
  width: 12.638% !important;
  padding: 0 0 0 0;
  margin-right: -1px;

}}


@media (max-width: 450px){

 #menuPapers  > li {
   float: left;
  /* font-size: 14px; */
  position: relative;
  display: inline-block;
  width: 12.77% !important;
  padding: 0 0 0 0;
  margin-right: -1px;

}}



@media (max-width:539px){

 #menuPapers  > li {
   float: left;
  /* font-size: 14px; */
  position: relative;
  display: inline-block;
  width: 12.7% !important;
  padding: 0 0 0 0;
  margin-right: -1px;

}}
.nav-justified > li > a:hover ,.nav-justified > li > a:focus{
  margin-bottom: 0;
  background-color: rgba(232, 232, 232, 0);
}



@media (max-width: 992px) {
.nav  .nav-justified > li > a {
  position: relative;
  display: table-cell;
  /*padding: 10px 10px;*/
}
}
@media (min-width: 1200px){
.container {
  width: 1150px;
}
}
@media (max-width:768px) {

.h4{
    color:#006600;
    font-size:20px;
    font-weight: bold;
}

#logo
{
  width:120px;
}

#menuPapers > li > a{
float: none;
  position: relative;
  width: 100px;
  display: table-cell;
  padding: 5px 2px;
  font-size: 12px;
}


#menuAuthors > li > a{
  font-size: 12px;

}
}

#menuAuthors > li
{
  float: none;
  position: relative;
  display: table-cell;
  width: 2% !important;

}
.footer {
    padding-top: 20px;
    position: relative;
    height: 50px;
    bottom: 0;
    width: 100%;
}

@media(max-width: 768px){
  .footer {
  
    position: relative;
    text-align: center !important;
    height: 30px;
    font-size: 10px;
    width: 100%;
}
}


@media(max-width: 768px){
  #centerImage{
  
    width: 30%;
}
}


.image {

  height:70px;

}


.carousel-inner
{
  height: 30px;
}
.carousel-inner > .item > img,
 .carousel-inner > .item > a > img {
     display: block;
     max-width: 100%;
     height: 30px !important;
 }

 @media(max-height: 450px) and (orientation: landscape){

  #frame
  {
    height: 400px !important;
  }
}

