
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  font-weight: 400;
}

html {
  -webkit-font-smoothing: antialiased;
}

.cf:after, .row:after {
  content: "";
  display: table;
  clear: both;
}

.clear {
  clear: both;
  float: none;
  width: 100%;
  height: 0;
  overflow: hidden;
}

.centred {
  text-align: center;
}

.tar {
  text-align: right;
}

a[data-tooltip]:before, ul.farmacii .nume {
  -moz-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}

b, strong {
  font-weight: 600;
}

em, i {
  font-style: italic;
}

a {
  text-decoration: none;
}

input[type="text"], input[type="email"], input[type="password"], input[type="url"], input[type="tel"] {
  border: 0;
}

label[for], .btn, input[type="submit"], button {
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

a[data-tooltip] {
  position: relative;
}
a[data-tooltip]:before {
  opacity: 0;
  visibility: hidden;
  content: attr(data-tooltip);
  color: #fff;
  padding: 0 10px;
  display: inline-block;
  position: absolute;
  top: -30px;
  white-space: nowrap;
  background-color: #000;
  border-radius: 15px;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
a[data-tooltip]:hover:before {
  opacity: 1;
  visibility: visible;
}

body {
  background:#F8FCFC;;
}

.maincontent {
  width: 100%;
  max-width: 810px;
  min-height: 1111px;
  font-family: 'PT Sans', sans-serif;
  margin: 0 auto;
  text-align: center;
  color: #4e565a;
  font-size: 17px;
}

header {
  max-width: 810px;
  margin: 0 auto;
  padding: 20px 0;
  margin-bottom: 15px;
}


h1 {
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #4e565a;
}

section {
  width: 95%;
  max-width: 755px;
  min-height: 808px;
  margin: 0 auto;
  border: 4px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.4);
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  -moz-box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
  padding: 30px 0;
}

ul.farmacii li {
  display: inline-block;
  vertical-align: top;
  margin: 0 9px 25px;
  max-width: 160px;
}
ul.farmacii a {
  width: 160px;
  height: 125px;
  border: 2px solid rgba(84, 104, 134, 0.9);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  background-color: #fff;
  display: block;
  position: relative;
  padding-bottom: 28px;
}
ul.farmacii li a img {
  max-width: 90%; max-height:85%;
  position: absolute;
  top: 50%;
  left: 50%;
   -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
ul.farmacii .th {
  display: block;
  width: 100%;
  height: 125px;
}

ul.farmacii .nume {
  min-height: 26px;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size:12px;line-height:16px;
  text-transform: uppercase;
  background-color: rgba(84, 104, 134, 0.9); /*#546886;*/
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0;
  border-radius: 0 0 3px 3px;
  display: block;
  padding: 5px 0 2px 0;
  text-align: center;
  position: absolute;
  left: 0px;
  right:0px;
  bottom: 0px;
}
ul.farmacii .inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
ul.farmacii a:hover .nume {
  color: #546886;
  background-color: #F3FAFC;
}
.no-opacity .ie8Panel {
  display: block;
}

