#menu-popup{
  display:inline-block;
  /*padding-top:20px;*/
}

.top-languages-item{
  display:inline-block;
  /*padding-top: 20px;*/
  letter-spacing: 1.4px;
}

#popup-country{
    line-height: 20px;
    /*padding: 22px 5px;
    font: 400 11px/12px Lato;
    color: #c59d53;
    text-transform: uppercase;*/
    color:gray;
    text-align:right;
    display: block;
    /*text-decoration: underline;*/
    width: auto;
    height: 20px;
    /*background: url(../../../../themes/orovivo/img/icon-profile@2x.png) center center no-repeat;*/
    background-size: contain;
    content: "";
}

#popup-country:hover{
  text-decoration:underline;
}

.fa-globe:before{
  content: "\f0ac";
  font-family: fontAwesome;
  font-size:16px;
  color:#c59d53;
}

.opcionlang{
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 5px;
  margin-left: 4px;
  margin-bottom: 10px;
}

.selecttwo > select, .select1 > select{
  border:1px solid #c59d53;
}

select#country.disabled{
  color:#e8e8e8;
}

button#go {
  margin-left:20px;
  margin-top:5px;
}

@media all and (max-width: 767px) {
  .fa-globe:before{
    font-size:22px;
  }
}
    

.modal-body {
  text-align: left;
  position: relative;
  padding: 15px;
}

div#col-izq {
  padding: 0;
}

select#country {
  width: 144px;
  text-transform: uppercase;
}

select.langsselect {
  width: 144px!important;
  text-transform: uppercase;
}

select {
  border: 1px solid black;
  padding: 0px;
  margin-bottom: 5px;
  cursor: pointer;
}
.modal-footer {
  text-align: left;
}

button#go {
  font-size: 18px;
  font-weight: bold;
  margin-left:10px;
  padding:12px;
  margin-top:0px;
  color: white;
  background-color: #c59d53;
  border-color: #c59d53;
}

button#go:hover {
  cursor: pointer;
  transition:0.7s;
  color: #333333 !important;
  background-color: white;
  border-color: #c59d53;
}
div#col-der {
  
}

.modal-footer {
  border: 0;
}

.modal-footer {
  padding: 5px 15px 15px;
}

p.title {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  color: black;
  margin: 0;
}

body.modal-open {
  color: black;
  font-size: 12px;
}
a.enlace {
  line-height: 1em;
  color: black;
  padding: 0 5px 0 8px !important;
  text-transform: uppercase;
  font-size: 11px !important;
  letter-spacing: 0.8px;
  float: right;
  font-weight: bold;
  margin: 24px 69px 0 0;
  cursor: pointer;
}

a.enlace:hover {
  color: #808080;
  text-decoration: none;
}

div#myModal {
  border: 6px solid #c59d53;
  background-color: white;
  width: auto;
  height: auto;
}

#content-popup-country > #myModal > .modal-dialog.modal-sm{
  margin:10px;
}

/* MOVILES */
@media only screen and (max-device-width: 767px) {
  button, #country, .selecttwo select {
    padding: 10px 3px;
  }

  button#go {
    height: 83px;
    width: 86px;
  }

  div#myModal {
    height: auto;
    width: 300px;
  }

  div#content-popup-country {
    height: auto;
    width: 300px;
  }
  p.title {
      font-size: 25px;
  }
  
  .modal-footer {
    padding: 0px 10px 0px;
  }
  
}

/* IPHONE 5 */
@media only screen and (max-device-width: 320px) {

}
