#country-select {
  float: right;
  padding: 22px 0 0 0;
}

.path-search h2 {
  color: #666;
}

/* rough form styles for when JS is disabled */

#country-select form {
  width: 180px;
  padding: 0;
}

#country-select select,
#country-select input {
  display: inline;
  padding: 0;
  margin: 0;
}

/* JS-created definition list */

#country-select .dropdown {
  font-size: 16px;
  line-height: 16px;
}

#country-select .dropdown dd { position: relative; }

#country-select .dropdown a {
  text-decoration: none;
  outline: 0;
  width: 130px;
  display: block;
  overflow: hidden;
}

#country-select .dropdown dt a {
  background: #fff;
  border: 1px solid #dde0e6;
  padding: 2px 7px 3px 5px;
  color: #3b3e43;
  line-height: 18px;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#country-select .dropdown dt a.active {
  background: #fff;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 1px dotted #3b3e43;
  -moz-box-shadow: 0 3px 7px rgba(0,0,0,.5);
  -webkit-box-shadow: 0 3px 7px rgba(0,0,0,.5);
  box-shadow: 0 3px 7px rgba(0,0,0,.5);
  color: #3b3e43;
}

#country-select .dropdown dd ul {
  background: #fff;
  border: 1px solid #dde0e6;
  color: #3b3e43;
  display: none;
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  padding: 2px 0 5px 0;
  list-style: none;
  /*! border-top: none; */
  margin: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-box-shadow: 0 3px 7px rgba(0,0,0,.5);
  -webkit-box-shadow: 0 3px 7px rgba(0,0,0,.5);
  box-shadow: 0 3px 3px -1px rgba(0,0,0,.5);
}

#country-select .dropdown dd ul li a {
  background: #fff;
  padding: 2px 7px 3px 5px;
  color: #3b3e43;
  line-height: 18px;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#country-select .dropdown li {
  padding-bottom: 0;
}

#country-select .dropdown dd ul li a span,
#country-select .dropdown dt a span {
  float: left;
  width: 16px;
  height: 11px;
  margin: 4px 6px 0 0;
  background-image: url(/themes/gavias_tico/images/flags.png);
  background-repeat: no-repeat;
  cursor: pointer;
}

#country-select .us a span { background-position: 0 0 }
#country-select .uk a span { background-position: -16px 0 }
#country-select .fr a span { background-position: -32px 0 }
#country-select .de a span { background-position: -48px 0 }
#country-select .nl a span { background-position: -64px 0 }
#country-select .it a span { background-position: -80px 0 }
#country-select .br a span { background-position: -96px 0 }
#country-select .cn a span { background-position: -112px 0 }
#country-select .es a span { background-position: -128px 0 }

#country-select .dropdown dd ul li a em,
#country-select .dropdown dt a em {
  font-style: normal;
  float: left;
  cursor: pointer;
}

#country-select .dropdown dd ul li a em {
  color: #3b3e43;
}

#country-select .dropdown dd ul li a:hover { background-color: #ff8200; }
#country-select .dropdown dd ul li a:hover em { color: #fff; }

.header-v1 .header-content-layout {
    padding-left: 0;
    padding-right: 0;
    max-width: 1100px !important;
}
.header-content-layout .p-static {
    padding: 0;
}
header .p-static .header-inner {
    padding: 0;
}
.p-static .header-inner .area-inner {
    padding: 0;
}
.p-static .navigation .gva_menu {
    margin: 0;
}
/*header .header-inner .area-inner {
    max-width: 850px;
}*/
header .header-inner .search-region {
    /*position: inherit;*/
    /*margin: 21px 0 0 14px;*/
    /*float: right;*/
    right: -35px;
    top: 30%;
    margin-top: 0;
}
header .menu-bar {
    top: auto;
    margin: 18px 4px 0 0;
}
.feed-icon { 
    display: none;
}
@media (min-width: 990px) {
    .branding {
        width: 21%;
        padding: 0;
    }
    .header-content-layout .col-md-9 {
        width: 79%;
    }
}
@media (max-width: 991px) {
    header .p-static .header-inner .search-region {
        margin-top: 21px;
    }
    header .header-inner .area-inner {
        max-width: 460px;
    }
    header .header-main-inner a.site-branding-logo {
        margin-top: 11px !important;
    }
}
@media (max-width: 768px) {
    header .header-inner .area-inner {
        max-width: 180px;
    }
}
