

a {
color:rgb(16, 157, 228);
text-decoration:none;
}
hr {
     display: block;
    border: none;
    width: 50px;
    height: 1px;
    background-color: transparent;
    margin-bottom: 60px;
    margin-top: 60px;
}
.header, .header_home {
  background-color: rgb(231, 118, 66);;
  padding:0px;
  min-height: 46px;
}
.header_home {
  min-height:300px;
  padding-top:100px;
  text-align: center;
}
#logo {
 margin: 0px;
 height:46px;
  float: left;
  box-shadow: 2px 0px 7px rgba(0,0,0,0.1);
}
.header_home #logo {
  float:none;
  display: block;
  box-shadow: none;
  height:56px;
  margin:auto;


}
#tag {
   display: inline-block;
  padding: 11px;
  padding-left: 23px;
  color: rgb(250, 250, 250);
}
.header_home #tag {
padding: 0px;
  margin-top: 10px;
  color: rgba(250,250,250,0.9);
  font-size: 22px;
  margin-bottom: 50px;
  
}

#searchbox {
  position: absolute;
  right:6px;
  display: block;
  top:6px;
}
.header_home #searchbox {
  position: relative;
  right:0px;
  margin:auto;
}

#searchinput {
  margin:0px;
  
margin-right: -5px;
  padding: 8px;
 vertical-align: top;
  border-width: 0px;
 font-size:15px;
   width:400px;
  color: rgb(180,180,180);
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  height:33px;
}

.header_home #searchinput {
  padding:25px;
  padding-top:10px;
  padding-bottom:10px;
  height:50px;
  width:500px;
  
}
#searchinput:focus {
outline: 0;
background-color: rgb(240,240,240);
color:rgb(50,50,50);
}


#searchbutton {
vertical-align: top;
 color: #FFFFFF;
 
 padding-top:0px;
 padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
  border-width: 0px;
  width: 31px;
  height: 33px;
  background: #FFFFFF url('../img/search.png') no-repeat;
  background-size: 20px 21px;
  background-position: center;
  margin: 0;

  cursor: pointer;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.header_home #searchbutton {
  height: 50px;
}


#mainmenu {

  background-color: rgb(240,240,240);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgb(226, 226, 226);




}
#mainmenu ul {
list-style-type: none;
padding:0px;
width:900px;
display: block;
margin:auto;
text-align: center;
}
#mainmenu ul li {
display:inline-block;
margin:0px;
padding:0px;

}
#mainmenu ul li a {

  font-size: 16px;
  
  display: block;
  text-align: center;
  margin-top: 2px;
  padding: 10px;
  padding-left:20px;
  padding-right:20px;
  color: rgb(47,47,47);
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: rgba(89,112,122,0);
}
#mainmenu ul li a:hover,#mainmenu ul li a.selected {


border-bottom-color:rgba(231,118,66,0.9);
 transition-property: border-bottom-color;
    transition-duration: 0.5s;
    transition-timing-function: linear;
    

}
#mainmenu.homemenu {
  background-color: rgb(231, 118, 66);
  border:none;
  position: absolute;
  top:0px;
  left:0px;
  right: 0px;

}
#mainmenu.homemenu ul li a {
  color:rgba(255,255,255,0.81);
  font-size: 17px;
  font-weight: 300;
}


#menu_boton {
  display: none;
    color: rgb(100, 100, 100);
}

#menu_boton img {
  width:30px;
  vertical-align: middle;
  margin:12px;
  
}

.colblock {
display: block;
margin:auto;
  padding:20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.journaldescription, .countrydescription, .vizdescription {
padding-bottom: 30px;
}
.countrydescription, .vizdescription {
  text-align: center;
}

.journaldescription td, .countrydescription td, .vizdescription td {
  vertical-align: top;
   padding: 10px;

}

.journaldescription td:nth-child(1)  {
  font-weight: 700;
   color:rgb(79,79,79);
 
  min-width: 150px;
 
  text-align: right;
   border-right-style: solid;
  border-right-width: 1px;
  border-right-color: rgb(236,236,236);
}
.journaldescription td:nth-child(2)  {
 color:rgb(100,100,100);
}
.countrydescription table, .vizdescription table {
  
  margin:auto;
  margin-top:40px;
  margin-bottom: 40px;
}
.countrydescription th, .vizdescription th {
  border-bottom-color: rgb(236,236,236);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding:10px;
  min-width: 100px;
}
.countrydescription td, .vizdescription {
  text-align: center;
}
h1,h2,h3 {
  line-height: 140%;
}
.journaldescription h1, .countrydescription h1, .vizdescription h1 {
  line-height: 140%;
  font-size:46px;
  color:rgb(79,79,79);
  margin-top: 10px;
  text-align:center;
}

td.hindex {
   vertical-align: top;
   padding-top:0px !important;
}
.hindexnumber {
font-size: 90px;
 color:rgb(100,100,100);
  font-weight: 700;
  text-align: center;
  line-height: 80%;
  padding-bottom: 20px;
}
.hindexlegend {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color:rgb(236,236,236);
  text-align:center;  
  padding:15px;
  color:rgb(100,100,100);
}
.legendblock {
  border-radius: 50%;
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: top;
  margin-right: 5px;
  margin-top: 4px;
}

.transparentcell {
 
  border:none;
 
  padding:28px;
  padding-left:10px;
  padding-right:10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color:rgb(97,97,97);
}
.transparentcell img {
  display: inline-block;
  
  float:left;

}
.widgetlegend::before { 
    content: "\2190 ";
     display: inline-block;
     padding-bottom:150px;
     float:left;
     padding-right:5px;
     padding-left:5px;
     font-size: 18px;
}
.widgetlegend {
  display: inline;
  font-size:15px;
  line-height:150%;
}
.widgetlegend .titlewidget {
  font-size:18px;
}
.widgetlegend input {
  width: 176px;
  margin-top: 10px;
  padding: 5px;
  margin-left: 27px;
  display: block;
  border-radius:2px;
  border-color:rgb(228,228,228);
  border-width:1px;

}

.foot {
  background-color: rgb(64,67,70);
  color:rgb(89, 112, 122);
  box-shadow: 0px -1px 2px rgba(64, 67, 70, 0.5);
  padding-top:40px;
  padding-bottom:15px;
  text-align: center;
}
.foot a {
  color:rgb(130, 168, 184);
}
.logofooter {
   display: inline-block;
  margin-right: 30px;
  margin-left: 30px;
  margin-bottom: 40px;
  color: rgb(89, 112, 122) !important;
}
.logofooter img {
 width: 130px; 
 margin-top: 10px;
}
#tagline {
  
  display: block;
  margin:auto;
  margin-top:100px;
  margin-bottom:80px;
  width:280px;

}


#rankingparameters {
  display: block;
  width:100%;
  background-color: rgb(226,226,226);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgb(237, 237, 237);
  
  min-height: 50px;
}
#rankingcontrols {
  padding: 0px;
  width: 1200px;
  display: block;
  margin: auto;
  text-align: center;
}
.dropdown {
display:inline-block;
font-weight: 400;
}
.dropdown_button {
  
  color:rgb(80,80,80);
  text-align: left;
  width: 230px;
 padding-left: 20px;
 padding-right:30px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline-block;
  border-color: rgb(249,249,249);
  border-style: solid;
  border-width: 1px;
  border-radius: 2px;
  background-color: white;
  font-size: 16px;
  margin: 5px;
  background-image: url("../img/drop.png");
  background-repeat: no-repeat;
  background-position:250px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
}
.half_block .dropdown_button {
  padding-left: 10px;
 padding-right:15px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-position:160px;
  width:160px;
  font-size:14px;
   border-color: rgb(221,221,221);
  border-style: solid;
  border-width: 1px;
  border-radius: 2px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}
.dropdown_button.mini {
  width:174px;
  background-position: 197px;
}
.half_block input {
width:50px;
padding:5px;
height:36px;
border:0;
font-size:14px;
border-bottom-color: rgb(221,221,221);
border-bottom-width: 1px;
border-bottom-style: solid;
vertical-align: middle;
background-color: transparent;
}
.half_block .button {

   padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  color:rgb(80,80,80);
  text-align: center;
  border-color: rgb(221,221,221);
  border-style: solid;
  border-width: 1px;
  border-radius: 2px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  background-color: white;
}
.half_block input:focus {
outline: none;
border-color: rgb(150,150,150);
}
.half_block .button img {
  vertical-align: middle;
  margin-right: 10px;
}

.dropdown-options {
  display: none;
   border-color: rgb(235, 235, 235);
  border-style: solid;
  border-width: 1px;
  border-radius: 2px;
  background-color: white;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.12);
  padding:20px;
  list-style-type: none;
  padding:0px;
 
  text-align: left;
  max-height: 352px;

  overflow-y:auto;
  overflow-x:hidden;
  position: absolute;
  margin:0;
  z-index:999;

}
.dropdown-options li {
  display: block;
  margin:0;
  padding:0;
}
.dropdown-options .dropseparator {
  font-size: 16px;
  display: block;
  padding:10px;
  padding-left:20px;
  padding-right:20px;
   min-width: 250px;
  color:rgb(147,147,147);
}
.dropdown-options li a {
  font-size: 16px;
  display: block;
  padding:10px;
  padding-left:40px;
  padding-right:20px;
   min-width: 230px;
  color:rgb(47,47,47);
}
.dropdown-options li a:hover {
  background-color: rgb(248,248,248);
   transition-property: background-color;
    transition-duration: 0.15s;
    transition-timing-function: linear;
}
.dropselected {
   background-image: url("../img/check.png");
  background-repeat: no-repeat;
  background-position:10px;
}
.dropdown-options input {
  margin:0px;
  
margin-right: -5px;
  padding: 8px;
  
 vertical-align: top;
  
 font-size:16px;
 border:0;
 border-bottom-style: solid;
 border-bottom-color: rgb(230,230,230);
 border-bottom-width:1px;
  width: 100%;
  color:rgb(80,80,80);
  height:44px;
 min-width: 282px;
  
}
.dropdown-options input:focus {
outline: 0;


}
.ranking_body {
  display: block;
  width:1200px;
  margin:auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

.ranking_body table {
  font-size: 15px;
  display: block;
  background-color: white;
  border-style: solid;
  border-width: 1px;
  border-color:rgb(250,250,250);
  box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
  margin-top:0px;
  margin-bottom: 10px;
  color:rgb(45,45,45);
  font-weight: 400;
  border-spacing:0px;
  min-width: 900px;
}
.ranking_body table thead a {
  color:rgb(140,140,140);
  display: block;
  width: 100%;
}
.ranking_body table thead img {
  vertical-align: middle;
  margin-right: 2px;
}
.ranking_body table tr td,.ranking_body table tr th {
  padding-top:16px;
  padding-bottom:16px;
  border-bottom-color: rgb(239,239,239);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  position: relative;
}
.ranking_body table tr th {
  color:rgb(140,140,140);
  font-size: 14px;
  font-weight: 500;
  text-align:right;
    padding-left:10px;
  padding-right:10px;
}
.ranking_body table tr:last-child td {
  border:none;
}
.ranking_body table td {
  text-align: right;
  padding:0px;
  padding-left:10px;
  padding-right:10px;
  line-height: 160%;
}
.ranking_body table td.tit,.ranking_body table th.tit {
  text-align: left;
}
.ranking_body table td img {
  border-radius: 2px;
  width:28px;
  box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}
.ranking_body .table_wrap {
  width:100%;
  display: block;
  
}
.pagination {
  display: block;
 
  margin-top:0px;
  margin-bottom: 0px;
  text-align: right;
}
.pagination_buttons {
  display: inline-block;
  background-color: white;
  border-color: rgb(255,255,255);
  border-style: solid;
  border-width: 1px;
  border-radius: 2px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
  padding:0px;
  overflow: hidden;
  vertical-align: middle;
  margin-left:10px;
}
.pagination_buttons a {
  display: inline-block;
  padding:7px;
}
.pagination_buttons a:first-child {
  border-right-color: rgba(0,0,0,0.1);
  border-right-width: 1px;
  border-right-style: solid;
}
.pagination_buttons a.disabled {
  cursor: context-menu;
}
.pagination_buttons a.disabled img {
  opacity: 0.3;
  
}
.half_block {
  width:50%;
  display: inline-block;
  margin:0;
  padding:0;
   font-size:14px;
  font-weight: 500;
  color:rgb(140,140,140);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
 
  margin-bottom: 10px;
}
.bar {
   display: block;
  position: absolute;
  bottom: 9px;
  margin-right: 10px;
  right: 0;
  height: 3px;
  background: #E77642;
  overflow: hidden;

}
.text_body,.home_column {
  display: block;
  width:900px;
  margin:auto;
  padding:10px;
  
   padding-bottom: 80px;
   font-size: 16px;
   line-height: 140%;
   box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.text_body h1,.text_body h2,.text_body h3 {
  font-weight: 300;
  color:rgb(85,85,85);
  padding-top: 25px;
  padding-bottom: 25px;
}
.text_body strong {
  font-weight: 500;
}
.text_body blockquote {
  border-left-width: 4px;
  border-left-style: solid;
  border-left-color: rgb(210,210,210);
  margin-left: 0px;
  padding-left: 40px;
}
.home_column {
  
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  line-height: 160%;
}
.home_column h1,.home_column h2 {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 300;
  color:rgb(59,59,59);
  margin-bottom: 40px;
  margin-top:80px;
  
  clear:both;
}
.home_column h2 {
  margin-bottom: 30px;
  font-weight: 500;
  margin-top:20px;
  font-size: 17px;
}
.homeblock,.homeblockX2 {
  vertical-align: top;
  display: inline-block;
  width:290px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin:0;
  padding:10px;

}
.homeblockX2 {
  width:580px;
}
.homeblockX2 h2 {
  text-align: left;
  margin-top:0px;
}
.homeblockX2 p {
  text-align: left;
  margin-bottom: 40px;
}
.homeicon {
  width:64px;
  display: block;
  margin: auto;
}
.homescreenshot {
  width:270px;
  vertical-align: middle;

}
.homeblock p {
  text-align:center;
  color:rgb(100,100,100);
  margin-bottom: 40px;
}
.homeblockX2 p {
 color:rgb(100,100,100); 
}


.news_block {
 
    border-top-style: solid;
    border-top-width: 2px;
    border-top-color: rgb(220,222,224);
    width: 280px;
    margin: 5px;
    margin-bottom: 10px;
    padding-bottom: 60px;
    padding-top:0px;
    padding-left: 0px;
    font-size: 17px;

}

.fecha_news {
  font-size: 14px;
  color:rgb(200,200,200);
  font-weight: 500;
}
a.calllink {
      background-color:rgb(231, 118, 66);
  color:white;
    padding: 8px;
    padding-left: 26px;
    padding-right: 26px;
    font-weight: 300;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 3px;
    transition:background-color ease 0.25s;
}
a.calllink:hover {
  background-color:rgb(239, 131, 81);
  
  transition:background-color ease 0.25s;
}
.modular_table {
  display: block;
  margin:auto;
  margin-top:60px;
  margin-bottom: 60px;
}
.modular_cell {
display: inline-block;
}
.modular_cell_head {
  display: block;
  border-bottom-color: rgb(236,236,236);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding: 10px;
    min-width: 100px;
    
    font-size: 16px;

}
.modular_cell_body{
  margin-top: 20px;
  display: block;
}

.search_results a {
      display: block;
    background-color: white;
    margin-bottom: 20px;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
    color: rgb(160, 160, 160);
    box-shadow: 0px 3px 20px rgba(0,0,0,0.04);
    font-size: 16px;
    transition:all 0.2s;

}
.search_results a:hover {
  margin-bottom: 24px;
  margin-top:-4px;
  box-shadow: 0px 7px 20px rgba(0,0,0,0.08);
  transition:all 0.25s;
}
.jrnlname {
font-size: 18px;
    display: block;
    color: rgb(70,70,70);
    border-bottom-width: 1px;
    border-bottom-color: rgb(245,245,245);
    border-bottom-style: solid;
 
    padding-bottom: 10px;
    margin-bottom: 10px;
}
#searchboxresults {
  display: inline-block;
  background-color: white;
  padding:10px;
  margin-bottom: 20px;
  box-shadow: 0px 3px 20px rgba(0,0,0,0.05);
}
img.openaccessicon {
  box-shadow: none !important;
    width: 13px !important;
    vertical-align: middle !important;
    padding-left: 5px !important;
}
.q1, .q2, .q3, .q4 {
padding:5px;
border-radius: 2px;
color:white;
font-size: 15px;
}
.q1 {
background-color: rgb(164, 207, 99);
}
.q2 {
background-color: rgb(232, 213, 89);
}
.q3 {
background-color: rgb(251, 163,83);
}
.q4 {
background-color: rgb(221,90,78);
}

.cellslide table {
  padding: 15px;
    color: rgb(100,100,100);
}
.cellslide table thead tr th {
  text-align: left;
  border-bottom-width: 1px;
  border-bottom-color: rgb(205,205,205);
  border-bottom-style: solid;
}
.cellslide table tbody tr td {
  padding-right: 20px;
}





















@media only screen and (min-width: 2840px) {
.colblock {width:1280px;}
#mainmenu {
  display: block !important;
  opacity:1 !important;
}
}


@media only screen and (min-width: 2682px) and (max-width: 2840px) {
.colblock {width:1280px;}
#mainmenu {
  display: block !important;
  opacity:1 !important;
}
}

@media only screen and (min-width: 2243px) and (max-width: 2682px) {
.colblock {width:1280px;}
#mainmenu {
  display: block !important;
  opacity:1 !important;
}
}

@media only screen and (min-width: 1800px) and (max-width:2243px) {
.colblock {width:1280px;}
#mainmenu {
  display: block !important;
  opacity:1 !important;
}
}

@media only screen and (min-width: 1400px) and (max-width: 1800px) {
.colblock {width:1280px;}
#mainmenu {
  display: block !important;
  opacity:1 !important;
}
}


@media only screen and (min-width: 928px) and (max-width: 1400px) {

.colblock {width:920px;}
.journaldescription h1,.countrydescription h1, .vizdescription h1 {
  line-height: 140%;
  font-size:36px;
}
#mainmenu {
  display: block !important;
  opacity:1 !important;
}
.ranking_body {
   width:98%;
}
.ranking_body table {
  font-size: 14px;
}
#rankingcontrols {
   width:98%;
}
}


@media only screen and (max-width: 920px) {
  .header_home {
    min-height:200px;
    padding-top:50px;
  }
  .home_column {width:604px;}
  .homeblockX2 {width:290px;}
  .countrydescription th, .vizdescription th {min-width: 40px;padding:2px;}
  .text_body {width:100%;}
  .imgwidget {width:100px;}
  .half_block {width: 100%;text-align:right;}
  .ranking_body {width:98%;}
  .ranking_body table {
  font-size: 14px;
  display: inline-block;

  }
  .table_wrap {
    padding:5px;
    

    position: relative; 
    overflow-x:scroll;
    font-size: 14px;
    box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
 

  }
  
  #rankingcontrols {
   width:98%;
  }
.colblock {
  width:100%;

  }
.journaldescription h1, .countrydescription h1, .vizdescription h1 {
  line-height: 140%;
  font-size:26px;
}
#tag {
  display: none;
}

.hindexnumber {
  font-size: 43px;
}
#mainmenu {
  display: none;
}

#mainmenu ul {
  width:100%;
}
#mainmenu ul li {
  display: block;
}
#mainmenu ul li a {
  text-align:left;
  border-left-width:2px;
  border-left-style:solid;
  border-bottom-width:0px;
  border-left-color:transparent;
  padding-left: 57px;
}
#mainmenu ul li a:hover {

border-left-color:rgba(231,118,66,0.9);
 transition-property: border-left-color;
    transition-duration: 0.25s;
    transition-timing-function: linear;
    

}
#mainmenu.homemenu {
  background-color: inherit;
  border:none;
  position: relative;
  

}
#mainmenu.homemenu ul li a {
  color:inherit;
  font-size: 16px;
  font-weight: inherit;
}
#menu_boton {
  display: block;
  font-size: 16px;
  background-color:rgb(247,247,247);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgb(237,237,237);
}
.journaldescription td:nth-child(1)  { 
  min-width: 50px;
}
}

@media only screen and (max-width: 650px) {
 
.home_column {width:95%;}
#searchinput {
  width:190px;
}
.header_home #searchinput {
  width:240px;
}
#logo {
  height:30px;
  padding-top:8px;
  padding-bottom:8px;
}
 .homeblockX2, .homeblock {width:100%;margin-left:0px;margin-right:0px;}
}

@media only screen and (max-width: 527px) {
 
.hindexnumber {
  font-size: 23px;
}
}