body {
	font-family: 'Open Sans Condensed', sans-serif;
    color: #000;
    margin: 0;
	line-height: 1.1;
	/* background-color: #e1ebee;	*/
}

div.nav-main-epe {
  background-color: #e1ebee;
  width: 100%;  
}

.nav-main-epe ul {
  list-style-type: none;
  padding: 0;
  padding-inline-start: 20px;
  margin: 5px 0 2px 0;
}

.nav-main-epe li {
  float: left;
  padding: 0;
  padding-inline-start: 0px;
  display: inline-block;
  border-right: 1px solid #002659;  
  /* min-width: 1%; */
  width: 135px;  
  height: 52px;
  position: relative;
}

.nav-main-epe a, .dropbtn {
  display: inline-block;
  padding: 2px 2px 2px 4px;  
  color: #002659;
  background-color: transparent;
  text-decoration: none;  
  border: none;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 0.85em;
  font-weight: 700;
 /* text-transform: uppercase;    */
  margin: 3px 0;
  /*text-align: center;*/

}

.nav-main-epe li:last-child {
  border-right: none;
  padding-left: 20px;
}

.nav-main-epe a span {
/* text-transform: uppercase; */
font-size: 0.80em;
line-height: 1;
}

.nav-main-epe li a:hover, .dropdown:hover .dropbtn {
  text-decoration: underline;
}

@media (max-width: 1250px) {
	.nav-main-epe .tocify-header li a {
		font-size: 0.73em;
		padding: 4px 9px;
	}
	.nav-main-epe .tocify-header li {
	height: 49px;
		max-width: 136px;	
	}
}

@media (max-width: 992px) {
	.nav-main-epe .tocify-header li a {
		font-size: 0.68em;
		padding: 3px 7px;
	}
	.nav-main-epe .tocify-header li {
	height: 46px;
		max-width: 130px;	
	}
}


.row {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #000;
	padding:0;
	margin:0;
}

.tocify {
    border-color: #e7e7e7;
    padding-bottom: 0;
    border-top: 0;	
	background-color: #e1ebee;
  width: 100%; 
  display: inline-block;
}

.tocify-header {
  background-color: #e1ebee;
    margin-bottom: 0px;
    border-bottom: 0;
    float: left;
    margin: 0;
    list-style: none;
}

.logo img {
    float: left;
    position: relative;
	margin-right: 20px;
	margin-left:10px;
	margin-bottom:0;
	padding:0;
}



.logo span {
    margin: 0 0 15px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 1.1em;
    color: #002659;
    line-height: 50px;
    font-weight: bold;
}
.div-logo {
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
	margin: 0;	
}

.countries {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 0.875em;
	margin-top: px;
	position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 15px;
}

.countries ul{
	margin: 0;
	float: right !important;
    padding-left: 0;    
    list-style: none;
    display: block;
}
.countries li{
    display: inline-block;
    padding-right: 0;
    padding-left: 0;
}
.countries a{
	padding: 2px 5px;
    color: #000;
    font-family: 'Open Sans Condensed', sans-serif;
    background-color: #fff;
    border-color: #ccc;
	text-decoration: none;  
}
.countries li a:hover {
  background-color: #E6E6E6;
}

.logo2 img {
	margin-right: 0px;
	margin-left:10px;
	margin-bottom:0;
	padding:5px 0 0 0;
}

li.logo2 a:hover {
  background-color: #fff;
}

.btn {
    display: inline-block;
    padding: 6px 6px;
    margin-bottom: 11px;
	margin-top: 0;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: bottom;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;	
}

.container {
display:inline-block;
  height: 52px;
  position: relative;
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}