/* Colours */
/* Greys */
/*  iphone5 appears to include iphone4  */
/*  iphone6 appears to include iphone5,4  */
/*  iphone6+ appears to include iphone6,5,4  */
/*  ipad 1,2,mini */
/*  ipad 3,4 */
/* Mixins */
.light-grey {
  color: #ccc;
}
/* Styles */
body {
  background: #f3f5f9;
}
ul.top_menu_right {
  color: inherit;
  right: 20px;
  width: 270px;
  /*@media screen and (max-width: 1200px){*/
}
@media only screen and (max-width: 1024px) {
  ul.top_menu_right {
    display: none;
  }
}
ul.top_menu_right li {
  margin: 15px 0 0;
}
ul.top_menu_right li a {
  color: #fff;
  text-shadow: none;
  height: 22px;
  padding: 0 15px;
}
ul.top_menu_right li a:hover {
  color: #15a5ff;
}
ul.top_menu {
  color: inherit;
  position: static;
  margin: 0 auto;
  width: 600px;
  /*@media screen and (max-width: 800px){*/
}
@media only screen and (max-width: 1024px) {
  ul.top_menu {
    display: none;
  }
}
ul.top_menu li {
  margin: 15px 0 0;
}
ul.top_menu li a {
  color: #eee;
  text-shadow: none;
  height: 22px;
  padding: 0 15px;
}
ul.top_menu li a:hover {
  color: #15a5ff;
}
ul.footer_menu {
  float: right;
}
@media only screen and (max-width: 1024px) {
  ul.footer_menu {
    margin-bottom: 20px;
  }
}
ul.footer_menu li {
  float: left;
  margin-left: 25px;
}
@media only screen and (max-width: 1024px) {
  ul.footer_menu li {
    float: right;
    clear: right;
  }
}
ul.top_menu li.selected a,
ul.top_menu_right li.selected a {
  color: #15a5ff;
  border-bottom: 3px solid;
  background: none;
}
nav#top-nav {
  /*This top nav could do with being accessed by id rather than element type.*/
  position: absolute;
  z-index: 999998;
  /*@media screen and (max-width: 1200px){*/
  /*.bar-shadow;*/
  background: #243149;
  height: 40px;
  text-shadow: none;
  color: #fff;
  top: 0;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 1024px) {
  nav#top-nav {
    position: fixed;
    /*width:400px;*/
  }
}
nav#top-nav #mmenu {
  height: auto;
}
.mm-menu {
  height: auto;
}
div.grey-box {
  padding: 10px;
}
div.trans-box {
  padding: 10px;
}
div.feedback-box {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
div.feedback-box.red {
  background: #ffdddd;
  color: #000;
}
div.feedback-box.green {
  background: #b4e5bd;
  color: #000;
}
div.small-box {
  width: 400px;
}
@media only screen and (max-width: 440px) {
  div.small-box {
    width: auto;
  }
}
div.small-box.center {
  margin: 0 auto;
}
@media only screen and (max-width: 440px) {
  div.small-box.center {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.mobileOnly {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .mobileOnly {
    display: block;
  }
}
div#hamburger-menu {
  width: 35px;
  height: 25px;
  /*background:@red;*/
  float: right;
  padding-top: 9px;
  display: none;
  margin-right: 10px;
}
@media only screen and (max-width: 1024px) {
  div#hamburger-menu {
    display: block;
  }
}
div#hamburger-menu div {
  width: 20px;
  height: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #ffffff;
  margin: 4px auto;
}
header.main,
div#header {
  /*width:100%;*/
  margin: 0px auto;
  position: relative;
  padding-bottom: 10px;
  width: auto;
  z-index: 100;
}
header.main h1,
div#header h1 {
  width: 980px;
  margin: 50px auto 20px auto;
}
@media only screen and (max-width: 1024px) {
  header.main h1,
  div#header h1 {
    z-index: 999999;
    position: fixed;
    top: 4px;
    left: 50%;
    width: 200px;
    margin: 8px 0 0 -100px;
    text-align: center;
    color: #fff;
    font-size: 15px;
  }
}
header.main div.logo-container,
div#header div.logo-container {
  width: 980px;
  margin: 70px auto 20px auto;
}
header.main div.logo-container a#large_logo,
div#header div.logo-container a#large_logo {
  margin: 0 0 0 40px;
  /*position:absolute;
			top:100px;
			left:50%;
			margin:0 0 0 -450px;*/
}
@media only screen and (max-width: 1024px) {
  header.main div.logo-container a#large_logo,
  div#header div.logo-container a#large_logo {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  header.main div.logo-container,
  div#header div.logo-container {
    display: none;
  }
}
div#container {
  /*background:url('../images/background.gif') 0px 0px repeat-x;*/
  padding-bottom: 15px;
  min-width: 0;
  background: none;
}
@media only screen and (max-width: 1024px) {
  div#container {
    min-width: 0;
  }
}
#content {
  width: 980px;
  min-height: 310px;
  margin: 0px auto;
  /*@media screen and (max-width: 1200px){*/
}
@media only screen and (max-width: 1024px) {
  #content {
    width: auto;
  }
}
#content.fluid {
  width: auto;
  min-height: 0;
  margin: 0;
}
div.q1-12-button-green {
  background: #42be5a;
  border: none;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-shadow: none;
  text-align: center;
  /*&.disabled{
		border: none !important;
		box-shadow:0 0 2px rgba(0,0,0,1), inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 0 rgba(255, 255, 255, 0.5) !important;
	}*/
}
div.q1-12-button-green.hover {
  background: #55c56b;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
}
div.q1-12-button-green.down,
div.q1-12-button-green:active {
  background: #3bac51;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
  border: none;
}
footer div.inner,
div#footer_inner {
  width: 980px;
  /*@media @iphone5{
		width:auto;
		width:400px;
	}*/
  margin: 0px auto;
}
@media only screen and (max-width: 1024px) {
  footer div.inner,
  div#footer_inner {
    width: auto;
    margin: 0 22px;
  }
}
div.ol-map {
  width: 100%;
  height: 100%;
}
ul#map-page-users-list li {
  position: relative;
  height: 30px;
  border-bottom: 1px solid #e4e8f0;
  cursor: pointer;
  box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.5);
}
ul#map-page-users-list li div.name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 200px;
}
ul#map-page-users-list li:hover {
  background: #e9edf3;
}
div.trusted-marker {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 3px;
  bottom: -1px;
  background: #8d96a7;
}
div.trusted-marker.trusted {
  background: #00ed6a;
}
div.image-circle-21 {
  position: absolute;
  top: 4px;
  left: 7px;
  width: 21px;
  height: 21px;
  border-radius: 99px;
  font-size: 9px;
  background: #e4e8f0;
  text-align: center;
  line-height: 21px;
  color: #8d96a7;
  font-weight: bold;
}
div.image-circle-21 img {
  height: 21px;
  width: 21px;
  /*display:			none;*/
  border-radius: 99px;
}
div.image-circle-41 {
  width: 41px;
  height: 41px;
  border-radius: 99px;
  font-size: 15px;
  background: #e4e8f0;
  text-align: center;
  line-height: 41px;
  color: #8d96a7;
  font-weight: bold;
}
div.image-circle-41 img {
  height: 41px;
  width: 41px;
  /*display:			none;*/
  border-radius: 99px;
}
div.name {
  position: absolute;
  top: 8px;
  left: 35px;
}
div#map-filter-box div.tag {
  padding: 3px 5px;
  background: #ededed;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
  cursor: pointer;
}
span.tag,
div.tag {
  background: #e4e8f0;
  padding: 1px 4px;
  border-radius: 5px;
}
div.q1-19-info-balloon-popup {
  position: relative;
  padding: 10px;
  background: #ffffff;
  /*border:			1px solid rgba(0,0,0,0.35);*/
  /*z-index:		9999;*/
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 -1px 0 rgba(0, 0, 0, 0.2), 1px 0 0 rgba(0, 0, 0, 0.2), -1px 0 0 rgba(0, 0, 0, 0.2), 0px 3px 0 rgba(0, 0, 0, 0.06);
  border-radius: 1px;
}
fieldset.checkboxes div.checkbox {
  user-select: none;
  cursor: pointer;
  padding: 1px 4px;
  border-radius: 2px;
}
fieldset.checkboxes div.checkbox:hover {
  /*text-decoration: underline;
	text-decoration-color: @bright-blue;*/
  color: #15a5ff;
  background: #ededed;
}
fieldset.checkboxes div.checkbox div.icon {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  text-align: center;
  color: #fff;
  float: right;
  margin: 2px 0 -2px 0;
  line-height: 16px;
  font-size: 9px;
  font-family: courier;
}
fieldset.checkboxes div.checkbox.checked div.icon {
  background: #00de7a;
}
fieldset.checkboxes div.checkbox.checked div.icon:before {
  content: '✓';
}
fieldset.checkboxes div.checkbox:hover div.icon {
  background: #b3b3b3;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
}
fieldset.checkboxes div.checkbox:hover div.icon:before {
  content: '+';
}
fieldset.checkboxes div.checkbox.checked:hover div.icon:before {
  content: '−';
}
textarea,
select,
input,
button {
  outline: none;
}
div.q1-12-button-grey {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 2px 0 rgba(0, 0, 0, 0.07000000000000001), inset 0 -10px 10px rgba(0, 0, 0, 0.05);
}
div.q1-12-button-grey:hover {
  box-shadow: inset 0 1px 0 #ffffff, 0 2px 0 rgba(0, 0, 0, 0.07000000000000001), inset 0 -10px 10px rgba(0, 0, 0, 0.05);
}
div.q1-12-button-grey.down,
.q3-12-button-trans.down,
.q3-12-button-trans-link.down {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.6), inset 0 10px 10px rgba(0, 0, 0, 0.05);
}
div.q1-12-button-grey.multi-left {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
div.q1-12-button-grey.multi-right {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), inset 1px 0 0 rgba(255, 255, 255, 0.4), 0 2px 0 rgba(0, 0, 0, 0.07000000000000001), inset 0 -10px 10px rgba(0, 0, 0, 0.05);
}
div.q1-12-button-grey.multi-right:hover {
  box-shadow: inset 0 1px 0 #ffffff, inset 1px 0 0 rgba(255, 255, 255, 0.4), 0 2px 0 rgba(0, 0, 0, 0.07000000000000001), inset 0 -10px 10px rgba(0, 0, 0, 0.05);
}
div.q1-12-button-grey.multi-right.down {
  /*box-shadow: inset 0 1px 0 rgba(255,255,255,1), inset 1px 0 0 rgba(255,255,255,0.4), 0 2px 0 rgba(0,0,0,0.07), inset 0 -10px 10px rgba(0,0,0,0.05);*/
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.6), inset 0 10px 10px rgba(0, 0, 0, 0.05);
}
div.q1-19-info-balloon-popup div.header {
  background: #f4f6f9;
  height: 60px;
  margin: -10px -10px 0 -10px;
  position: relative;
}
div.q1-19-info-balloon-popup div.header.green {
  background: #e1f9f0;
  color: inherit;
}
div.q1-19-info-balloon-popup div.header.green div.image-circle-41 {
  background: #bff2e0;
  color: #2cd299;
}
div.q1-19-info-balloon-popup div.header h2 {
  position: absolute;
  top: 12px;
  left: 65px;
}
div.popout-link-16 {
  width: 16px;
  height: 16px;
}
div.popout-link-16 img.popout-link-image-16 {
  width: 16px;
  height: 16px;
  opacity: 0.25;
}
div.popout-link-16 img.popout-link-image-16:hover {
  opacity: 0.75;
}
div.active-marker {
  position: absolute;
  width: 7px;
  height: 7px;
  background: #00de37;
  top: 14px;
  left: 14px;
  border-radius: 99px;
  border: 2px solid #f3f5f9;
}
@keyframes blinking {
  0% {
    background: #00de37;
  }
  50% {
    background: #d4dae7;
  }
  100% {
    background: #00de37;
  }
}
@-o-keyframes blinking {
  0% {
    background: #00de37;
  }
  50% {
    background: #d4dae7;
  }
  100% {
    background: #00de37;
  }
}
@-moz-keyframes blinking {
  0% {
    background: #00de37;
  }
  50% {
    background: #d4dae7;
  }
  100% {
    background: #00de37;
  }
}
@-webkit-keyframes blinking {
  0% {
    background: #00de37;
  }
  50% {
    background: #d4dae7;
  }
  100% {
    background: #00de37;
  }
}
div.active-marker.blink {
  -webkit-animation: blinking 1s infinite;
  -moz-animation: blinking 1s infinite;
  -o-animation: blinking 1s infinite;
  animation: blinking 1s infinite;
}
div.address {
  margin: 10px 0;
}
div.address p {
  margin: 5px 0;
}
div.service_types {
  margin: 9px 0 0 0;
  /*line-height:15px;*/
}
div.service_types div.tag {
  margin: 1px 0;
}
/* File Upload */
input.upload-input {
  cursor: pointer;
}
div.upload-input-container {
  position: relative;
  overflow: hidden;
  width: 56px;
  height: 23px;
}
div.upload-input-container-mask {
  position: absolute;
  pointer-events: none;
  background: #fff;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 1;
}
div.upload-progress {
  height: 10px;
  width: 100%;
  background: #eee;
  border: none;
  border-radius: 2px;
}
div.upload-progress-bar {
  width: 0%;
  height: 10px;
  background: #888;
  border-radius: 2px;
}
/* End File Upload */
/* General Elements */
div.divider {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
