.dropdown-submenu {
  position:relative
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100% !important;
  margin-top: 0px !important;
  margin-left: 0px !important;
}

.dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 4px;
  margin-right: 0px;
  margin-left: 10px;
}
.img-fullsize {
  width: 100%;
  height: auto;
}


/* GOOGLE SEARCH */
.gsc-selected-option-container.gsc-inline-block {
  width: 90px !important;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  background-color: #dedede !important;
}
.gcsc-branding {
  display:none !important;
}
.gsc-results .gsc-cursor-box {
  text-align: center !important;
}
.gs-webResult.gs-result a.gs-title:visited, .gs-webResult.gs-result a.gs-title:visited b, .gs-imageResult a.gs-title:visited, .gs-imageResult a.gs-title:visited b, a.gs-title {
  color: #0068FF !important;
}





